ROME XML Definition Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace None
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations have no namespace.
  • By default, local attribute declarations have no namespace.
Documentation Schema for a ROME framework definition file.

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xs:schema>
...
</xs:schema>
top

Global Declarations

Element: ROMEFrameworkDefinition

Name ROMEFrameworkDefinition
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Description of a ROME framework.
XML Instance Representation
<ROMEFrameworkDefinition>
Start Choice [0..*]
<Experiment> ExperimentDesc </Experiment> [1] ?
<Author> AuthorDesc </Author> [0..*] ?
<Folders> [0..1] ?
<Folder> FolderDesc </Folder> [0..*] ?
</Folders>
<SupportFolders> [0..1] ?
<SupportFolder> FolderDesc </SupportFolder> [0..*] ?
</SupportFolders>
<NetFolders> [0..1] ?
<NetFolder> NetFolderDesc </NetFolder> [0..*] ?
</NetFolders>
<Tasks> [0..1] ?
<Task> TaskDesc </Task> [0..*] ?
</Tasks>
<TaskHierarchy> [0..1] ?
<Task> TaskHierarchyDesc </Task> [1..*] ?
</TaskHierarchy>
<Tabs> [0..1] ?
<Tab> TabDesc </Tab> [0..*] ?
</Tabs>
<Trees> [0..1] ?
<Tree> TreeDesc </Tree> [0..*] ?
</Trees>
<GlobalSteeringParameters> [0..1] ?
<Include> IncludeDesc </Include> [0..*] ?
<SteeringParameterField> SteeringParameterFieldDesc </SteeringParameterField> [0..*] ?
<SteeringParameterGroup> SteeringParameterGroupDesc </SteeringParameterGroup> [0..*] ?
</GlobalSteeringParameters>
<UserDAQSystems> [0..1] ?
<UserDAQSystem> UserDAQSystemDesc </UserDAQSystem> [0..*] ?
</UserDAQSystems>
<UserDatabases> [0..1] ?
<UserDatabase> UserDatabaseDesc </UserDatabase> [0..*] ?
</UserDatabases>
<MidasBanks> [0..1] ?
<MaxEventSize> xs:string </MaxEventSize> [0..1] ?
<EventHeader> EventHeaderDesc </EventHeader> [0..1] ?
<EventDefinition> EventDefinitionDesc </EventDefinition> [0..*] ?
</MidasBanks>
<RootDAQ> [0..1] ?
<RootTree> RootTreeDesc </RootTree> [0..*] ?
</RootDAQ>
<UserMakeFile> UserMakeFileDesc </UserMakeFile> [0..1] ?
End Choice
</ROMEFrameworkDefinition>
Schema Component Representation
<xs:element name="ROMEFrameworkDefinition">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Experiment" type="ExperimentDesc"/>
<xs:element name="Author" type="AuthorDesc" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Folders" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="Folder" type="FolderDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SupportFolders" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="SupportFolder" type="FolderDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="NetFolders" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="NetFolder" type="NetFolderDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Tasks" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="Task" type="TaskDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="TaskHierarchy" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="Task" type="TaskHierarchyDesc" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Tabs" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="Tab" type="TabDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Trees" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="Tree" type="TreeDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GlobalSteeringParameters" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="Include" type="IncludeDesc" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="SteeringParameterField" type="SteeringParameterFieldDesc" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="SteeringParameterGroup" type="SteeringParameterGroupDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="UserDAQSystems" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="UserDAQSystem" type="UserDAQSystemDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="UserDatabases" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="UserDatabase" type="UserDatabaseDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="MidasBanks" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="MaxEventSize" type="xs:string" minOccurs="0"/>
<xs:element name="EventHeader" type="EventHeaderDesc" minOccurs="0"/>
<xs:element name="EventDefinition" type="EventDefinitionDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="RootDAQ" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="RootTree" type="RootTreeDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="UserMakeFile" type="UserMakeFileDesc" minOccurs="0"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Global Definitions

Complex Type: AdditionalFilesDesc

Super-types: None
Sub-types: None
Name AdditionalFilesDesc
Abstract no
Documentation Additional source files to be compiled.
XML Instance Representation
<...>
<File> FileDesc </File> [0..*] ?
</...>
Schema Component Representation
<xs:complexType name="AdditionalFilesDesc">
<xs:sequence>
<xs:element name="File" type="FileDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: AuthorDesc

Super-types: None
Sub-types: None
Name AuthorDesc
Abstract no
Documentation Description of the author. The name of the author will be used for documentations and the names of the authors of the task are written to the header of the task's '.cpp' file
XML Instance Representation
<...>
Start Choice [0..*]
<AuthorName> xs:string </AuthorName> [0..1] ?
<AuthorInstitute> xs:string </AuthorInstitute> [0..1] ?
<AuthorCollaboration> xs:string </AuthorCollaboration> [0..1] ?
<AuthorEmail> xs:string </AuthorEmail> [0..1] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="AuthorDesc">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="AuthorName" type="xs:string" minOccurs="0"/>
<xs:element name="AuthorInstitute" type="xs:string" minOccurs="0"/>
<xs:element name="AuthorCollaboration" type="xs:string" minOccurs="0"/>
<xs:element name="AuthorEmail" type="xs:string" minOccurs="0"/>
</xs:choice>
</xs:complexType>
top

Complex Type: BankArrayDesc

Super-types: None
Sub-types: None
Name BankArrayDesc
Abstract no
Documentation Description of a bank array. Bank arrays are used for banks that are numbered. For example, if there are banks EV01 to EV04 which all contain the same kind of data, one can specify the bank name as 'EV' and define an array of size 4 with start index 1 and with 2 digits.
XML Instance Representation
<...>
<BASize> xs:integer </BASize> [1] ?
Start Choice [0..*]
<BAStartIndex> xs:integer </BAStartIndex> [0..1] ?
<BANumberOfDigits> xs:integer </BANumberOfDigits> [0..1] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="BankArrayDesc">
<xs:sequence>
<xs:element name="BASize" type="xs:integer"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="BAStartIndex" type="xs:integer" default="0" minOccurs="0"/>
<xs:element name="BANumberOfDigits" type="xs:integer" default="1" minOccurs="0"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
top

Complex Type: BankDesc

Super-types: None
Sub-types: None
Name BankDesc
Abstract no
Documentation Description of banks.
XML Instance Representation
<...>
<BankName> xs:string </BankName> [1] ?
<BankAlias> xs:string </BankAlias> [0..*] ?
<BankType> xs:string </BankType> [1] ?
Start Choice [0..*]
<BankArray> BankArrayDesc </BankArray> [0..1] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="BankDesc">
<xs:sequence>
<xs:element name="BankName" type="xs:string"/>
<xs:element name="BankAlias" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="BankType" type="xs:string"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="BankArray" type="BankArrayDesc" minOccurs="0"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
top

Complex Type: BankFieldDesc

