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 XSDelement Selected entities as members of the entity selection.
XSD 1.3 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>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property name
    • XSDattribute
  • Property members
    • XSDelement [position: "1"]

To XSD