ROME XML Definition Schema Documentation

Complex Type: AuthorDesc

[Table of contents]

Super-types: None
Sub-types: None
Name AuthorDesc
Used by (from the same schema document) Complex Type FolderDesc , Complex Type TaskDesc , Complex Type TabDesc , Element ROMEFrameworkDefinition
Abstract no
Documentation Description of the author. The name of the auther will be used for documentations and the names of the authers of the task are written to the header of the task's '.cpp' file
XML Instance Representation
<...>
Start Choice [0..*]
<AuthorName> string </AuthorName> [0..1]

'Name of the author. (optional)'

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

'The authors institute. (optional)'

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

'The authors collaboration. (optional)'

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

'The e-mail of the author. (optional)'

End Choice
</...>
Diagram
Schema Component Representation
<complexType name="AuthorDesc">
<choice minOccurs="0" maxOccurs="unbounded">
<element name="AuthorName" type=" string " minOccurs="0"/>
<element name="AuthorInstitute" type=" string " minOccurs="0"/>
<element name="AuthorCollaboration" type=" string " minOccurs="0"/>
<element name="AuthorEmail" type=" string " minOccurs="0"/>
</choice>
</complexType>