Super-types: None
Sub-types: None
Name BankFieldDesc
Abstract no
Documentation Description of structured bank fields.
XML Instance Representation
<...>
<BankFieldName> xs:string </BankFieldName> [1] ?
<BankFieldType> xs:string </BankFieldType> [1] ?
Start Choice [0..*]
<BankFieldSize> xs:integer </BankFieldSize> [0..1] ?
<BankFieldArraySize> xs:string </BankFieldArraySize> [0..1] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="BankFieldDesc">
<xs:sequence>
<xs:element name="BankFieldName" type="xs:string"/>
<xs:element name="BankFieldType" type="xs:string"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="BankFieldSize" type="xs:integer" minOccurs="0"/>
<xs:element name="BankFieldArraySize" type="xs:string" minOccurs="0"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
top

Complex Type: BanksDesc

Super-types: None
Sub-types: None
Name BanksDesc
Abstract no
Documentation Description of the banks in a midas event.
XML Instance Representation
<...>
Start Choice [0..*]
<Bank> BankDesc </Bank> [0..*] ?
<StructuredBank> StructuredBankDesc </StructuredBank> [0..*] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="BanksDesc">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Bank" type="BankDesc" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="StructuredBank" type="StructuredBankDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
</xs:complexType>
top

Complex Type: BranchDesc

Super-types: None
Sub-types: None
Name BranchDesc
Abstract no
Documentation Description of branches.
XML Instance Representation
<...>
<BranchName> xs:string </BranchName> [1] ?
<RelatedFolder> xs:string </RelatedFolder> [1] ?
Start Choice [0..*]
<BufferSize> xs:integer </BufferSize> [0..1] ?
<SplitLevel> xs:integer </SplitLevel> [0..1] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="BranchDesc">
<xs:sequence>
<xs:element name="BranchName" type="xs:string"/>
<xs:element name="RelatedFolder" type="xs:string"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="BufferSize" type="xs:integer" default="32000" minOccurs="0"/>
<xs:element name="SplitLevel" type="xs:integer" default="99" minOccurs="0"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
top

Complex Type: DictionaryHeadersDesc

Super-types: None
Sub-types: None
Name DictionaryHeadersDesc
Abstract no
Documentation Additional header files to be added to the rootcint command.
XML Instance Representation
<...>
<Header> HeaderDesc </Header> [0..*] ?
</...>
Schema Component Representation
<xs:complexType name="DictionaryHeadersDesc">
<xs:sequence>
<xs:element name="Header" type="HeaderDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: DictionaryIncludesDirectoriesDesc

Super-types: None
Sub-types: None
Name DictionaryIncludesDirectoriesDesc
Abstract no
Documentation Additional include directories to be added to the rootcint command.
XML Instance Representation
<...>
<IncludeDirectory> xs:string </IncludeDirectory> [0..*] ?
</...>
Schema Component Representation
<xs:complexType name="DictionaryIncludesDirectoriesDesc">
<xs:sequence>
<xs:element name="IncludeDirectory" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: EventDefinitionDesc

Super-types: None
Sub-types: None
Name EventDefinitionDesc
Abstract no
Documentation Description of a midas event.
XML Instance Representation
<...>
<EventName> xs:string </EventName> [1] ?
Start Choice [0..*]
<EventID> xs:integer </EventID> [0..1] ?
<EventTriggerMask> xs:integer </EventTriggerMask> [0..1] ?
<EventSamplingRate> xs:integer </EventSamplingRate> [0..1] ?
<Banks> BanksDesc </Banks> [1] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="EventDefinitionDesc">
<xs:sequence>
<xs:element name="EventName" type="xs:string"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="EventID" type="xs:integer" default="-1" minOccurs="0"/>
<xs:element name="EventTriggerMask" type="xs:integer" default="-1" minOccurs="0"/>
<xs:element name="EventSamplingRate" type="xs:integer" default="1" minOccurs="0"/>
<xs:element name="Banks" type="BanksDesc"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
top

Complex Type: EventHeaderDesc

Super-types: None
Sub-types: None
Name EventHeaderDesc
Abstract no
Documentation Description of event header data.
XML Instance Representation
<...>
<Folder> xs:string </Folder> [1] ?
Start Choice [0..*]
<EventID> xs:string </EventID> [0..1] ?
<TriggerMask> xs:string </TriggerMask> [0..1] ?
<SerialNumber> xs:string </SerialNumber> [0..1] ?
<TimeStamp> xs:string </TimeStamp> [0..1] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="EventHeaderDesc">
<xs:sequence>
<xs:element name="Folder" type="xs:string"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="EventID" type="xs:string" minOccurs="0"/>
<xs:element name="TriggerMask" type="xs:string" minOccurs="0"/>
<xs:element name="SerialNumber" type="xs:string" minOccurs="0"/>
<xs:element name="TimeStamp" type="xs:string" minOccurs="0"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
top

Complex Type: ExperimentDesc

Super-types: None
Sub-types: None
Name ExperimentDesc
Abstract no
Documentation Description of the experiment and the framework.
XML Instance Representation
<...>
Start Choice [0..*]
<ExperimentName> xs:string </ExperimentName> [0..1] ?
<ExperimentShortCut> xs:string </ExperimentShortCut> [1] ?
<ProgramName> xs:string </ProgramName> [0..1] ?
<ProgramNameExtension> xs:string </ProgramNameExtension> [0..1] ?
<ConfigClassSuffix> xs:string </ConfigClassSuffix> [0..1] ?
<ProgramDefinitionVersion> xs:integer </ProgramDefinitionVersion> [0..1] ?
<DictionaryType> xs:integer </DictionaryType> [0..1] ?
<FrameworkDescription> xs:string </FrameworkDescription> [0..1] ?
<DocumentStyleSheet> xs:string </DocumentStyleSheet> [0..1] ?
<DocumentBaseURL> xs:string </DocumentBaseURL> [0..1] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="ExperimentDesc">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="ExperimentName" type="xs:string" minOccurs="0"/>
<xs:element name="ExperimentShortCut" type="xs:string"/>
<xs:element name="ProgramName" type="xs:string" minOccurs="0"/>
<xs:element name="ProgramNameExtension" type="xs:string" minOccurs="0"/>
<xs:element name="ConfigClassSuffix" type="xs:string" minOccurs="0"/>
<xs:element name="ProgramDefinitionVersion" type="xs:integer" minOccurs="0"/>
<xs:element name="DictionaryType" type="xs:integer" minOccurs="0"/>
<xs:element name="FrameworkDescription" type="xs:string" minOccurs="0"/>
<xs:element name="DocumentStyleSheet" type="xs:string" minOccurs="0"/>
<xs:element name="DocumentBaseURL" type="xs:string" minOccurs="0"/>
</xs:choice>
</xs:complexType>
top

Complex Type: FieldDesc

