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 A list of entities triggering this condition.
entityCondition EntityCondition 1..1 The condition which is related to the triggering entities.

Migration Information from XSD 0.9.1
Derived From:
OSCCondition.ByEntity
Property Name XSD Type XSD 0.9.1 Name Migration
triggeringEntities Element TriggeringEntities
entityCondition Element EntityCondition

XSD 1.0 Representation


<xsd:complexType name="ByEntityCondition">
<xsd:all>
<xsd:element name="TriggeringEntities" type="TriggeringEntities"/>
<xsd:element name="EntityCondition" type="EntityCondition"/>
</xsd:all>
</xsd:complexType>

To XSD To XSLT To XSD Tree