Schema romeConfig.xsd


element Configuration
diagram
annotation
documentation
Configuration of a ROME Framework.

element Configuration/ProgramConfiguration
diagram
annotation
documentation
Describes the program configuration. (required)

element Configuration/MainConfiguration
diagram
annotation
documentation
Describes the main framework configuration. (required)

element Configuration/RunConfiguration
diagram
annotation
documentation
Describes a run configuration, which overrides the main configuration for the specified runs. (optional)

complexType AnalyzerControllerDesc
diagram
used by
element ArgusDesc/AnalyzerController
annotation
documentation
Description of the Analyzer Contoller Settings.

element AnalyzerControllerDesc/Active
diagram
annotation
documentation
Activate flag.

element AnalyzerControllerDesc/NetFolderName
diagram
annotation
documentation
Name of the NetFolder to steer the analysis.

complexType ArgusDesc
diagram
used by
element ConfigurationDesc/Argus
annotation
documentation
Describes the argus specific properties.

element ArgusDesc/WindowScale
diagram
annotation
documentation
Basic size of main window.

element ArgusDesc/StatusBar
diagram
annotation
documentation
Display a status bar in the window.

element ArgusDesc/UpdateFrequency
diagram
annotation
documentation
Time intervall after which the EventHandler method is called in milli seconds. 0 means no update. Default is 0.

element ArgusDesc/AnalyzerController
diagram
annotation
documentation
Description of the Analyzer Contoller Settings.

element ArgusDesc/SocketToROME
diagram
annotation
documentation
Description of the socket interface to the ROME analyzer. This section is needed if the ARGUS display should connect to a ROME analyzer of the current project.

complexType ARGUSDesc
diagram
used by
element ProgramConfigurationDesc/ARGUS
annotation
documentation
Description of the ARGUSsettings.

element ARGUSDesc/Active
diagram
annotation
documentation
If true, the progam will be a monitor. Default is true.

complexType BankDesc
diagram
used by
element EventDesc/Bank
annotation
documentation
Description of a midas bank.

element BankDesc/BankName
diagram
annotation
documentation
The name of the bank. (required)

element BankDesc/Active
diagram
annotation
documentation
If true, this bank will be analyzed. Default is false.

complexType BranchDesc
diagram
used by
element TreeDesc/Branch
annotation
documentation
Description of a branch.

element BranchDesc/BranchName
diagram
annotation
documentation
The name of the branch. (required)

element BranchDesc/Active
diagram
annotation
documentation
Inactive branches are not filled by the framework. (optional)

complexType ConfigurationDesc
diagram
used by
elements Configuration/MainConfiguration Configuration/RunConfiguration
annotation
documentation
Description of the configuration.

element ConfigurationDesc/RunParameters
diagram
annotation
documentation
Describes the run parameters. (optional)

element ConfigurationDesc/Modes
diagram
annotation
documentation
Describes the modes in which the framework can run. (optional)

element ConfigurationDesc/Argus
diagram
annotation
documentation
Describes the argus specific properties.

element ConfigurationDesc/DataBases
diagram
annotation
documentation
Definition of the data bases, which the analysis accesses. (optional)

element ConfigurationDesc/Online
diagram
annotation
documentation
Describes the online specific configuration. (optional)

element ConfigurationDesc/SocketInterface
diagram
annotation
documentation
Describes the socket interface. (optional)

element ConfigurationDesc/Paths
diagram
annotation
documentation
Describes the file paths the framework is using. (required)

element ConfigurationDesc/HistogramRead
diagram
annotation
documentation
Describes the histogram/graph reading. (optional)

element ConfigurationDesc/Folders
diagram
annotation
documentation
Describes the folders in the framework.

element ConfigurationDesc/Folders/Folder
diagram
annotation
documentation
Describes the folder configuration. (optional)

element ConfigurationDesc/NetFolders
diagram
annotation
documentation
Describes the NetFolders in the framework.

element ConfigurationDesc/NetFolders/NetFolder
diagram
annotation
documentation
Describes the NetFolder configuration. (optional)

element ConfigurationDesc/Macros
diagram
annotation
documentation
Describes the macross in which the framework can run. (optional)

element ConfigurationDesc/Tasks
diagram
annotation
documentation
Describes the tasks in the framework.