Super-types: None
Sub-types: None
Name FieldDesc
Abstract no
Documentation Description of folder fields. A field is a single value or an array of values inside a folder.
XML Instance Representation
<...>
Start Choice [0..*]
<FieldName> xs:string </FieldName> [1] ?
<FieldType> xs:string </FieldType> [1] ?
<FieldComment> xs:string </FieldComment> [0..1] ?
<FieldInitialization> xs:string </FieldInitialization> [0..1] ?
<ArraySize> xs:string </ArraySize> [0..1] ?
<DataBaseName> xs:string </DataBaseName> [0..1] ?
<DataBasePath> xs:string </DataBasePath> [0..1] ?
<DataBaseIfStatement> xs:string </DataBaseIfStatement> [0..1] ?
<NoBoundCheck> xs:boolean </NoBoundCheck> [0..1] ?
<InheritTObject> xs:boolean </InheritTObject> [0..1] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="FieldDesc">
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="FieldName" type="xs:string"/>
<xs:element name="FieldType" type="xs:string"/>
<xs:element name="FieldComment" type="xs:string" minOccurs="0"/>
<xs:element name="FieldInitialization" type="xs:string" default="0" minOccurs="0"/>
<xs:element name="ArraySize" type="xs:string" default="1" minOccurs="0"/>
<xs:element name="DataBaseName" type="xs:string" minOccurs="0"/>
<xs:element name="DataBasePath" type="xs:string" minOccurs="0"/>
<xs:element name="DataBaseIfStatement" type="xs:string" minOccurs="0"/>
<xs:element name="NoBoundCheck" type="xs:boolean" minOccurs="0"/>
<xs:element name="InheritTObject" type="xs:boolean" minOccurs="0"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
top

Complex Type: FileDesc

Super-types: None
Sub-types: None
Name FileDesc
Abstract no
Documentation Additional source file to be compiled.
XML Instance Representation
<...>
<SourceFile> xs:string </SourceFile> [1] ?
<HeaderFile> xs:string </HeaderFile> [0..1] ?
<ObjectDirectory> xs:string </ObjectDirectory> [0..*] ?
<NeededFlag> xs:string </NeededFlag> [0..*] ?
<Affiliation> xs:string </Affiliation> [0..*] ?
</...>
Schema Component Representation
<xs:complexType name="FileDesc">
<xs:sequence>
<xs:element name="SourceFile" type="xs:string"/>
<xs:element name="HeaderFile" type="xs:string" minOccurs="0"/>
<xs:element name="ObjectDirectory" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="NeededFlag" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Affiliation" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: FolderDesc

Super-types: None
Sub-types: None
Name FolderDesc
Abstract no
Documentation Description of folders. Folders are objects which can store data. All data in the project should be stored in folders.
XML Instance Representation
<...>
<!-- Mixed content -->
<FolderName> xs:string </FolderName> [1] ?
Start Choice [0..*]
<Affiliation> xs:string </Affiliation> [0..*] ?
<FolderTitle> xs:string </FolderTitle> [0..1] ?
<ArraySize> xs:string </ArraySize> [0..1] ?
<DataBaseAccess> xs:boolean </DataBaseAccess> [0..1] ?
<IgnoreTObjectStreamer> xs:boolean </IgnoreTObjectStreamer> [0..1] ?
<Inherit> xs:string </Inherit> [0..1] ?
<NoResetByFramework> xs:boolean </NoResetByFramework> [0..1] ?
<NoResetModifiedByFramework> xs:boolean </NoResetModifiedByFramework> [0..1] ?
<ChangeableClassFile> xs:boolean </ChangeableClassFile> [0..1] ?
<Author> AuthorDesc </Author> [0..*] ?
<FolderVersion> xs:string </FolderVersion> [0..1] ?
<FolderDescription> xs:string </FolderDescription> [0..1] ?
<FolderShortDescription> xs:string </FolderShortDescription> [0..1] ?
<NetFolder> xs:boolean </NetFolder> [0..1] ?
<Include> IncludeDesc </Include> [0..*] ?
<Field> FieldDesc </Field> [0..*] ?
<Folder> FolderDesc </Folder> [0..*] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="FolderDesc" mixed="true">
<xs:sequence>
<xs:element name="FolderName" type="xs:string"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Affiliation" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="FolderTitle" type="xs:string" minOccurs="0"/>
<xs:element name="ArraySize" type="xs:string" default="1" minOccurs="0"/>
<xs:element name="DataBaseAccess" type="xs:boolean" default="false" minOccurs="0"/>
<xs:element name="IgnoreTObjectStreamer" type="xs:boolean" default="false" minOccurs="0"/>
<xs:element name="Inherit" type="xs:string" minOccurs="0"/>
<xs:element name="NoResetByFramework" type="xs:boolean" default="false" minOccurs="0"/>
<xs:element name="NoResetModifiedByFramework" type="xs:boolean" default="false" minOccurs="0"/>
<xs:element name="ChangeableClassFile" type="xs:boolean" default="false" minOccurs="0"/>
<xs:element name="Author" type="AuthorDesc" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="FolderVersion" type="xs:string" default="1" minOccurs="0"/>
<xs:element name="FolderDescription" type="xs:string" minOccurs="0"/>
<xs:element name="FolderShortDescription" type="xs:string" minOccurs="0"/>
<xs:element name="NetFolder" type="xs:boolean" minOccurs="0"/>
<xs:element name="Include" type="IncludeDesc" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Field" type="FieldDesc" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Folder" type="FolderDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
top

Complex Type: GraphDesc

Super-types: None
Sub-types: None
Name GraphDesc
Abstract no
Documentation Description of graphs.
XML Instance Representation
<...>
<GraphName> xs:string </GraphName> [1] ?
Start Choice [0..*]
<GraphTitle> xs:string </GraphTitle> [0..1] ?
<GraphFolderName> xs:string </GraphFolderName> [0..1] ?
<GraphFolderTitle> xs:string </GraphFolderTitle> [0..1] ?
End Choice
<GraphType> GraphTypeDesc </GraphType> [1] ?
Start Choice [0..*]
<GraphArraySize> xs:string </GraphArraySize> [0..1] ?
<GraphArrayStartIndex> xs:string </GraphArrayStartIndex> [0..1] ?
<GraphXLabel> xs:string </GraphXLabel> [0..1] ?
<GraphYLabel> xs:string </GraphYLabel> [0..1] ?
<GraphZLabel> xs:string </GraphZLabel> [0..1] ?
<GraphXmin> xs:string </GraphXmin> [0..1] ?
<GraphXmax> xs:string </GraphXmax> [0..1] ?
<GraphYmin> xs:string </GraphYmin> [0..1] ?
<GraphYmax> xs:string </GraphYmax> [0..1] ?
<GraphZmin> xs:string </GraphZmin> [0..1] ?
<GraphZmax> xs:string </GraphZmax> [0..1] ?
<Argus> HistGraphArgusDesc </Argus> [0..1] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="GraphDesc">
<xs:sequence>
<xs:element name="GraphName" type="xs:string"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="GraphTitle" type="xs:string" minOccurs="0"/>
<xs:element name="GraphFolderName" type="xs:string" minOccurs="0"/>
<xs:element name="GraphFolderTitle" type="xs:string" minOccurs="0"/>
</xs:choice>
<xs:element name="GraphType" type="GraphTypeDesc"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="GraphArraySize" type="xs:string" default="1" minOccurs="0"/>
<xs:element name="GraphArrayStartIndex" type="xs:string" default="0" minOccurs="0"/>
<xs:element name="GraphXLabel" type="xs:string" minOccurs="0"/>
<xs:element name="GraphYLabel" type="xs:string" minOccurs="0"/>
<xs:element name="GraphZLabel" type="xs:string" minOccurs="0"/>
<xs:element name="GraphXmin" type="xs:string" default="0" minOccurs="0"/>
<xs:element name="GraphXmax" type="xs:string" default="1" minOccurs="0"/>
<xs:element name="GraphYmin" type="xs:string" default="0" minOccurs="0"/>
<xs:element name="GraphYmax" type="xs:string" default="1" minOccurs="0"/>
<xs:element name="GraphZmin" type="xs:string" default="0" minOccurs="0"/>
<xs:element name="GraphZmax" type="xs:string" default="1" minOccurs="0"/>
<xs:element name="Argus" type="HistGraphArgusDesc" minOccurs="0"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
top

