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.
    • New Value
      1
      From 1.2.0
      0
  • Property 'byType'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
  • Property entityRef
    • xor
    • XSDelement [position: "1"]
  • Property byType
    • xor
    • XSDelement [position: "2"]

To XSD