Showing:

Annotations
Diagrams
Properties
Source
Used by
Element VariableDeclarationType / Name
Annotations
The Name element is the name of the variable.
Diagram
Diagram
Type xs:ID
Properties
content simple
Source
<xs:element name="Name" type="xs:ID">
  <xs:annotation>
    <xs:documentation>The Name element is the name of the variable.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Element VariableDeclarationType / Val
Annotations
The Val element is the value of the variable.
Diagram
Diagram
Type xs:decimal
Properties
content simple
Source
<xs:element name="Val" type="xs:decimal">
  <xs:annotation>
    <xs:documentation>The Val element is the value of the variable.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type VariableDeclarationType
Annotations
The VariableDeclarationType represents declaring a numerical variable. Val is the initial value of the variable. The value may be reset using a VariableSetType. The value may be used using a VariableValueType.
Diagram
Diagram QIFPlan_xsd_Complex_Type_VariableDeclarationType.tmp#VariableDeclarationType_Name QIFPlan_xsd_Complex_Type_VariableDeclarationType.tmp#VariableDeclarationType_Val
Used by
Children Name, Val
Source
<xs:complexType name="VariableDeclarationType">
  <xs:annotation>
    <xs:documentation>The VariableDeclarationType represents declaring a numerical variable. Val is the initial value of the variable. The value may be reset using a VariableSetType. The value may be used using a VariableValueType.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="xs:ID">
      <xs:annotation>
        <xs:documentation>The Name element is the name of the variable.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Val" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>The Val element is the value of the variable.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd