<xs:element name="PointDeviation" type="PointDeviationType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each PointDeviation element gives the vector deviation of an individual measurement point from nominal.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of point deviations in this set.
Source
<xs:complexType name="PointDeviationsType"><xs:annotation><xs:documentation>The PointDeviationsType defines a list of vector deviations of individual measurement points from nominal.</xs:documentation></xs:annotation><xs:sequence><xs:element name="PointDeviation" type="PointDeviationType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each PointDeviation element gives the vector deviation of an individual measurement point from nominal.</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 deviations in this set.</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 deviations in this set.</xs:documentation></xs:annotation></xs:attribute>