Complex Type: HeaderDesc

Super-types: None
Sub-types: None
Name HeaderDesc
Abstract no
Documentation Additional header file added to the rootcint command.
XML Instance Representation
<...>
<HeaderName> xs:string </HeaderName> [1] ?
<LinkDefSuffix> xs:string </LinkDefSuffix> [0..*] ?
<Affiliation> xs:string </Affiliation> [0..*] ?
</...>
Schema Component Representation
<xs:complexType name="HeaderDesc">
<xs:sequence>
<xs:element name="HeaderName" type="xs:string"/>
<xs:element name="LinkDefSuffix" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Affiliation" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: HistGraphArgusDesc

Super-types: None
Sub-types: None
Name HistGraphArgusDesc
Abstract no
Documentation Description of Argus display configuration for the histogram/graph.
XML Instance Representation
<...>
<Tab> HistGraphTabDesc </Tab> [0..*] ?
</...>
Schema Component Representation
<xs:complexType name="HistGraphArgusDesc">
<xs:sequence>
<xs:element name="Tab" type="HistGraphTabDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: HistGraphTabDesc

Super-types: None
Sub-types: None
Name HistGraphTabDesc
Abstract no
Documentation Description of display configuration for a tab.
XML Instance Representation
<...>
<TabName> xs:string </TabName> [1] ?
Start Choice [0..*]
<Index> xs:integer </Index> [0..1] ?
<HistArrayIndex> xs:string </HistArrayIndex> [0..1] ?
<ObjectArrayIndex> xs:string </ObjectArrayIndex> [0..1] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="HistGraphTabDesc">
<xs:sequence>
<xs:element name="TabName" type="xs:string"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Index" type="xs:integer" minOccurs="0"/>
<xs:element name="HistArrayIndex" type="xs:string" minOccurs="0"/>
<xs:element name="ObjectArrayIndex" type="xs:string" minOccurs="0"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
top

Complex Type: HistogramDesc

Super-types: None
Sub-types: None
Name HistogramDesc
Abstract no
Documentation Description of histograms.
XML Instance Representation
<...>
Start Choice [0..*]
<HistName> xs:string </HistName> [1] ?
<HistComment> xs:string </HistComment> [0..1] ?
<HistType> HistTypeDesc </HistType> [1] ?
<HistTitle> xs:string </HistTitle> [0..1] ?
<HistFolderName> xs:string </HistFolderName> [0..1] ?
<HistFolderTitle> xs:string </HistFolderTitle> [0..1] ?
<HistArraySize> xs:string </HistArraySize> [0..1] ?
<HistArrayStartIndex> xs:string </HistArrayStartIndex> [0..1] ?
<HistXLabel> xs:string </HistXLabel> [0..1] ?
<HistYLabel> xs:string </HistYLabel> [0..1] ?
<HistZLabel> xs:string </HistZLabel> [0..1] ?
<HistXNbins> xs:string </HistXNbins> [0..1] ?
<HistXmin> xs:string </HistXmin> [0..1] ?
<HistXmax> xs:string </HistXmax> [0..1] ?
<HistYNbins> xs:string </HistYNbins> [0..1] ?
<HistYmin> xs:string </HistYmin> [0..1] ?
<HistYmax> xs:string </HistYmax> [0..1] ?
<HistZNbins> xs:string </HistZNbins> [0..1] ?
<HistZmin> xs:string </HistZmin> [0..1] ?
<HistZmax> xs:string </HistZmax> [0..1] ?
<HistOption> xs:string </HistOption> [0..1] ?
<Argus> HistGraphArgusDesc </Argus> [0..1] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="HistogramDesc">
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="HistName" type="xs:string"/>
<xs:element name="HistComment" type="xs:string" minOccurs="0"/>
<xs:element name="HistType" type="HistTypeDesc"/>
<xs:element name="HistTitle" type="xs:string" minOccurs="0"/>
<xs:element name="HistFolderName" type="xs:string" minOccurs="0"/>
<xs:element name="HistFolderTitle" type="xs:string" minOccurs="0"/>
<xs:element name="HistArraySize" type="xs:string" default="1" minOccurs="0"/>
<xs:element name="HistArrayStartIndex" type="xs:string" default="0" minOccurs="0"/>
<xs:element name="HistXLabel" type="xs:string" minOccurs="0"/>
<xs:element name="HistYLabel" type="xs:string" minOccurs="0"/>
<xs:element name="HistZLabel" type="xs:string" minOccurs="0"/>
<xs:element name="HistXNbins" type="xs:string" default="1" minOccurs="0"/>
<xs:element name="HistXmin" type="xs:string" default="0" minOccurs="0"/>
<xs:element name="HistXmax" type="xs:string" default="1" minOccurs="0"/>
<xs:element name="HistYNbins" type="xs:string" default="1" minOccurs="0"/>
<xs:element name="HistYmin" type="xs:string" default="0" minOccurs="0"/>
<xs:element name="HistYmax" type="xs:string" default="1" minOccurs="0"/>
<xs:element name="HistZNbins" type="xs:string" default="1" minOccurs="0"/>
<xs:element name="HistZmin" type="xs:string" default="0" minOccurs="0"/>
<xs:element name="HistZmax" type="xs:string" default="1" minOccurs="0"/>
<xs:element name="HistOption" type="xs:string" default="" minOccurs="0"/>
<xs:element name="Argus" type="HistGraphArgusDesc" minOccurs="0"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
top

Complex Type: IncludeDesc

Super-types: None
Sub-types: None
Name IncludeDesc
Abstract no
Documentation Description of includes.
XML Instance Representation
<...>
<IncludeName> xs:string </IncludeName> [1] ?
Start Choice [0..*]
<IncludeType> IncludeTypeDesc </IncludeType> [0..1] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="IncludeDesc">
<xs:sequence>
<xs:element name="IncludeName" type="xs:string"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="IncludeType" type="IncludeTypeDesc" default="global" minOccurs="0"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
top

Complex Type: IncludeDirectoriesDesc

Super-types: None
Sub-types: None
Name IncludeDirectoriesDesc
Abstract no
Documentation Additional include directories to be added to the compile command.
XML Instance Representation
<...>
<IncludeDirectory> xs:string </IncludeDirectory> [0..*] ?
</...>
Schema Component Representation
<xs:complexType name="IncludeDirectoriesDesc">
<xs:sequence>
<xs:element name="IncludeDirectory" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: LibrariesDesc

Super-types: None
Sub-types: None
Name LibrariesDesc
Abstract no
Documentation Additional windows library files to be added to the link command.
XML Instance Representation
<...>
<Library> LibraryDesc </Library> [0..*] ?
</...>
Schema Component Representation
<xs:complexType name="LibrariesDesc">
<xs:sequence>
<xs:element name="Library" type="LibraryDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: LibraryDesc