element ConfigurationDesc/Tasks/Task
diagram
annotation
documentation
Describes the task configuration. (optional)

element ConfigurationDesc/Tabs
diagram
annotation
documentation
Describes the tabs.

element ConfigurationDesc/Tabs/Tab
diagram
annotation
documentation
Describes the tab configuration.

element ConfigurationDesc/Trees
diagram
annotation
documentation
Describes the trees in the framework.

element ConfigurationDesc/Trees/Accumulate
diagram
annotation
documentation
Trees can be accumulated over certain runs. Default is false.

element ConfigurationDesc/Trees/Tree
diagram
annotation
documentation
Describes the tree configuration. (optional)

element ConfigurationDesc/GlobalSteeringParameters
diagram
annotation
documentation
Describes the global steering parameters configuration.

element ConfigurationDesc/GlobalSteeringParameters/SteeringParameterField
diagram
annotation
documentation
Describes a steering parameter field. (optional)

element ConfigurationDesc/GlobalSteeringParameters/SteeringParameterGroup
diagram
annotation
documentation
Describes a steering parameter group. (optional)

element ConfigurationDesc/Midas
diagram
annotation
documentation
Describes the midas dependent part of the framework.

element ConfigurationDesc/Midas/MidasByteSwap
diagram
annotation
documentation
When it is true, framework does byte swapping when reading MIDAS files. Default is false.

element ConfigurationDesc/Midas/Event
diagram
annotation
documentation
Describes a midas event. (optional)

complexType DataBaseDesc
diagram
used by
element DataBasesDesc/DataBase
annotation
documentation
Describes a data base, to which the framework should be connected.

element DataBaseDesc/Name
diagram
annotation
documentation
The name of the data base connection. (required)

element DataBaseDesc/Connection
diagram
annotation
documentation
The connection string to initialize the database. For xml: "path;databasename". For sql: "mysql://username:password@servername:portnumber/databasename". For text: "your/database/directory". (required)

element DataBaseDesc/Type
diagram
annotation
documentation
The type of the data base. (required)

element DataBaseDesc/EventBased
diagram
annotation
documentation
If this is true the database gets read at each event. The '#' in the path means then event number. Default is false. (optional)

complexType DataBasesDesc
diagram
used by
element ConfigurationDesc/DataBases
annotation
documentation
Defines the data bases, which the analysis accesses.

element DataBasesDesc/DataBase
diagram
annotation
documentation
Description of a data base, to which the framework should be connected. (optional)

complexType DisplayObjectDesc
diagram
used by
element TabDesc/DisplayObject
annotation
documentation
Description of a display object.

element DisplayObjectDesc/DisplayObjectName
diagram
annotation
documentation
The name of the display object. (required)

element DisplayObjectDesc/DrawOption
diagram
annotation
documentation
The root draw option. (optional)

complexType EventDesc
diagram
used by
element ConfigurationDesc/Midas/Event
annotation
documentation
Description of a midas event.

element EventDesc/EventName
diagram
annotation
documentation
The name of the event. (required)

element EventDesc/Active
diagram
annotation
documentation
If true, this event type will be analyzed. Default is false.

element EventDesc/Bank
diagram
annotation
documentation
Describes a midas bank. (optional)

complexType FieldDesc
diagram
used by
element FolderDesc/Field
annotation
documentation
Description of a field of a folder.

element FieldDesc/FieldName
diagram
annotation
documentation
The name of the field. (required)

element FieldDesc/DataBaseName
diagram
annotation
documentation
The name of the database from which to read the field value. This value overwrites the value specified in the definition file. (optional)

element FieldDesc/DataBasePath
diagram
annotation
documentation
The path to the value in the database. This value overwrites the value specified in the definition file. (optional)

complexType FolderDesc
diagram
used by
element ConfigurationDesc/Folders/Folder
annotation
documentation
Description of the folder configuration.

element FolderDesc/FolderName
diagram
annotation
documentation
The name of the folder. (required)

element FolderDesc/Field
diagram
annotation
documentation
Describes a field of a folder. (optional)

complexType GraphDesc
diagram
used by
element TaskDesc/Graph
annotation
documentation
Description of the graph configuration.

element GraphDesc/GraphName
diagram
annotation
documentation
The name of the graph. (required)

element GraphDesc/GraphTitle
diagram
annotation
documentation
The title of the graph. Displayed in the ROOT browser. This value overwrites the value specified in the definition file. (optional)

