Showing:

Annotations
Diagrams
Properties
Source
Used by
Element VariableValueType / VariableName
Annotations
The VariableName element is the name of a variable.
Diagram
Diagram
Type xs:IDREF
Properties
content simple
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type VariableValueType
Annotations
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).
Diagram
Diagram GenericExpressions_xsd_Complex_Type_ArithmeticExpressionBaseType.tmp#ArithmeticExpressionBaseType QIFPlan_xsd_Complex_Type_VariableValueType.tmp#VariableValueType_VariableName
Type extension of ArithmeticExpressionBaseType
Type hierarchy
Used by
Element VariableValue
Children VariableName
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd