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>
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: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>