<xs:element name="StepWithPredecessors" type="StepWithPredecessorsType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each StepWithPredecessors element is a single member of the list.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of elements in the list.
Source
<xs:complexType name="StepsWithPredecessorsType"><xs:annotation><xs:documentation>The StepsWithPredecessorsType defines a list of StepWithPredecessors elements.</xs:documentation></xs:annotation><xs:sequence><xs:element name="StepWithPredecessors" type="StepWithPredecessorsType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each StepWithPredecessors element is a single member of the list.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of elements in the list.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of elements in the list.</xs:documentation></xs:annotation></xs:attribute>