Super-types: None
Sub-types: None
Name LibraryDesc
Abstract no
Documentation Additional library to be added to the link command.
XML Instance Representation
<...>
<LibraryName> xs:string </LibraryName> [1] ?
<NeededFlag> xs:string </NeededFlag> [0..*] ?
</...>
Schema Component Representation
<xs:complexType name="LibraryDesc">
<xs:sequence>
<xs:element name="LibraryName" type="xs:string"/>
<xs:element name="NeededFlag" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: MenuDesc

Super-types: None
Sub-types: None
Name MenuDesc
Abstract no
Documentation Description of Menu.
XML Instance Representation
<...>
<MenuTitle> xs:string </MenuTitle> [0..1] ?
<MenuItems> MenuItemsDesc </MenuItems> [0..*] ?
</...>
Schema Component Representation
<xs:complexType name="MenuDesc">
<xs:sequence>
<xs:element name="MenuTitle" type="xs:string" minOccurs="0"/>
<xs:element name="MenuItems" type="MenuItemsDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: MenuItemDesc

Super-types: None
Sub-types: None
Name MenuItemDesc
Abstract no
Documentation Description of MenuItems.
XML Instance Representation
<...>
<MenuItemTitle> xs:string </MenuItemTitle> [0..1] ?
<MenuItemEnumName> xs:string </MenuItemEnumName> [0..1] ?
</...>
Schema Component Representation
<xs:complexType name="MenuItemDesc">
<xs:sequence>
<xs:element name="MenuItemTitle" type="xs:string" minOccurs="0"/>
<xs:element name="MenuItemEnumName" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: MenuItemsDesc

Super-types: None
Sub-types: None
Name MenuItemsDesc
Abstract no
Documentation Description of MenuItems.
XML Instance Representation
<...>
Start Choice [0..*]
<MenuItem> MenuItemDesc </MenuItem> [0..*] ?
<Menu> MenuDesc </Menu> [0..*] ?
<Line> ... </Line> [0..*] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="MenuItemsDesc">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="MenuItem" type="MenuItemDesc" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Menu" type="MenuDesc" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Line" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
</xs:complexType>
top

Complex Type: MenusDesc

Super-types: None
Sub-types: None
Name MenusDesc
Abstract no
Documentation Description of Menus. Only used for ARGUS displays.
XML Instance Representation
<...>
<Menu> MenuDesc </Menu> [0..*] ?
</...>
Schema Component Representation
<xs:complexType name="MenusDesc">
<xs:sequence>
<xs:element name="Menu" type="MenuDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: NetFolderDesc

Super-types: None
Sub-types: None
Name NetFolderDesc
Abstract no
Documentation Description of net folders. Net folders are folders accessed over the socket interface.
XML Instance Representation
<...>
<NetFolderName> xs:string </NetFolderName> [1] ?
<NetFolderTitle> xs:string </NetFolderTitle> [1] ?
<NetFolderHost> xs:string </NetFolderHost> [1] ?
<NetFolderPort> xs:integer </NetFolderPort> [1] ?
<NetFolderRoot> xs:string </NetFolderRoot> [1] ?
</...>
Schema Component Representation
<xs:complexType name="NetFolderDesc">
<xs:sequence>
<xs:element name="NetFolderName" type="xs:string"/>
<xs:element name="NetFolderTitle" type="xs:string"/>
<xs:element name="NetFolderHost" type="xs:string"/>
<xs:element name="NetFolderPort" type="xs:integer"/>
<xs:element name="NetFolderRoot" type="xs:string"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ObjectDisplayDesc

Super-types: None
Sub-types: None
Name ObjectDisplayDesc
Abstract no
Documentation Description of an object display.
XML Instance Representation
<...>
<ObjectDisplayName> xs:string </ObjectDisplayName> [1] ?
<ObjectDisplayTitle> xs:string </ObjectDisplayTitle> [0..1] ?
<ObjectDisplayObject> xs:string </ObjectDisplayObject> [1..*] ?
<ObjectDisplayTaskHierarchyIndex> xs:integer </ObjectDisplayTaskHierarchyIndex> [0..1] ?
</...>
Schema Component Representation
<xs:complexType name="ObjectDisplayDesc">
<xs:sequence>
<xs:element name="ObjectDisplayName" type="xs:string"/>
<xs:element name="ObjectDisplayTitle" type="xs:string" minOccurs="0"/>
<xs:element name="ObjectDisplayObject" type="xs:string" maxOccurs="unbounded"/>
<xs:element name="ObjectDisplayTaskHierarchyIndex" type="xs:integer" default="0" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ObjectDisplaysDesc

Super-types: None
Sub-types: None
Name ObjectDisplaysDesc
Abstract no
Documentation Description of the object displays.
XML Instance Representation
<...>
<ObjectDisplay> ObjectDisplayDesc </ObjectDisplay> [0..*] ?
</...>
Schema Component Representation
<xs:complexType name="ObjectDisplaysDesc">
<xs:sequence>
<xs:element name="ObjectDisplay" type="ObjectDisplayDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: PreprocessorDefinitionDesc

Super-types: None
Sub-types: None
Name PreprocessorDefinitionDesc
Abstract no
Documentation Additional preprocessor definitions to be added to the compile command.
XML Instance Representation
<...>
<Name> xs:string </Name> [0..*] ?
</...>
Schema Component Representation
<xs:complexType name="PreprocessorDefinitionDesc">
<xs:sequence>
<xs:element name="Name" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: RootBranchClassFieldDisc

Super-types: None
Sub-types: None
Name RootBranchClassFieldDisc
Abstract no
Documentation Description of a field inside the root branch class.
XML Instance Representation
<...>
<RootBranchClassFieldName> xs:string </RootBranchClassFieldName> [1] ?
<RootBranchClassFieldType> xs:string </RootBranchClassFieldType> [1] ?
<RootBranchClassFieldArraySize> xs:string </RootBranchClassFieldArraySize> [0..1] ?
</...>
Schema Component Representation
<xs:complexType name="RootBranchClassFieldDisc">
<xs:sequence>
<xs:element name="RootBranchClassFieldName" type="xs:string"/>
<xs:element name="RootBranchClassFieldType" type="xs:string"/>
<xs:element name="RootBranchClassFieldArraySize" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: RootBranchDesc

Super-types: None
Sub-types: None
Name RootBranchDesc
Abstract no
Documentation Description of a branch of a root tree.
XML Instance Representation
<...>
<RootBranchName> xs:string </RootBranchName> [1] ?
<RootBranchType> xs:string </RootBranchType> [1] ?
<RootBranchArraySize> xs:string </RootBranchArraySize> [0..1] ?
<RootBranchClassName> xs:string </RootBranchClassName> [0..1] ?
<RootBranchClassVersion> xs:integer </RootBranchClassVersion> [0..1] ?
<RootBranchClassField> RootBranchClassFieldDisc </RootBranchClassField> [0..*] ?
</...>
Schema Component Representation
<xs:complexType name="RootBranchDesc">
<xs:sequence>
<xs:element name="RootBranchName" type="xs:string"/>
<xs:element name="RootBranchType" type="xs:string"/>
<xs:element name="RootBranchArraySize" type="xs:string" minOccurs="0"/>
<xs:element name="RootBranchClassName" type="xs:string" minOccurs="0"/>
<xs:element name="RootBranchClassVersion" type="xs:integer" minOccurs="0"/>
<xs:element name="RootBranchClassField" type="RootBranchClassFieldDisc" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: RootTreeDesc

