Showing:

Annotations
Diagrams
Properties
Source
Used by
Element VariableSetType / VariableName
Annotations
The VariableName element is the name of variable to set.
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 variable to set.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type VariableSetType
Annotations
The VariableSetType represents the setting of a variable.
Diagram
Diagram QIFPlan_xsd_Complex_Type_PlanElementBaseType.tmp#PlanElementBaseType_WorkInstructionIds Primitives_xsd_Element_Attributes.tmp#Attributes QIFPlan_xsd_Complex_Type_PlanElementBaseType.tmp#PlanElementBaseType QIFPlan_xsd_Complex_Type_VariableSetType.tmp#VariableSetType_VariableName GenericExpressions_xsd_Element_ArithmeticExpression.tmp#ArithmeticExpression
Type extension of PlanElementBaseType
Type hierarchy
Used by
Element VariableSet
Children ArithmeticExpression, Attributes, VariableName, WorkInstructionIds
Source
<xs:complexType name="VariableSetType">
  <xs:annotation>
    <xs:documentation>The VariableSetType represents the setting of a variable.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="PlanElementBaseType">
      <xs:sequence>
        <xs:element name="VariableName" type="xs:IDREF">
          <xs:annotation>
            <xs:documentation>The VariableName element is the name of variable to set.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element ref="ArithmeticExpression">
          <xs:annotation>
            <xs:documentation>The ArithmeticExpression element is the value to which the variable should be set.</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