Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element OrderedActionGroupType / Steps
Annotations
The Steps element is a set of numbered plan elements.
Diagram
Diagram QIFPlan_xsd_Complex_Type_NumberedPlanElementsType.tmp#NumberedPlanElementsType_n QIFPlan_xsd_Complex_Type_NumberedPlanElementsType.tmp#NumberedPlanElementsType_NumberedPlanElement QIFPlan_xsd_Complex_Type_NumberedPlanElementsType.tmp#NumberedPlanElementsType
Type NumberedPlanElementsType
Properties
content complex
Children NumberedPlanElement
Instance
<Steps n="" xmlns="http://qifstandards.org/xsd/qif3">
  <NumberedPlanElement>{1,unbounded}</NumberedPlanElement>
</Steps>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of plan elements in the list.
Source
<xs:element name="Steps" type="NumberedPlanElementsType">
  <xs:annotation>
    <xs:documentation>The Steps element is a 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 OrderedActionGroupType
Annotations
The OrderedActionGroupType defines an action group for which the all the steps it contains must be executed in order of increasing sequence number. The SequenceNumbers of the Steps in an instance of OrderedActionGroupType must be present, must be assigned 1, 2, 3, ..., and must be executed in that order.
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_ActionGroupBaseType.tmp#ActionGroupBaseType_MeasureActionGroupFunction QIFPlan_xsd_Complex_Type_ActionGroupBaseType.tmp#ActionGroupBaseType QIFPlan_xsd_Complex_Type_OrderedActionGroupType.tmp#OrderedActionGroupType_Steps
Type extension of ActionGroupBaseType
Type hierarchy
Used by
Children Attributes, MeasureActionGroupFunction, Steps, WorkInstructionIds
Source
<xs:complexType name="OrderedActionGroupType">
  <xs:annotation>
    <xs:documentation>The OrderedActionGroupType defines an action group for which the all the steps it contains must be executed in order of increasing sequence number. The SequenceNumbers of the Steps in an instance of OrderedActionGroupType must be present, must be assigned 1, 2, 3, ..., and must be executed in that order.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ActionGroupBaseType">
      <xs:sequence>
        <xs:element name="Steps" type="NumberedPlanElementsType">
          <xs:annotation>
            <xs:documentation>The Steps element is a set of numbered plan elements.</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