Super-types: None
Sub-types: None
Name RootTreeDesc
Abstract no
Documentation Description of the structure of a root tree.
XML Instance Representation
<...>
<RootTreeName> xs:string </RootTreeName> [1] ?
<RootBranch> RootBranchDesc </RootBranch> [0..*] ?
</...>
Schema Component Representation
<xs:complexType name="RootTreeDesc">
<xs:sequence>
<xs:element name="RootTreeName" type="xs:string"/>
<xs:element name="RootBranch" type="RootBranchDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: RunHeaderDesc

Super-types: None
Sub-types: None
Name RunHeaderDesc
Abstract no
Documentation Description of run headers.
XML Instance Representation
<...>
Start Choice [0..*]
<RelatedFolder> xs:string </RelatedFolder> [1] ?
<RunHeaderName> xs:string </RunHeaderName> [1] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="RunHeaderDesc">
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="RelatedFolder" type="xs:string"/>
<xs:element name="RunHeaderName" type="xs:string"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
top

Complex Type: SteeringParameterFieldDesc

Super-types: None
Sub-types: None
Name SteeringParameterFieldDesc
Abstract no
Documentation Description of steering parameter fields. A steering parameter field represents one steer value.
XML Instance Representation
<...>
Start Choice [0..*]
<SPFieldName> xs:string </SPFieldName> [1] ?
<SPFieldType> xs:string </SPFieldType> [1] ?
<SPFieldFormat> xs:string </SPFieldFormat> [0..*] ?
<Affiliation> xs:string </Affiliation> [0..*] ?
<SPFieldArraySize> xs:string </SPFieldArraySize> [0..1] ?
<SPFieldInitialization> xs:string </SPFieldInitialization> [0..1] ?
<SPFieldComment> xs:string </SPFieldComment> [0..1] ?
<SPFieldShortDescription> xs:string </SPFieldShortDescription> [0..1] ?
<SPFieldCommandLineOption> xs:string </SPFieldCommandLineOption> [0..1] ?
<SPFieldCommandLineDescription> xs:string </SPFieldCommandLineDescription> [0..1] ?
<SPFieldHotLink> xs:boolean </SPFieldHotLink> [0..1] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="SteeringParameterFieldDesc">
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="SPFieldName" type="xs:string"/>
<xs:element name="SPFieldType" type="xs:string"/>
<xs:element name="SPFieldFormat" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Affiliation" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="SPFieldArraySize" type="xs:string" default="1" minOccurs="0"/>
<xs:element name="SPFieldInitialization" type="xs:string" default="0" minOccurs="0"/>
<xs:element name="SPFieldComment" type="xs:string" minOccurs="0"/>
<xs:element name="SPFieldShortDescription" type="xs:string" minOccurs="0"/>
<xs:element name="SPFieldCommandLineOption" type="xs:string" minOccurs="0"/>
<xs:element name="SPFieldCommandLineDescription" type="xs:string" minOccurs="0"/>
<xs:element name="SPFieldHotLink" type="xs:boolean" minOccurs="0"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
top

Complex Type: SteeringParameterGroupDesc

Super-types: None
Sub-types: None
Name SteeringParameterGroupDesc
Abstract no
Documentation Description of steering parameter groups. Use this to group your steering parameters.
XML Instance Representation
<...>
<SPGroupName> xs:string </SPGroupName> [1] ?
Start Choice [0..*]
<Affiliation> xs:string </Affiliation> [0..*] ?
<SPGroupArraySize> xs:string </SPGroupArraySize> [0..1] ?
<SteeringParameterField> SteeringParameterFieldDesc </SteeringParameterField> [0..*] ?
<SteeringParameterGroup> SteeringParameterGroupDesc </SteeringParameterGroup> [0..*] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="SteeringParameterGroupDesc">
<xs:sequence>
<xs:element name="SPGroupName" type="xs:string"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Affiliation" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="SPGroupArraySize" type="xs:string" default="1" minOccurs="0"/>
<xs:element name="SteeringParameterField" type="SteeringParameterFieldDesc" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="SteeringParameterGroup" type="SteeringParameterGroupDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
top

Complex Type: SteeringParametersDesc

Super-types: None
Sub-types: None
Name SteeringParametersDesc
Abstract no
Documentation Description of steering parameters.
XML Instance Representation
<...>
Start Choice [0..*]
<SteeringParameterField> SteeringParameterFieldDesc </SteeringParameterField> [0..*] ?
<SteeringParameterGroup> SteeringParameterGroupDesc </SteeringParameterGroup> [0..*] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="SteeringParametersDesc">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="SteeringParameterField" type="SteeringParameterFieldDesc" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="SteeringParameterGroup" type="SteeringParameterGroupDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
</xs:complexType>
top

Complex Type: StructuredBankDesc

Super-types: None
Sub-types: None
Name StructuredBankDesc
Abstract no
Documentation Description of structured banks.
XML Instance Representation
<...>
<BankName> xs:string </BankName> [1] ?
Start Choice [0..*]
<BankField> BankFieldDesc </BankField> [0..*] ?
<BankArray> BankArrayDesc </BankArray> [0..1] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="StructuredBankDesc">
<xs:sequence>
<xs:element name="BankName" type="xs:string"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="BankField" type="BankFieldDesc" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="BankArray" type="BankArrayDesc" minOccurs="0"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
top

Complex Type: TabDesc

