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.4 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>

Change log from version 1.3
  • Property 'entityRefs'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
  • Property 'entityRefs'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property triggeringEntitiesRule
    • XSDattribute
  • Property entityRefs
    • XSDunwrapped
    • XSDelement

To XSD