Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element LocalVariablesType / Variable
Annotations
Each Variable element declares a variable and sets its initial value.
Diagram
Diagram QIFPlan_xsd_Complex_Type_VariableDeclarationType.tmp#VariableDeclarationType_Name QIFPlan_xsd_Complex_Type_VariableDeclarationType.tmp#VariableDeclarationType_Val QIFPlan_xsd_Complex_Type_VariableDeclarationType.tmp#VariableDeclarationType
Type VariableDeclarationType
Properties
content complex
maxOccurs unbounded
Children Name, Val
Instance
<Variable xmlns="http://qifstandards.org/xsd/qif3">
  <Name>{1,1}</Name>
  <Val>{1,1}</Val>
</Variable>
Source
<xs:element name="Variable" type="VariableDeclarationType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Variable element declares a variable and sets its initial value.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type LocalVariablesType
Annotations
The LocalVariablesType is a set of variable declarations. The variables are local to the plan.
Diagram
Diagram QIFPlan_xsd_Complex_Type_LocalVariablesType.tmp#LocalVariablesType_n QIFPlan_xsd_Complex_Type_LocalVariablesType.tmp#LocalVariablesType_Variable
Used by
Children Variable
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of variables in the set.
Source
<xs:complexType name="LocalVariablesType">
  <xs:annotation>
    <xs:documentation>The LocalVariablesType is a set of variable declarations. The variables are local to the plan.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Variable" type="VariableDeclarationType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Variable element declares a variable and sets its initial value.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of variables in the set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Attribute LocalVariablesType / @n
Annotations
The required n attribute is the number of variables in the set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type LocalVariablesType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of variables in the set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd