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.4 Representation
|
<xsd:complexType name="ConditionGroup">
<xsd:sequence>
<xsd:element name="Condition" type="Condition" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'conditions'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
- Property 'conditions'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property conditions
|
To XSD