Super-types: None
Sub-types: None
Name TabDesc
Abstract no
Documentation Description of Tabs. Only used for ARGUS displays.
XML Instance Representation
<...>
<!-- Mixed content -->
<TabName> xs:string </TabName> [1] ?
<TabTitle> xs:string </TabTitle> [1] ?
Start Choice [0..*]
<TabObjectDisplay> xs:boolean </TabObjectDisplay> [0..1] ?
<Affiliation> xs:string </Affiliation> [0..*] ?
<Author> AuthorDesc </Author> [0..*] ?
<TabVersion> xs:string </TabVersion> [0..1] ?
<TabDescription> xs:string </TabDescription> [0..1] ?
<TabShortDescription> xs:string </TabShortDescription> [0..1] ?
<TabUsage> xs:string </TabUsage> [0..1] ?
<TabStatus> xs:string </TabStatus> [0..1] ?
<TabToDo> xs:string </TabToDo> [0..1] ?
<TabKnownProblems> xs:string </TabKnownProblems> [0..1] ?
<InheritedFrom> xs:string </InheritedFrom> [0..1] ?
<SteeringParameters> SteeringParametersDesc </SteeringParameters> [0..1] ?
<ThreadFunctions> ThreadFunctionsDesc </ThreadFunctions> [0..1] ?
<Menus> MenusDesc </Menus> [0..1] ?
<ObjectDisplays> ObjectDisplaysDesc </ObjectDisplays> [0..1] ?
<Dependence> xs:string </Dependence> [0..1] ?
<Tab> TabDesc </Tab> [0..*] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="TabDesc" mixed="true">
<xs:sequence>
<xs:element name="TabName" type="xs:string"/>
<xs:element name="TabTitle" type="xs:string"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="TabObjectDisplay" type="xs:boolean" minOccurs="0"/>
<xs:element name="Affiliation" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Author" type="AuthorDesc" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="TabVersion" type="xs:string" minOccurs="0"/>
<xs:element name="TabDescription" type="xs:string" minOccurs="0"/>
<xs:element name="TabShortDescription" type="xs:string" minOccurs="0"/>
<xs:element name="TabUsage" type="xs:string" minOccurs="0"/>
<xs:element name="TabStatus" type="xs:string" minOccurs="0"/>
<xs:element name="TabToDo" type="xs:string" minOccurs="0"/>
<xs:element name="TabKnownProblems" type="xs:string" minOccurs="0"/>
<xs:element name="InheritedFrom" type="xs:string" minOccurs="0"/>
<xs:element name="SteeringParameters" type="SteeringParametersDesc" minOccurs="0"/>
<xs:element name="ThreadFunctions" type="ThreadFunctionsDesc" minOccurs="0"/>
<xs:element name="Menus" type="MenusDesc" minOccurs="0"/>
<xs:element name="ObjectDisplays" type="ObjectDisplaysDesc" minOccurs="0"/>
<xs:element name="Dependence" type="xs:string" minOccurs="0"/>
<xs:element name="Tab" type="TabDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
top

Complex Type: TaskDesc

Super-types: None
Sub-types: None
Name TaskDesc
Abstract no
Documentation Description of tasks.
XML Instance Representation
<...>
<!-- Mixed content -->
<TaskName> xs:string </TaskName> [1] ?
Start Choice [0..*]
<TaskEventId> xs:integer </TaskEventId> [0..1] ?
<Affiliation> xs:string </Affiliation> [0..*] ?
<Author> AuthorDesc </Author> [0..*] ?
<TaskVersion> xs:string </TaskVersion> [0..1] ?
<TaskDescription> xs:string </TaskDescription> [0..1] ?
<TaskShortDescription> xs:string </TaskShortDescription> [0..1] ?
<TaskUsage> xs:string </TaskUsage> [0..1] ?
<TaskStatus> xs:string </TaskStatus> [0..1] ?
<TaskToDo> xs:string </TaskToDo> [0..1] ?
<TaskKnownProblems> xs:string </TaskKnownProblems> [0..1] ?
<TaskConnectedFrom> xs:string </TaskConnectedFrom> [0..*] ?
<Include> IncludeDesc </Include> [0..*] ?
<Histogram> HistogramDesc </Histogram> [0..*] ?
<Graph> GraphDesc </Graph> [0..*] ?
<SteeringParameters> SteeringParametersDesc </SteeringParameters> [0..*] ?
<Dependence> xs:string </Dependence> [0..1] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="TaskDesc" mixed="true">
<xs:sequence>
<xs:element name="TaskName" type="xs:string"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="TaskEventId" type="xs:integer" minOccurs="0"/>
<xs:element name="Affiliation" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Author" type="AuthorDesc" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="TaskVersion" type="xs:string" default="1" minOccurs="0"/>
<xs:element name="TaskDescription" type="xs:string" minOccurs="0"/>
<xs:element name="TaskShortDescription" type="xs:string" minOccurs="0"/>
<xs:element name="TaskUsage" type="xs:string" minOccurs="0"/>
<xs:element name="TaskStatus" type="xs:string" minOccurs="0"/>
<xs:element name="TaskToDo" type="xs:string" minOccurs="0"/>
<xs:element name="TaskKnownProblems" type="xs:string" minOccurs="0"/>
<xs:element name="TaskConnectedFrom" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Include" type="IncludeDesc" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Histogram" type="HistogramDesc" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Graph" type="GraphDesc" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="SteeringParameters" type="SteeringParametersDesc" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Dependence" type="xs:string" minOccurs="0"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
top

Complex Type: TaskHierarchyDesc

Super-types: None
Sub-types: None
Name TaskHierarchyDesc
Abstract no
Documentation Description of a task in the task hierarchy of the framework.
XML Instance Representation
<...>
<TaskName> xs:string </TaskName> [1] ?
Start Choice [0..*]
<Task> TaskHierarchyDesc </Task> [0..*] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="TaskHierarchyDesc">
<xs:sequence>
<xs:element name="TaskName" type="xs:string"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Task" type="TaskHierarchyDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
top

Complex Type: ThreadFunctionDesc

Super-types: None
Sub-types: None
Name ThreadFunctionDesc
Abstract no
Documentation Description of ThreadFunction.
XML Instance Representation
<...>
<FunctionName> xs:string </FunctionName> [0..1] ?
<FunctionArgument> xs:string </FunctionArgument> [0..*] ?
</...>
Schema Component Representation
<xs:complexType name="ThreadFunctionDesc">
<xs:sequence>
<xs:element name="FunctionName" type="xs:string" minOccurs="0"/>
<xs:element name="FunctionArgument" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ThreadFunctionsDesc

Super-types: None
Sub-types: None
Name ThreadFunctionsDesc
Abstract no
Documentation Description of ThreadFunctions. Only used for ARGUS displays.
XML Instance Representation
<...>
<ThreadFunction> ThreadFunctionDesc </ThreadFunction> [0..*] ?
</...>
Schema Component Representation
<xs:complexType name="ThreadFunctionsDesc">
<xs:sequence>
<xs:element name="ThreadFunction" type="ThreadFunctionDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: TreeDesc

Super-types: None
Sub-types: None
Name TreeDesc
Abstract no
Documentation Description of trees.
XML Instance Representation
<...>
<TreeName> xs:string </TreeName> [1] ?
Start Choice [0..*]
<TreeTitle> xs:string </TreeTitle> [0..1] ?
<TreeOutputFileName> xs:string </TreeOutputFileName> [0..1] ?
<TreeDescription> xs:string </TreeDescription> [0..1] ?
<RunHeader> RunHeaderDesc </RunHeader> [0..*] ?
<Branch> BranchDesc </Branch> [0..*] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="TreeDesc">
<xs:sequence>
<xs:element name="TreeName" type="xs:string"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="TreeTitle" type="xs:string" minOccurs="0"/>
<xs:element name="TreeOutputFileName" type="xs:string" minOccurs="0"/>
<xs:element name="TreeDescription" type="xs:string" minOccurs="0"/>
<xs:element name="RunHeader" type="RunHeaderDesc" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Branch" type="BranchDesc" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
top

Complex Type: UserDAQSystemDesc

Super-types: None
Sub-types: None
Name UserDAQSystemDesc
Abstract no
Documentation Description of a DAQ system written by the user.
XML Instance Representation
<...>
<DAQSystemName> xs:string </DAQSystemName> [1] ?
<Affiliation> xs:string </Affiliation> [0..*] ?
</...>
Schema Component Representation
<xs:complexType name="UserDAQSystemDesc">
<xs:sequence>
<xs:element name="DAQSystemName" type="xs:string"/>
<xs:element name="Affiliation" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: UserDatabaseDesc

