Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element PickSomeActionGroupType / Steps
Annotations
The Steps element is a list of unnumbered plan elements.
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 unnumbered plan elements.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Element PickSomeActionGroupType / NumberOfSteps
Annotations
The NumberOfSteps element is the number of steps from the Steps list to be executed. This must be at least one and must not be larger than the number of Steps.
Diagram
Diagram
Type xs:positiveInteger
Properties
content simple
Source
<xs:element name="NumberOfSteps" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The NumberOfSteps element is the number of steps from the Steps list to be executed. This must be at least one and must not be larger than the number of Steps.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type PickSomeActionGroupType
Annotations
The PickSomeActionGroupType defines an action group for which a specified number of the steps it contains must be executed; they may be executed in any 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_PickSomeActionGroupType.tmp#PickSomeActionGroupType_Steps QIFPlan_xsd_Complex_Type_PickSomeActionGroupType.tmp#PickSomeActionGroupType_NumberOfSteps
Type extension of ActionGroupBaseType
Type hierarchy
Used by
Children Attributes, MeasureActionGroupFunction, NumberOfSteps, Steps, WorkInstructionIds
Source
<xs:complexType name="PickSomeActionGroupType">
  <xs:annotation>
    <xs:documentation>The PickSomeActionGroupType defines an action group for which a specified number of the steps it contains must be executed; they may be executed in any order.</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 unnumbered plan elements.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="NumberOfSteps" type="xs:positiveInteger">
          <xs:annotation>
            <xs:documentation>The NumberOfSteps element is the number of steps from the Steps list to be executed. This must be at least one and must not be larger than the number of Steps.</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