Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xsddiagram(1) [debian man page]

XSDDIAGRAM(1)							   User Commands						     XSDDIAGRAM(1)

NAME
xsddiagram - Xml Schema Definition (XSD) diagram viewer SYNOPSIS
XSDDiagram.exe [-o output.svg] [-so EXTENSION] [-r RootElement]* [-e N] [-z N] [file.xsd] DESCRIPTION
XSD Diagram, version 0.10.0.0 -o FILE specifies the output image. Only '.svg' or '.png' are allowed. If not present, the GUI is shown. -so EXTENSION specifies the output image is streamed through the standard output. EXTENSION can be: png, jpg, svg or emf (emf on Windows only). If not present, the GUI is shown. -r ELEMENT specifies the root element of the tree. You can put several -r options = several root elements in the tree. -e N specifies the expand level (from 0 to what you want). Be carefull, the result image can be huge. -z N specifies the zoom percentage from 10% to 1000% (only for .png image). Work only with the '-o', '-os png' or '-os jpg' option. Example 1: > XSDDiagram.exe -o file.png -r TotoRoot -e 3 -z 200 ./folder1/toto.xsd will generate a PNG image from a diagram with a root element 'TotoRoot' and expanding the tree from the root until the 3rd level. Example 2: > XSDDiagramConsole.exe ./folder1/toto.xsd will load the xsd file in the GUI window. Example 3: > XSDDiagram.exe -r TotoRoot -e 2 ./folder1/toto.xsd will load the xsd file in the GUI window with a root element 'TotoRoot' and expanding the tree from the root until the 2nd level. Example 4: > XSDDiagram.exe -os svg -r TotoRoot -e 3 ./folder1/toto.xsd will write a SVG image in the standard output from a diagram with a root element 'TotoRoot' and expanding the tree from the root until the 3rd level. xsddiagram 0.10 April 2012 XSDDIAGRAM(1)

Check Out this Related Man Page

rsvg(1) 							   User Commands							   rsvg(1)

NAME
rsvg - convert SVG files into raster images SYNOPSIS
rsvg [--dpi number] [--format png|jpeg] [--height integer] [--version] [--width integer] [--x-zoom number] [--y-zoom number] infile.svg outfile.png|outfile.jpeg DESCRIPTION
rsvg converts SVG images into PNG and JPEG raster images. OPTIONS
The following options are supported: --dpi number Set the resolution of the image in pixels per inch. The default value is 90dpi. You can also use -d to specify this option. --format png | jSpecify the output format for the converted image. The default value is png. You can also use -f to specify this option. --height integerSpecify the height of the converted image. The default value is the height of the original image. You can also use -h to specify this option. --version Display rsvg version information. You can also use -v to specify this option. --width integer Specify the width of the converted image. The default value is the width of the original image. You can also use -w to specify this option. --x-zoom number X Zoom factor, as a percentage. The default value is 1.0. You can also use -x to specify this option. --y-zoom number Y Zoom factor, as a percentage. The default value is 1.0. You can also use -y to specify this option. OPERANDS
The following operands are supported: infile.svg The name of the input SVG file. outfile.png The name of the converted PNG file. outfile.jpeg The name of the converted JPEG file. EXAMPLES
Example 1: Converting an SVG Image to PNG example% rsvg myfile.svg myfile.png Example 2: Converting an SVG Image to JPEG at 300dpi Resolution example% rsvg -f jpeg -d 300 myfile.svg myfile.jpg EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/rsvg Executable to convert SVG files into raster images ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-base-libs | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
http://librsvg.sourceforge.net/ http://www.w3.org/TR/SVG11/ NOTES
Original man page written by Dom Lachowicz (cinamod@hotmail.com), Alex Larsson (alex@redhat.com), and others. Updated by Laszlo Peter, Sun Microsystems Inc., 2004. SunOS 5.10 7 Sep 2004 rsvg(1)
Man Page