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