Class TriggeringEntities

Applied Stereotypes:
XSDcomplexType

A collection of entities evaluated for an EntityCondition to be triggered. It is optional whether the condition must be fulfilled any or all of the objects.

Used in:
ByEntityCondition
Properties
  Name Type Cardinality AppliedStereotypes Description
  triggeringEntitiesRule TriggeringEntitiesRule 1..1 XSDattribute All or any.
  entityRefs EntityRef 1..* XSDunwrapped, XSDelement List of referenced entities that trigger the condition.
XSD 1.3 Representation


<xsd:complexType name="TriggeringEntities">
<xsd:sequence>
<xsd:element name="EntityRef" type="EntityRef" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="triggeringEntitiesRule" type="TriggeringEntitiesRule" use="required"/>
</xsd:complexType>

XSD Transformation
UML Element Stereotype Description
entityRefs XSDunwrapped This property represents an unwrapped list in XSD. The element name 'EntityRef' is used for the list elements.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property triggeringEntitiesRule
    • XSDattribute
  • Property entityRefs
    • XSDunwrapped [xsdElementName: "EntityRef"]
    • XSDelement [position: "1"]

To XSD