ROME XML Definition Schema Documentation

Complex Type: ExperimentDesc

[Table of contents]

Super-types: None
Sub-types: None
Name ExperimentDesc
Used by (from the same schema document) Element ROMEFrameworkDefinition
Abstract no
Documentation Description of the experiment and the framework.
XML Instance Representation
<...>
Start Choice [0..*]
<ExperimentName> string </ExperimentName> [0..1]

'Name of the experiment. Not used at the moment. (optional)'

<ExperimentShortCut> string </ExperimentShortCut> [1]

'Shortcut for the experiment. The shortcut is used for all file names and class names (like [Shortcut][MyFolder].h for the class file of folder [MyFolder]). All files generated by ROME will start with that shortcut (exept main.cpp). (required)'

<ProgramName> string </ProgramName> [0..1]

'Name of the executable. The executable will be named as [Shortcut][ProgramName].exe. (required)'

<FrameworkDescription> string </FrameworkDescription> [0..1]

'Description of the framework. It will be displayed in the automatically created html documentation of the framework. (optional)'

<DocumentStyleSheet> string </DocumentStyleSheet> [0..1]

'Style sheet file to be used for documentation. (optional)'

End Choice
</...>
Diagram
Schema Component Representation
<complexType name="ExperimentDesc">
<choice minOccurs="0" maxOccurs="unbounded">
<element name="ExperimentName" type=" string " minOccurs="0"/>
<element name="ExperimentShortCut" type=" string "/>
<element name="ProgramName" type=" string " minOccurs="0"/>
<element name="FrameworkDescription" type=" string " minOccurs="0"/>
<element name="DocumentStyleSheet" type=" string " minOccurs="0"/>
</choice>
</complexType>