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.
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>
<xs:element name="Step" type="NumberedPlanElementType"><xs:annotation><xs:documentation>The Step element is a numbered PlanElement.</xs:documentation></xs:annotation></xs:element>
<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>