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

Documentation

The boolean variables that can be used in the conditionals. Each variable has the form of either a pattern match or a workload constraint, combined with a unique ID under which it can be referenced in the conditional itself. Their value is true or false, depending on whether the underlying constraint would be satisfied or not. Note that weights given within the variables are ignored.

Properties
This component is not nillable.

Model
<Variables>
(MatchVariable | WorkloadVariable)+
</Variables>


Nested Element Summary
 MatchVariable
          A variable that is defined as a pattern match. 
 WorkloadVariable
          A variable that is defined as a workload time unit. 
Source
<xs:element name="Variables">
<xs:complexType>
<xs:choice maxOccurs="unbounded" minOccurs="1">
<xs:element name="MatchVariable">
<xs:complexType>
<xs:complexContent>
<xs:extension base="Match">
<xs:attribute name="ID" type="ID" use="required">
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="1" name="WorkloadVariable">
<xs:complexType>
<xs:complexContent>
<xs:extension base="WorkloadType">
<xs:attribute name="ID" type="ID" use="required">
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>


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