element GraphDesc/GraphFolderTitle
diagram
annotation
documentation
The title of the ROOT folder in which the graph is stored. This value overwrites the value specified in the definition file. (optional)

element GraphDesc/GraphArraySize
diagram
annotation
documentation
The array size of the graph. This value will be ignord if the graph is not declared as an array in the ROME definition file. The histograms are named HistName_001 and so on. With HistArrayStartIndex you can specifie with which number the enumeration starts. This value overwrites the value specified in the definition file. Default is 1.

element GraphDesc/GraphArrayStartIndex
diagram
annotation
documentation
Start index of graph array name enumeration. This value overwrites the value specified in the definition file. Default is 0.

element GraphDesc/GraphXLabel
diagram
annotation
documentation
The label text of the x axis. Text has to be placed in quotes. This value overwrites the value specified in the definition file. (optional)

element GraphDesc/GraphYLabel
diagram
annotation
documentation
The label text of the y axis. Text has to be placed in quotes. This value overwrites the value specified in the definition file. (optional)

element GraphDesc/GraphZLabel
diagram
annotation
documentation
The label text of the z axis. Text has to be placed in quotes. This value overwrites the value specified in the definition file. (optional)

complexType HistogramDesc
diagram
used by
element TaskDesc/Histogram
annotation
documentation
Description of the histogram configuration.

element HistogramDesc/HistName
diagram
annotation
documentation
The name of the histogram. (required)

element HistogramDesc/HistTitle
diagram
annotation
documentation
The title of the histogram. Displayed in the ROOT browser. This value overwrites the value specified in the definition file. (optional)

element HistogramDesc/HistFolderTitle
diagram
annotation
documentation
The title of the ROOT folder in which the histogram is stored. This value overwrites the value specified in the definition file. (optional)

element HistogramDesc/HistArraySize
diagram
annotation
documentation
The array size of the histogram. This value will be ignord if the histogram is not declared as an array in the ROME definition file. The histograms are named HistName_001 and so on. With HistArrayStartIndex you can specifie with which number the enumeration starts. This value overwrites the value specified in the definition file. Default is 1.

element HistogramDesc/HistArrayStartIndex
diagram
annotation
documentation
Start index of histogram array name enumeration. This value overwrites the value specified in the definition file. Default is 0.

element HistogramDesc/HistXLabel
diagram
annotation
documentation
The label text of the x axis. Text has to be placed in quotes. This value overwrites the value specified in the definition file. (optional)

element HistogramDesc/HistYLabel
diagram
annotation
documentation
The label text of the y axis. Text has to be placed in quotes. This value overwrites the value specified in the definition file. (optional)

element HistogramDesc/HistZLabel
diagram
annotation
documentation
The label text of the z axis. Text has to be placed in quotes. This value overwrites the value specified in the definition file. (optional)

element HistogramDesc/HistXNbins
diagram
annotation
documentation
The number of bins in x. This value overwrites the value specified in the definition file. Default is 1.

element HistogramDesc/HistXmin
diagram
annotation
documentation
The minimum value in x. This value overwrites the value specified in the definition file. Default is 0.

element HistogramDesc/HistXmax
diagram
annotation
documentation
The maximum value in x. This value overwrites the value specified in the definition file. Default is 1.

element HistogramDesc/HistYNbins
diagram
annotation
documentation
The number of bins in y. This value overwrites the value specified in the definition file. Default is 1.

element HistogramDesc/HistYmin
diagram
annotation
documentation
The minimum value in y. This value overwrites the value specified in the definition file. Default is 0.

element HistogramDesc/HistYmax
diagram
annotation
documentation
The maximum value in y. This value overwrites the value specified in the definition file. Default is 1.

element HistogramDesc/HistZNbins
diagram
annotation
documentation
The number of bins in z. This value overwrites the value specified in the definition file. Default is 1.

element HistogramDesc/HistZmin
diagram
annotation
documentation
The minimum value in z. This value overwrites the value specified in the definition file. Default is 0.

element HistogramDesc/HistZmax
diagram
annotation
documentation
The maximum value in z. This value overwrites the value specified in the definition file. Default is 1.

element HistogramDesc/HistAccumulate
diagram
annotation
documentation
If this value is true the histograms content will be accumulated over all runs. Default is false.

