Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element OneOfActionGroupType / Steps
Annotations
The Steps element is a list 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 list of numbered plan elements.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type OneOfActionGroupType
Annotations
The OneOfActionGroupType defines an action group for which exactly one of the steps it contains must be executed. Any step in the list will do. The SequenceNumbers of the Steps in an instance of OneOfActionGroupType are not required to be distinct. The SequenceNumbers indicate a preference for which step is executed, with 1 the most preferred, 2 the second most preferred, and so on. Steps with the same SequenceNumber are equally preferred.
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_OneOfActionGroupType.tmp#OneOfActionGroupType_Steps
Type extension of ActionGroupBaseType
Type hierarchy
Used by
Children Attributes, MeasureActionGroupFunction, Steps, WorkInstructionIds
Source
<xs:complexType name="OneOfActionGroupType">
  <xs:annotation>
    <xs:documentation>The OneOfActionGroupType defines an action group for which exactly one of the steps it contains must be executed. Any step in the list will do. The SequenceNumbers of the Steps in an instance of OneOfActionGroupType are not required to be distinct. The SequenceNumbers indicate a preference for which step is executed, with 1 the most preferred, 2 the second most preferred, and so on. Steps with the same SequenceNumber are equally preferred.</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 list 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