Super-types: None
Sub-types: None
Name UserDatabaseDesc
Abstract no
Documentation Description of a database interface written by the user.
XML Instance Representation
<...>
<DatabaseName> xs:string </DatabaseName> [1] ?
<DatabaseDescription> xs:string </DatabaseDescription> [1] ?
<Affiliation> xs:string </Affiliation> [0..*] ?
</...>
Schema Component Representation
<xs:complexType name="UserDatabaseDesc">
<xs:sequence>
<xs:element name="DatabaseName" type="xs:string"/>
<xs:element name="DatabaseDescription" type="xs:string"/>
<xs:element name="Affiliation" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: UserMakeFileDesc

Super-types: None
Sub-types: None
Name UserMakeFileDesc
Abstract no
Documentation User defined additions to the makefile.
XML Instance Representation
<...>
Start Choice [0..*]
<DictionaryHeaders> DictionaryHeadersDesc </DictionaryHeaders> [0..1] ?
<DictionaryIncludesDirectories> DictionaryIncludesDirectoriesDesc </DictionaryIncludesDirectories> [0..1] ?
<WindowsLibraries> LibrariesDesc </WindowsLibraries> [0..1] ?
<UnixLibraries> LibrariesDesc </UnixLibraries> [0..1] ?
<IncludeDirectories> IncludeDirectoriesDesc </IncludeDirectories> [0..1] ?
<PreprocessorDefinition> PreprocessorDefinitionDesc </PreprocessorDefinition> [0..1] ?
<AdditionalFiles> AdditionalFilesDesc </AdditionalFiles> [0..1] ?
End Choice
</...>
Schema Component Representation
<xs:complexType name="UserMakeFileDesc">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="DictionaryHeaders" type="DictionaryHeadersDesc" minOccurs="0"/>
<xs:element name="DictionaryIncludesDirectories" type="DictionaryIncludesDirectoriesDesc" minOccurs="0"/>
<xs:element name="WindowsLibraries" type="LibrariesDesc" minOccurs="0"/>
<xs:element name="UnixLibraries" type="LibrariesDesc" minOccurs="0"/>
<xs:element name="IncludeDirectories" type="IncludeDirectoriesDesc" minOccurs="0"/>
<xs:element name="PreprocessorDefinition" type="PreprocessorDefinitionDesc" minOccurs="0"/>
<xs:element name="AdditionalFiles" type="AdditionalFilesDesc" minOccurs="0"/>
</xs:choice>
</xs:complexType>
top

Simple Type: GraphTypeDesc

Super-types: xs:string < GraphTypeDesc (by restriction)
Sub-types: None
Name GraphTypeDesc
Content
  • Base XSD Type: string
  • value comes from list: {'TGraph'|'TGraph2D'|'TCutG'|'TGraphErrors'}
Schema Component Representation
<xs:simpleType name="GraphTypeDesc">
<xs:restriction base="xs:string">
<xs:enumeration value="TGraph"/>
<xs:enumeration value="TGraph2D"/>
<xs:enumeration value="TCutG"/>
<xs:enumeration value="TGraphErrors"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: HistTypeDesc

Super-types: xs:string < HistTypeDesc (by restriction)
Sub-types: None
Name HistTypeDesc
Content
  • Base XSD Type: string
  • value comes from list: {'TH1C'|'TH1D'|'TH1F'|'TH1I'|'TH1S'|'TH2C'|'TH2D'|'TH2F'|'TH2I'|'TH2S'|'TH3C'|'TH3D'|'TH3F'|'TH3I'|'TH3S'|'TProfile'|'TProfile2D'}
Schema Component Representation
<xs:simpleType name="HistTypeDesc">
<xs:restriction base="xs:string">
<xs:enumeration value="TH1C"/>
<xs:enumeration value="TH1D"/>
<xs:enumeration value="TH1F"/>
<xs:enumeration value="TH1I"/>
<xs:enumeration value="TH1S"/>
<xs:enumeration value="TH2C"/>
<xs:enumeration value="TH2D"/>
<xs:enumeration value="TH2F"/>
<xs:enumeration value="TH2I"/>
<xs:enumeration value="TH2S"/>
<xs:enumeration value="TH3C"/>
<xs:enumeration value="TH3D"/>
<xs:enumeration value="TH3F"/>
<xs:enumeration value="TH3I"/>
<xs:enumeration value="TH3S"/>
<xs:enumeration value="TProfile"/>
<xs:enumeration value="TProfile2D"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: IncludeTypeDesc

Super-types: xs:string < IncludeTypeDesc (by restriction)
Sub-types: None
Name IncludeTypeDesc
Content
  • Base XSD Type: string
  • value comes from list: {'global'|'local'}
Schema Component Representation
<xs:simpleType name="IncludeTypeDesc">
<xs:restriction base="xs:string">
<xs:enumeration value="global"/>
<xs:enumeration value="local"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ValueTypeDesc

Super-types: xs:string < ValueTypeDesc (by restriction)
Sub-types: None
Name ValueTypeDesc
Content
  • Base XSD Type: string
  • value comes from list: {'Short_t'|'UShort_t'|'Int_t'|'UInt_t'|'Long_t'|'ULong_t'|'Long64_t'|'ULong64_t'|'Float_t'|'Double_t'|'Double32_t'|'Bool_t'|'TString'|'short'|'unsigned short'|'int'|'unsigned int'|'long'|'unsigned long'|'long long'|'unsigned long long'|'float'|'double'|'bool'|'std::string'}
Schema Component Representation
<xs:simpleType name="ValueTypeDesc">
<xs:restriction base="xs:string">
<xs:enumeration value="Short_t"/>
<xs:enumeration value="UShort_t"/>
<xs:enumeration value="Int_t"/>
<xs:enumeration value="UInt_t"/>
<xs:enumeration value="Long_t"/>
<xs:enumeration value="ULong_t"/>
<xs:enumeration value="Long64_t"/>
<xs:enumeration value="ULong64_t"/>
<xs:enumeration value="Float_t"/>
<xs:enumeration value="Double_t"/>
<xs:enumeration value="Double32_t"/>
<xs:enumeration value="Bool_t"/>
<xs:enumeration value="TString"/>
<xs:enumeration value="short"/>
<xs:enumeration value="unsigned short"/>
<xs:enumeration value="int"/>
<xs:enumeration value="unsigned int"/>
<xs:enumeration value="long"/>
<xs:enumeration value="unsigned long"/>
<xs:enumeration value="long long"/>
<xs:enumeration value="unsigned long long"/>
<xs:enumeration value="float"/>
<xs:enumeration value="double"/>
<xs:enumeration value="bool"/>
<xs:enumeration value="std::string"/>
</xs:restriction>
</xs:simpleType>
top

Legend

Complex Type:

Schema Component Type

AusAddress

Schema Component Name
Super-types: Address < AusAddress (by extension)
Sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
Name AusAddress
Abstract no
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia">
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice[1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1]?
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

Schema Component Representation
<complexTypename="AusAddress">
<complexContent>
<extensionbase="Address">
<sequence>
<elementname="state" type="AusStates"/>
<elementname="postcode">
<simpleType>
<restrictionbase="string">
<patternvalue="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attributename="country" type="string" fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

top