Class FileHeader

Applied Stereotypes:
XSDcomplexType

File header used in OpenSCENARIO files, e.g. scenario file or catalog files.

Used in:
OpenScenario
Properties
  Name Type Cardinality AppliedStereotypes Description
  author string 1..1 XSDattribute Author of the scenario or the catalog.
  date dateTime 1..1 XSDattribute User specific date and time recommended: YYYY-MM-DDThh:mm:ss.
  description string 1..1 XSDattribute User specific description.
  revMajor unsignedShort 1..1 XSDattribute Major OpenSCENARIO revision, this file conforms to Range: [0..inf[.
  revMinor unsignedShort 1..1 XSDattribute Minor OpenSCENARIO revision, this file conforms to Range: [0..inf[.
  license License 0..1 XSDelement Licensing information.
  properties Properties 0..1 XSDelement Additional custom information about the scenario.
XSD 1.3 Representation


<xsd:complexType name="FileHeader">
<xsd:sequence>
<xsd:element name="License" type="License" minOccurs="0"/>
<xsd:element name="Properties" type="Properties" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="author" type="String" use="required"/>
<xsd:attribute name="date" type="DateTime" use="required"/>
<xsd:attribute name="description" type="String" use="required"/>
<xsd:attribute name="revMajor" type="UnsignedShort" use="required"/>
<xsd:attribute name="revMinor" type="UnsignedShort" use="required"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property author
    • XSDattribute
  • Property date
    • XSDattribute
  • Property description
    • XSDattribute
  • Property revMajor
    • XSDattribute
  • Property revMinor
    • XSDattribute
  • Property license
    • XSDelement [position: "1"]
  • Property properties
    • XSDelement [position: "2"]

To XSD