Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element PartiallyOrderedActionGroupType / StepsWithPredecessors
Annotations
The StepsWithPredecessors element is a list of PlanElements with predecessors.
Diagram
Diagram QIFPlan_xsd_Complex_Type_StepsWithPredecessorsType.tmp#StepsWithPredecessorsType_n QIFPlan_xsd_Complex_Type_StepsWithPredecessorsType.tmp#StepsWithPredecessorsType_StepWithPredecessors QIFPlan_xsd_Complex_Type_StepsWithPredecessorsType.tmp#StepsWithPredecessorsType
Type StepsWithPredecessorsType
Properties
content complex
Children StepWithPredecessors
Instance
<StepsWithPredecessors n="" xmlns="http://qifstandards.org/xsd/qif3">
  <StepWithPredecessors>{1,unbounded}</StepWithPredecessors>
</StepsWithPredecessors>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of elements in the list.
Source
<xs:element name="StepsWithPredecessors" type="StepsWithPredecessorsType">
  <xs:annotation>
    <xs:documentation>The StepsWithPredecessors element is a list of PlanElements with predecessors.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type PartiallyOrderedActionGroupType
Annotations
The PartiallyOrderedActionGroupType defines an action group for which all of the steps it contains should be executed, but each step may be executed only after all of the predecessors of that step have been executed. If more than one step meets that condition, any order of executing those steps will work, and no particular order is required by the plan. The SequenceNumbers of the Steps in the StepsWithPredecessors in an instance of PartiallyOrderedActionGroupType must be assigned 1, 2, 3, ... but usually will not 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_PartiallyOrderedActionGroupType.tmp#PartiallyOrderedActionGroupType_StepsWithPredecessors
Type extension of ActionGroupBaseType
Type hierarchy
Used by
Children Attributes, MeasureActionGroupFunction, StepsWithPredecessors, WorkInstructionIds
Source
<xs:complexType name="PartiallyOrderedActionGroupType">
  <xs:annotation>
    <xs:documentation>The PartiallyOrderedActionGroupType defines an action group for which all of the steps it contains should be executed, but each step may be executed only after all of the predecessors of that step have been executed. If more than one step meets that condition, any order of executing those steps will work, and no particular order is required by the plan. The SequenceNumbers of the Steps in the StepsWithPredecessors in an instance of PartiallyOrderedActionGroupType must be assigned 1, 2, 3, ... but usually will not be executed in that order.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ActionGroupBaseType">
      <xs:sequence>
        <xs:element name="StepsWithPredecessors" type="StepsWithPredecessorsType">
          <xs:annotation>
            <xs:documentation>The StepsWithPredecessors element is a list of PlanElements with predecessors.</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