Class SelectedEntities

Applied Stereotypes:
union, XSDcomplexType

Collection of entities that includes entities explicitly by their reference or includes the entities by their type.

Used in:
EntitySelection
Properties
Name Type Cardinality AppliedStereotypes Description
entityRef EntityRef 0..* xor References to the selected entities.
byType ByType 0..* xor Defines the type to determine that all entities of a specific type are members.

Migration Information from XSD 0.9.1
Derived From:
OpenSCENARIO.xsd/OpenSCENARIO.Entities.Selection.Members
Property Name XSD Type XSD 0.9.1 Name Migration
entityRef Element ByEntity Renamed
byType Element ByType

XSD 1.0 Representation


<xsd:complexType name="SelectedEntities">
<xsd:choice>
<xsd:element name="EntityRef" minOccurs="0" maxOccurs="unbounded" type="EntityRef"/>
<xsd:element name="ByType" minOccurs="0" maxOccurs="unbounded" type="ByType"/>
</xsd:choice>
</xsd:complexType>

To XSD To XSLT To XSD Tree