<xs:element name="NumberedPlanElement" type="NumberedPlanElementType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each NumberedPlanElement element is one member of the set of numbered plan elements.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of plan elements in the list.
Source
<xs:complexType name="NumberedPlanElementsType"><xs:annotation><xs:documentation>The NumberedPlanElementsType defines a set of numbered plan elements.</xs:documentation></xs:annotation><xs:sequence><xs:element name="NumberedPlanElement" type="NumberedPlanElementType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each NumberedPlanElement element is one member of the set of numbered plan elements.</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 plan 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 plan elements in the list.</xs:documentation></xs:annotation></xs:attribute>