Class SelectedEntities
- Applied Stereotypes:
-
XSDcomplexType,
union
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 |
| |
byType |
ByType |
1..* |
xor,
XSDelement
|
Defines the type to determine that all entities of a specific type are members. |
| |
entityRef |
EntityRef |
1..* |
xor,
XSDelement
|
References to the selected entities. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="SelectedEntities">
<xsd:choice>
<xsd:element name="EntityRef" type="EntityRef" maxOccurs="unbounded"/>
<xsd:element name="ByType" type="ByType" maxOccurs="unbounded"/>
</xsd:choice>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'byType'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'entityRef'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
-
Property byType
-
Property entityRef
|
To XSD