Class EntitySelection

Applied Stereotypes:
XSDcomplexType
Implements Interfaces:
Entity

Grouping of scenario objects by name and/or type. An instance of EntitySelection is considered also an instance of Entity.

Used in:
Entities
Properties
Name Type Cardinality AppliedStereotypes Description
name string 1..1 XSDattribute Name of the entity selection. By this name, a selection can be referenced as an entity.
members SelectedEntities 1..1 Selected entities as members of the entity selection.

Migration Information from XSD 0.9.1
Derived From:
OpenSCENARIO.xsd/OpenSCENARIO.Entities.Selection
Property Name XSD Type XSD 0.9.1 Name Migration
name Attribute name
members Element Members

XSD 1.0 Representation


<xsd:complexType name="EntitySelection">
<xsd:sequence>
<xsd:element name="Members" type="SelectedEntities"/>
</xsd:sequence>
<xsd:attribute name="name" type="String" use="required"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree