Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element StepWithPredecessorsType / Predecessors
Annotations
The optional Predecessors element is a list of the numbers of steps that must be executed before this step is executed. Care should be taken that no step has itself as a predecessor and that there are no loops of predecessors, as when step 1 is a predecessor of step 2 and step 2 is a predecessor of step 1.
Diagram
Diagram QIFPlan_xsd_Complex_Type_PredecessorsType.tmp#PredecessorsType_n QIFPlan_xsd_Complex_Type_PredecessorsType.tmp#PredecessorsType_Predecessor QIFPlan_xsd_Complex_Type_PredecessorsType.tmp#PredecessorsType
Type PredecessorsType
Properties
content complex
minOccurs 0
Children Predecessor
Instance
<Predecessors n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Predecessor>{1,unbounded}</Predecessor>
</Predecessors>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of predecessor steps in the list.
Source
<xs:element name="Predecessors" type="PredecessorsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Predecessors element is a list of the numbers of steps that must be executed before this step is executed. Care should be taken that no step has itself as a predecessor and that there are no loops of predecessors, as when step 1 is a predecessor of step 2 and step 2 is a predecessor of step 1.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Element StepWithPredecessorsType / Step
Annotations
The Step element is a numbered PlanElement.
Diagram
Diagram QIFPlan_xsd_Complex_Type_NumberedPlanElementType.tmp#NumberedPlanElementType_SequenceNumber QIFPlan_xsd_Element_PlanElement.tmp#PlanElement QIFPlan_xsd_Complex_Type_NumberedPlanElementType.tmp#NumberedPlanElementType
Type NumberedPlanElementType
Properties
content complex
Children PlanElement, SequenceNumber
Instance
<Step xmlns="http://qifstandards.org/xsd/qif3">
  <SequenceNumber>{1,1}</SequenceNumber>
  <PlanElement>{1,1}</PlanElement>
</Step>
Source
<xs:element name="Step" type="NumberedPlanElementType">
  <xs:annotation>
    <xs:documentation>The Step element is a numbered PlanElement.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type StepWithPredecessorsType
Annotations
The StepWithPredecessorsType defines information about a single PlanElement that has predecessors.
Diagram
Diagram QIFPlan_xsd_Complex_Type_StepWithPredecessorsType.tmp#StepWithPredecessorsType_Predecessors QIFPlan_xsd_Complex_Type_StepWithPredecessorsType.tmp#StepWithPredecessorsType_Step
Used by
Children Predecessors, Step
Source
<xs:complexType name="StepWithPredecessorsType">
  <xs:annotation>
    <xs:documentation>The StepWithPredecessorsType defines information about a single PlanElement that has predecessors.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Predecessors" type="PredecessorsType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Predecessors element is a list of the numbers of steps that must be executed before this step is executed. Care should be taken that no step has itself as a predecessor and that there are no loops of predecessors, as when step 1 is a predecessor of step 2 and step 2 is a predecessor of step 1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Step" type="NumberedPlanElementType">
      <xs:annotation>
        <xs:documentation>The Step element is a numbered PlanElement.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd