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 |
|
entityRef |
EntityRef |
1..* |
xor,
XSDelement
|
References to the selected entities. |
|
byType |
ByType |
1..* |
xor,
XSDelement
|
Defines the type to determine that all entities of a specific type are members. |
|
XSD 1.3 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.2 |
- Property 'entityRef'. Lower cardinality changed.
- Property 'byType'. Lower cardinality changed.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property entityRef
- XSDelement [position: "1"]
- Property byType
- XSDelement [position: "2"]
|
To XSD