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 0..* xor, XSDelement References to the selected entities.
byType ByType 0..* xor, XSDelement Defines the type to determine that all entities of a specific type are members.

XSD 1.1 Representation


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

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property entityRef
    • xor
    • XSDelement [position: "1"]
  • Property byType
    • xor
    • XSDelement [position: "2"]

To XSD To XSD Tree