The PointListType defines a list of ordered nominal measurement points or a list of ordered measured points by referencing point sets and point subsets.
The required n attribute is the number of point set references in the list.
Source
<xs:complexType name="PointListType"><xs:annotation><xs:documentation>The PointListType defines a list of ordered nominal measurement points or a list of ordered measured points by referencing point sets and point subsets.</xs:documentation></xs:annotation><xs:sequence><xs:element ref="PointSetId" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each PointSetId is a reference to a point set or a portion thereof.</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 point set references 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 point set references in the list.</xs:documentation></xs:annotation></xs:attribute>