Class OpenScenario
- Applied Stereotypes:
-
XSDtopLevelElement,
XSDcomplexType
Top level container for scenarios or catalogs.
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
fileHeader |
FileHeader |
1..1 |
XSDelement
|
Header information for the scenario or the catalog. |
| |
openScenarioCategory |
OpenScenarioCategory |
1..1 |
XSDelement
|
Category (catalog or scenario) of the OpenSCENARIO description. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="OpenScenario">
<xsd:sequence>
<xsd:element name="FileHeader" type="FileHeader"/>
<xsd:group ref="OpenScenarioCategory"/>
</xsd:sequence>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'fileHeader'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'openScenarioCategory'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDtopLevelElement [elementName: "OpenScenario"]
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property fileHeader
-
Property openScenarioCategory
|
To XSD