The required n attribute is the number of plan elements in the list.
Source
<xs:element name="Steps" type="UnnumberedPlanElementsType"><xs:annotation><xs:documentation>The Steps element is a list of unnumbered plan elements.</xs:documentation></xs:annotation></xs:element>
The NumberOfSteps element is the number of steps from the Steps list to be executed. This must be at least one and must not be larger than the number of Steps.
Diagram
Type
xs:positiveInteger
Properties
content
simple
Source
<xs:element name="NumberOfSteps" type="xs:positiveInteger"><xs:annotation><xs:documentation>The NumberOfSteps element is the number of steps from the Steps list to be executed. This must be at least one and must not be larger than the number of Steps.</xs:documentation></xs:annotation></xs:element>
The PickSomeActionGroupType defines an action group for which a specified number of the steps it contains must be executed; they may be executed in any order.
<xs:complexType name="PickSomeActionGroupType"><xs:annotation><xs:documentation>The PickSomeActionGroupType defines an action group for which a specified number of the steps it contains must be executed; they may be executed in any order.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="ActionGroupBaseType"><xs:sequence><xs:element name="Steps" type="UnnumberedPlanElementsType"><xs:annotation><xs:documentation>The Steps element is a list of unnumbered plan elements.</xs:documentation></xs:annotation></xs:element><xs:element name="NumberOfSteps" type="xs:positiveInteger"><xs:annotation><xs:documentation>The NumberOfSteps element is the number of steps from the Steps list to be executed. This must be at least one and must not be larger than the number of Steps.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>