Class ValueConstraintGroup
- Applied Stereotypes:
-
XSDcomplexType
A ValueConstraintGroup represents a set of logical constraints which need to evaluate to true for a defined parameter value to start the simulation. A constraint group needs to have at least one constraint.
Multiple constraint groups are combined by an OR.
- Used in:
-
ParameterDeclaration
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
constraints |
ValueConstraint |
1..* |
XSDunwrapped,
XSDelement
|
Defines one or more constraints for a constraint group. Multiple constraints are combined by an AND. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="ValueConstraintGroup">
<xsd:sequence>
<xsd:element name="ValueConstraint" type="ValueConstraint" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'constraints'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
- Property 'constraints'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property constraints
|
To XSD