complexType HistogramReadDesc
diagram
used by
element ConfigurationDesc/HistogramRead
annotation
documentation
Description of the histogram/graph reading.

element HistogramReadDesc/Read
diagram
annotation
documentation
Read flag. (required)

element HistogramReadDesc/RunNumber
diagram
annotation
documentation
Run number of the required histogram/graph file. (required)

complexType MacrosDesc
diagram
used by
element ConfigurationDesc/Macros
annotation
documentation
Description of macros.

element MacrosDesc/BeginOfRun
diagram
annotation
documentation
Macro file name which is executed at the begin of run. It is executed after Tasks::BeginOfRun. (optional)

element MacrosDesc/BeginOfEvent
diagram
annotation
documentation
Macro file name which is executed at the begin of event. It is executed before Tasks::Event. (optional)

element MacrosDesc/EndOfEvent
diagram
annotation
documentation
Macro file name which is executed at the end of event. It is executed after Tasks::Event. (optional)

element MacrosDesc/EndOfRun
diagram
annotation
documentation
Macro file name which is executed at the end of run. It is executed after Tasks::EndOfRun. (optional)

complexType ModesDesc
diagram
used by
element ConfigurationDesc/Modes
annotation
documentation
Description of the modes in which the framework can run.

element ModesDesc/AnalyzingMode
diagram
facets
enumeration online
enumeration offline
annotation
documentation
Describes the analyzing mode. This can be 'online' or 'offline'. Default is offline

element ModesDesc/DAQSystem
diagram
annotation
documentation
Describes the DAQ system used for IO. This can be 'none', 'midas', 'root' or a user defined DAQ system. Default is none.

element ModesDesc/VerboseLevel
diagram
annotation
documentation
Specify amount of messages from framework. mute, error, warning, normal or debug. default is normal.

element ModesDesc/ConfigCommentLevel
diagram
annotation
documentation
Amount of comments in configuration xml file. 0 to 5. You have more comments when this is larger. degault is 1.

element ModesDesc/QuitMode
diagram
annotation
documentation
If true, the program doesn't start a root session at the end. Default is false.

element ModesDesc/ShowSplashScreen
diagram
annotation
documentation
Program shows a splash screen, when starting up. Default is true.

element ModesDesc/GraphicalConfigEdit
diagram
annotation
documentation
Configuration file can be modified in a GUI at start up.

element ModesDesc/PreserveConfig
diagram
annotation
documentation
Flag if configuration XML file is overwritten by program. When this is true, program does not overwrite configuration file.

complexType NetFolderDesc
diagram
used by
element ConfigurationDesc/NetFolders/NetFolder
annotation
documentation
Description of the NetFolder configuration.

element NetFolderDesc/NetFolderName
diagram
annotation
documentation
The name of the NetFolder. (required)

element NetFolderDesc/Active
diagram
annotation
documentation
Activate flag.

element NetFolderDesc/Reconnect
diagram
annotation
documentation
If true, the framework tries to reconnect if the connection is lost. (optional)

element NetFolderDesc/Host
diagram
annotation
documentation
The host of the NetFolder.

element NetFolderDesc/Port
diagram
annotation
documentation
The port for the connection

element NetFolderDesc/Root
diagram
annotation
documentation
The host's root folder.

complexType OnlineDesc
diagram
used by
element ConfigurationDesc/Online
annotation
documentation
Description of the online specific configuration.

element OnlineDesc/Host
diagram
annotation
documentation
The name of the host of the online experiment. (required)

element OnlineDesc/Experiment
diagram
annotation
documentation
The name of the online experiment. (required)

element OnlineDesc/AnalyzerName
diagram
annotation
documentation
The name of the analyzer in the midas environment. Can be used to run two analyzer in parallel. (optional)

complexType PathsDesc
diagram
used by
element ConfigurationDesc/Paths
annotation
documentation
Description of the file paths the framework is using.

element PathsDesc/InputFilePath
diagram
annotation
documentation
The path of all input files. (required)

element PathsDesc/OutputFilePath
diagram
annotation
documentation
The path of all output files. (optional)

complexType ProgramConfigurationDesc
diagram
used by
element Configuration/ProgramConfiguration
annotation
documentation
Description of the program configuration.

