| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
A conditional constraint that uses the defined boolean Variables to set up IF-THEN conditions.
Nested Element Summary | |
xs:normalizedString | If A boolean logic expression for the IF statement. |
xs:string | Label A label for this conditional constraint for when displaying a solution. |
xs:normalizedString | Then A boolean logic expression for the THEN statement. |
Attribute Summary | |
nonNegativeDouble | weight A value to represent this constraint's priority. |
Attribute Detail |
nonNegativeDouble
optional
unqualified
<xs:element maxOccurs="unbounded" minOccurs="1" name="Conditional"><xs:complexType></xs:element><xs:all></xs:complexType><xs:element minOccurs="0" name="Label" type="xs:string">
</xs:element><xs:element name="If" type="xs:normalizedString">
</xs:element><xs:element name="Then" type="xs:normalizedString"></xs:all>
</xs:element>
| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |