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.3 Representation |
<xsd:complexType name="OpenScenario">
<xsd:sequence>
<xsd:element name="FileHeader" type="FileHeader"/>
<xsd:group ref="OpenScenarioCategory"/>
</xsd:sequence>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDtopLevelElement [elementName: "OpenScenario"]
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property fileHeader
- XSDelement [position: "1"]
- Property openScenarioCategory
- XSDelement [position: "2"]
|
To XSD