The required n attribute is the number of plan elements in the list.
Source
<xs:element name="Steps" type="NumberedPlanElementsType"><xs:annotation><xs:documentation>The Steps element is a set of numbered plan elements.</xs:documentation></xs:annotation></xs:element>
The OrderedActionGroupType defines an action group for which the all the steps it contains must be executed in order of increasing sequence number. The SequenceNumbers of the Steps in an instance of OrderedActionGroupType must be present, must be assigned 1, 2, 3, ..., and must be executed in that order.
<xs:complexType name="OrderedActionGroupType"><xs:annotation><xs:documentation>The OrderedActionGroupType defines an action group for which the all the steps it contains must be executed in order of increasing sequence number. The SequenceNumbers of the Steps in an instance of OrderedActionGroupType must be present, must be assigned 1, 2, 3, ..., and must be executed in that order.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="ActionGroupBaseType"><xs:sequence><xs:element name="Steps" type="NumberedPlanElementsType"><xs:annotation><xs:documentation>The Steps element is a set of numbered plan elements.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>