Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element UnorderedActionGroupType / Steps
Annotations
The Steps element is a list of plan elements without numbers.
Diagram
Diagram QIFPlan_xsd_Complex_Type_UnnumberedPlanElementsType.tmp#UnnumberedPlanElementsType_n QIFPlan_xsd_Element_PlanElement.tmp#PlanElement QIFPlan_xsd_Complex_Type_UnnumberedPlanElementsType.tmp#UnnumberedPlanElementsType
Type UnnumberedPlanElementsType
Properties
content complex
Children PlanElement
Instance
<Steps n="" xmlns="http://qifstandards.org/xsd/qif3">
  <PlanElement>{1,unbounded}</PlanElement>
</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="UnnumberedPlanElementsType">
  <xs:annotation>
    <xs:documentation>The Steps element is a list of plan elements without numbers.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type UnorderedActionGroupType
Annotations
The UnorderedActionGroupType defines an action group for which all of the steps it contains should be executed, but any order of executing them will work, and no particular order of execution is required.
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_UnorderedActionGroupType.tmp#UnorderedActionGroupType_Steps
Type extension of ActionGroupBaseType
Type hierarchy
Used by
Children Attributes, MeasureActionGroupFunction, Steps, WorkInstructionIds
Source
<xs:complexType name="UnorderedActionGroupType">
  <xs:annotation>
    <xs:documentation>The UnorderedActionGroupType defines an action group for which all of the steps it contains should be executed, but any order of executing them will work, and no particular order of execution is required.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ActionGroupBaseType">
      <xs:sequence>
        <xs:element name="Steps" type="UnnumberedPlanElementsType">
          <xs:annotation>
            <xs:documentation>The Steps element is a list of plan elements without numbers.</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