Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element NumberedPlanElementsType / NumberedPlanElement
Annotations
Each NumberedPlanElement element is one member of the set of numbered plan elements.
Diagram
Diagram QIFPlan_xsd_Complex_Type_NumberedPlanElementType.tmp#NumberedPlanElementType_SequenceNumber QIFPlan_xsd_Element_PlanElement.tmp#PlanElement QIFPlan_xsd_Complex_Type_NumberedPlanElementType.tmp#NumberedPlanElementType
Type NumberedPlanElementType
Properties
content complex
maxOccurs unbounded
Children PlanElement, SequenceNumber
Instance
<NumberedPlanElement xmlns="http://qifstandards.org/xsd/qif3">
  <SequenceNumber>{1,1}</SequenceNumber>
  <PlanElement>{1,1}</PlanElement>
</NumberedPlanElement>
Source
<xs:element name="NumberedPlanElement" type="NumberedPlanElementType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each NumberedPlanElement element is one member of the set of numbered plan elements.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type NumberedPlanElementsType
Annotations
The NumberedPlanElementsType defines a set of numbered plan elements.
Diagram
Diagram QIFPlan_xsd_Complex_Type_NumberedPlanElementsType.tmp#NumberedPlanElementsType_n QIFPlan_xsd_Complex_Type_NumberedPlanElementsType.tmp#NumberedPlanElementsType_NumberedPlanElement
Used by
Children NumberedPlanElement
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of plan elements in the list.
Source
<xs:complexType name="NumberedPlanElementsType">
  <xs:annotation>
    <xs:documentation>The NumberedPlanElementsType defines a set of numbered plan elements.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="NumberedPlanElement" type="NumberedPlanElementType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each NumberedPlanElement element is one member of the set of numbered plan elements.</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 plan elements in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Attribute NumberedPlanElementsType / @n
Annotations
The required n attribute is the number of plan elements in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of plan elements in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd