http://dbai.tuwien.ac.at/proj/arte/GES
element Conditional

Documentation

A conditional constraint that uses the defined boolean Variables to set up IF-THEN conditions.

Properties
This component is not nillable.

Model
<Conditional
  weight = nonNegativeDouble>
(Label? ; If ; Then)
</Conditional>


Nested Element Summary
xs:normalizedStringIf
          A boolean logic expression for the IF statement. 
xs:stringLabel
          A label for this conditional constraint for when displaying a solution.  
xs:normalizedStringThen
          A boolean logic expression for the THEN statement. 

Attribute Summary
 nonNegativeDoubleweight
          A value to represent this constraint's priority. 

Attribute Detail

weight

A value to represent this constraint's priority. If this element is omitted then the constraint is considered to be a hard constraint.

Type:
nonNegativeDouble
Use:
optional
Form:
unqualified

Source
<xs:element maxOccurs="unbounded" minOccurs="1" name="Conditional">
<xs:complexType>
<xs:all>
<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:element>
</xs:all>
<xs:attribute name="weight" type="nonNegativeDouble" use="optional">
</xs:attribute>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.