Showing:

Annotations
Diagrams
Properties
Source
Used by
Element NumberedPlanElementType / SequenceNumber
Annotations
The SequenceNumber element is a positive integer used in determining either the order within a set of PlanElements in which a plan element should be executed or which plan element in the set should be executed.
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
Source
<xs:element name="SequenceNumber" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The SequenceNumber element is a positive integer used in determining either the order within a set of PlanElements in which a plan element should be executed or which plan element in the set should be executed.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type NumberedPlanElementType
Annotations
The NumberedPlanElementType defines a single ordered plan element.
Diagram
Diagram QIFPlan_xsd_Complex_Type_NumberedPlanElementType.tmp#NumberedPlanElementType_SequenceNumber QIFPlan_xsd_Element_PlanElement.tmp#PlanElement
Used by
Children PlanElement, SequenceNumber
Source
<xs:complexType name="NumberedPlanElementType">
  <xs:annotation>
    <xs:documentation>The NumberedPlanElementType defines a single ordered plan element.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="SequenceNumber" type="xs:positiveInteger">
      <xs:annotation>
        <xs:documentation>The SequenceNumber element is a positive integer used in determining either the order within a set of PlanElements in which a plan element should be executed or which plan element in the set should be executed.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="PlanElement">
      <xs:annotation>
        <xs:documentation>The PlanElement element is the plan element associated with the SequenceNumber.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd