Class ConditionGroup
- Applied Stereotypes:
-
XSDcomplexType
A condition group is an association of conditions that is assessed during simulation time and signals true when all associated conditions are evaluated to true.
- Used in:
-
Trigger
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
conditions |
Condition |
1..* |
XSDunwrapped,
XSDelement
|
A associated list of conditions. |
|
XSD 1.3 Representation |
<xsd:complexType name="ConditionGroup">
<xsd:sequence>
<xsd:element name="Condition" type="Condition" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
|
|
XSD Transformation |
UML Element |
Stereotype |
Description |
conditions |
XSDunwrapped |
This property represents an unwrapped list in XSD. The element name 'Condition' is used for the list elements. |
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property conditions
- XSDunwrapped [xsdElementName: "Condition"]
- XSDelement [position: "1"]
|
To XSD