element ProgramConfigurationDesc/ROME
diagram
annotation
documentation
The ROME settings. (required)

element ProgramConfigurationDesc/ARGUS
diagram
annotation
documentation
The ARGUS settings. (required)

complexType ROMEDesc
diagram
used by
element ProgramConfigurationDesc/ROME
annotation
documentation
Description of the ROME settings.

element ROMEDesc/Active
diagram
annotation
documentation
If true, the progam will be an analyzer. Default is true.

complexType RunParametersDesc
diagram
used by
element ConfigurationDesc/RunParameters
annotation
documentation
Description of the run parameters.

element RunParametersDesc/RunNumbers
diagram
annotation
documentation
The run numbers of runs, which have to be analyzed. The following syntax must be used : 1,3-5,7,9-12. All runs must be specified in the 'MainConfiguration' even if they are overriden by a 'RunConfiguration'. (required for offline)

element RunParametersDesc/EventNumbers
diagram
annotation
documentation
The event numbers, which have to be analyzed. Use the same syntax as for the run numbers. (optional)

element RunParametersDesc/InputFileNames
diagram
annotation
documentation
The input file names containing the runs, which have to be analyzed. If no input file is specified the DAQ systems will work with a run number based file IO. All files must be specified in the 'MainConfiguration' even if they are overriden by a 'RunConfiguration'. (optional)

complexType SocketInterfaceDesc
diagram
used by
element ConfigurationDesc/SocketInterface
annotation
documentation
Description of the socket interface. External programs can access the objects inside the framework over a root socket interface.

element SocketInterfaceDesc/PortNumber
diagram
annotation
documentation
The number of the port for the socket interface. Default is 9090.

element SocketInterfaceDesc/AvailableOffline
diagram
annotation
documentation
The socket interface is per default not available in offline mode. This flag makes it available also offline. Default is false.

complexType SocketToROMEDesc
diagram
used by
element ArgusDesc/SocketToROME
annotation
documentation
Description of the socket interface to the ROME analyzer. This section is needed if the ARGUS display should connect to a ROME analyzer of the current project..

element SocketToROMEDesc/Active
diagram
annotation
documentation
Activate flag.

element SocketToROMEDesc/Host
diagram
annotation
documentation
Host which runs the ROME analyzer.

element SocketToROMEDesc/Port
diagram
annotation
documentation
Port number for the socket connection.

complexType SteeringParameterFieldArrayDesc
diagram
used by
element SteeringParameterFieldDesc/SPFieldArray
annotation
documentation
Description of an array value of the steering parameter field.

element SteeringParameterFieldArrayDesc/SPFieldArrayIndex
diagram
annotation
documentation
The index of the value of a steering parameter field array. (required)

element SteeringParameterFieldArrayDesc/SPFieldArrayValue
diagram
annotation
documentation
The value of the steering parameter field array. (required)

complexType SteeringParameterFieldDesc
diagram
used by
elements SteeringParameterGroupArrayDesc/SteeringParameterField SteeringParameterGroupDesc/SteeringParameterField TaskDesc/SteeringParameterField TabDesc/SteeringParameterField ConfigurationDesc/GlobalSteeringParameters/SteeringParameterField
annotation
documentation
Description of the steering parameter fields.

element SteeringParameterFieldDesc/SPName
diagram
annotation
documentation
The name of the steering parameter field. (required)

element SteeringParameterFieldDesc/SPValue
diagram
annotation
documentation
The value of the steering parameter field. (required for single values)

element SteeringParameterFieldDesc/SPFieldArray
diagram
annotation
documentation
Describes an array value of the steering parameter field. (required for array values)

complexType SteeringParameterGroupArrayDesc
diagram
used by
element SteeringParameterGroupDesc/SPGroupArray
annotation
documentation
Description of an array group of the steering parameter group.

element SteeringParameterGroupArrayDesc/SPGroupArrayIndex
diagram
annotation
documentation
The index of the group of a steering parameter group array. (required)

element SteeringParameterGroupArrayDesc/SteeringParameterField
diagram
annotation
documentation
Describes a steering parameter field of the steering parameter group array. (required)

complexType SteeringParameterGroupDesc
diagram
used by
elements SteeringParameterGroupDesc/SteeringParameterGroup TaskDesc/SteeringParameterGroup TabDesc/SteeringParameterGroup ConfigurationDesc/GlobalSteeringParameters/SteeringParameterGroup
annotation
documentation
Description of the steering parameter groups.

