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[.
  properties Properties 0..1 XSDelement Additional custom information about the scenario.
  license License 0..1 XSDelement Licensing information.
XSD 1.4 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>

Change log from version 1.3
  • Property 'properties'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
  • Property 'license'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
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 properties
    • XSDelement
  • Property license
    • XSDelement

To XSD