Class Entities

Applied Stereotypes:
XSDcomplexType

Definition of entities (scenario objects or entity selections) in a scenario.

Used in:
ScenarioDefinition
Properties
Name Type Cardinality AppliedStereotypes Description
scenarioObjects ScenarioObject 0..* XSDunwrapped A list of scenario object definitions that pairs an entity object and a controller.
entitySelections EntitySelection 0..* XSDunwrapped A list of entity selection definitions.

Migration Information from XSD 0.9.1
Derived From:
OpenSCENARIO.xsd/OpenSCENARIO.Entities
Property Name XSD Type XSD 0.9.1 Name Migration
scenarioObjects Element Object Renamed
entitySelections Element Selection Renamed

XSD 1.0 Representation


<xsd:complexType name="Entities">
<xsd:sequence>
<xsd:element name="ScenarioObject" minOccurs="0" maxOccurs="unbounded" type="ScenarioObject"/>
<xsd:element name="EntitySelection" minOccurs="0" maxOccurs="unbounded" type="EntitySelection"/>
</xsd:sequence>
</xsd:complexType>

XSD Transformation
UML Element Stereotype Description
scenarioObjects XSDunwrapped This property represents an unwrapped list in XSD. The element name 'ScenarioObject' is used for the list elements.
entitySelections XSDunwrapped This property represents an unwrapped list in XSD. The element name 'EntitySelection' is used for the list elements.

To XSD To XSLT To XSD Tree