element SteeringParameterGroupDesc/SPGroupName
diagram
annotation
documentation
The name of the steering parameter group. (required)

element SteeringParameterGroupDesc/SPGroupArray
diagram
annotation
documentation
Describes an array group of the steering parameter group. (required for array groups)

element SteeringParameterGroupDesc/SteeringParameterField
diagram
annotation
documentation
Describes a steering parameter field. (optional)

element SteeringParameterGroupDesc/SteeringParameterGroup
diagram
annotation
documentation
Describes a steering parameter group. (optional)

complexType TabDesc
diagram
used by
elements TabDesc/Tab ConfigurationDesc/Tabs/Tab
annotation
documentation
Description of the tab configuration.

element TabDesc/TabName
diagram
annotation
documentation
The name of the tab.

element TabDesc/Active
diagram
annotation
documentation
Inactive tasks are not executed by the framework.

element TabDesc/NumberOfPadsX
diagram
annotation
documentation
The initial number of pads in horizontal direction. This tag is only used for tabs with display objects.

element TabDesc/NumberOfPadsY
diagram
annotation
documentation
The initial number of pads in vertical direction. This tag is only used for tabs with display objects.

element TabDesc/PadConfiguration
diagram
annotation
documentation
Tells the tab to activate the pad configuration. This tag is only used for tabs with display objects.

element TabDesc/SteeringParameterField
diagram
annotation
documentation
Describes a steering parameter field of a task.

element TabDesc/SteeringParameterGroup
diagram
annotation
documentation
Describes a steering parameter group of a task.

element TabDesc/Tab
diagram
annotation
documentation
Describes a sub-tab.

element TabDesc/DisplayObject
diagram
annotation
documentation
Describes a display object.

complexType TaskDesc
diagram
used by
elements TaskDesc/Task ConfigurationDesc/Tasks/Task
annotation
documentation
Description of the task configuration.

element TaskDesc/TaskName
diagram
annotation
documentation
The name of the task. (required)

element TaskDesc/Active
diagram
annotation
documentation
Inactive tasks are not executed by the framework. Default is true.

element TaskDesc/Histogram
diagram
annotation
documentation
Describes a histogram configuration. (optional)

element TaskDesc/Graph
diagram
annotation
documentation
Describes a graph configuration. (optional)

element TaskDesc/SteeringParameterField
diagram
annotation
documentation
Describes a steering parameter field of a task. (optional)

element TaskDesc/SteeringParameterGroup
diagram
annotation
documentation
Describes a steering parameter group of a task. (optional)

element TaskDesc/Task
diagram
annotation
documentation
Describes a sub-task. (optional)

complexType TreeDesc
diagram
used by
element ConfigurationDesc/Trees/Tree
annotation
documentation
Description of the tree configuration.

element TreeDesc/TreeName
diagram
annotation
documentation
The name of the tree. (required)

element TreeDesc/Read
diagram
annotation
documentation
Trees can be read into the framework to start the analysis from a previously saved state. Default is false.

element TreeDesc/Write
diagram
annotation
documentation
Trees are written to disc. Default is false.

element TreeDesc/Fill
diagram
annotation
documentation
Trees are filled. It will be changed to true when 'Write' is true. Default is false.

element TreeDesc/CompressionLevel
diagram
annotation
documentation
Compression level for all branches of the tree. Default is 0.

element TreeDesc/MaxNumberOfEntries
diagram
annotation
documentation
If this value is greater than 0 the tree is a circular tree with the specified size. Default is 0.

element TreeDesc/TreeOutputFileName
diagram
annotation
documentation
The name of the trees output file. This value overwrites the value specified in the definition file. (optional)

element TreeDesc/SaveConfiguration
diagram
annotation
documentation
If this is true, content of configuration XML file would be saved in the output file. Default is false

element TreeDesc/Branch
diagram
annotation
documentation
Describes a branch. (optional)

simpleType AnalyzingModeType
used by
element ModesDesc/AnalyzingMode
facets
enumeration online
enumeration offline

simpleType DAQSystemType
facets
enumeration root
enumeration midas

simpleType DataBaseType
facets
enumeration none
enumeration xml
enumeration sql
enumeration text


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy