Class ByEntityCondition
- Applied Stereotypes:
-
XSDcomplexType
Conditions referring an entity need to know which entity shall trigger the condition. TriggeringEntities is a collection of entities whose states are used to verify the given condition. An additional attribute needs to specify if one of the entities is enough for the condition to become true, or if all of them are required.
- Used in:
-
Condition
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
triggeringEntities |
TriggeringEntities |
1..1 |
XSDelement
|
A list of entities triggering this condition. |
|
entityCondition |
EntityCondition |
1..1 |
XSDelement
|
The condition which is related to the triggering entities. |
|
XSD 1.3 Representation |
<xsd:complexType name="ByEntityCondition">
<xsd:all>
<xsd:element name="TriggeringEntities" type="TriggeringEntities"/>
<xsd:element name="EntityCondition" type="EntityCondition"/>
</xsd:all>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "all"; mixed: "false"]
- Property triggeringEntities
- XSDelement [position: "1"]
- Property entityCondition
- XSDelement [position: "2"]
|
To XSD