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
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[.
date dateTime 1..1 XSDattribute User specific date and time recommended: YYYY-MM-DDThh:mm:ss.
description string 1..1 XSDattribute User specific description.
author string 1..1 XSDattribute Author of the scenario or the catalog.

Migration Information from XSD 0.9.1
Derived From:
OSCFileHeader
Property Name XSD Type XSD 0.9.1 Name Migration
revMajor Attribute revMajor
revMinor Attribute revMinor
date Attribute date
description Attribute description
author Attribute author

XSD 1.0 Representation


<xsd:complexType name="FileHeader">
<xsd:attribute name="revMajor" type="UnsignedShort" use="required"/>
<xsd:attribute name="revMinor" type="UnsignedShort" use="required"/>
<xsd:attribute name="date" type="DateTime" use="required"/>
<xsd:attribute name="description" type="String" use="required"/>
<xsd:attribute name="author" type="String" use="required"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree