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.4 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>
|
|
|
Change log from version 1.3
|
- Property 'members'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property name
-
Property members
|
To XSD