<xs:complexType name="VariableValueType">
<xs:annotation>
<xs:documentation>The VariableValueType represents the value of a variable. The value of a VariableValueType is the value of the named variable at the time the variable is used (as in standard programming languages).</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="ArithmeticExpressionBaseType">
<xs:sequence>
<xs:element name="VariableName" type="xs:IDREF">
<xs:annotation>
<xs:documentation>The VariableName element is the name of a variable.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |