<xs:element name="Values" type="ListTokenType"><xs:annotation><xs:documentation>The Values element is a list of measurement values.</xs:documentation></xs:annotation></xs:element>
The optional Exclusions element defines a list of indexes of measured values in the Values list that is to be excluded from a statistical evaluation with reasons.
The required n attribute is the number of exclusions in the list.
Source
<xs:element name="Exclusions" type="ExclusionsIndexType" minOccurs="0"><xs:annotation><xs:documentation>The optional Exclusions element defines a list of indexes of measured values in the Values list that is to be excluded from a statistical evaluation with reasons.</xs:documentation></xs:annotation></xs:element>
The StatsValuesType defines the set of measurement values used in a statistical evaluation. The type and units of the values are determined by the type of the characteristic evaluation, e.g. linear, angular, etc.
<xs:complexType name="StatsValuesType"><xs:annotation><xs:documentation>The StatsValuesType defines the set of measurement values used in a statistical evaluation. The type and units of the values are determined by the type of the characteristic evaluation, e.g. linear, angular, etc.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Values" type="ListTokenType"><xs:annotation><xs:documentation>The Values element is a list of measurement values.</xs:documentation></xs:annotation></xs:element><xs:element name="Exclusions" type="ExclusionsIndexType" minOccurs="0"><xs:annotation><xs:documentation>The optional Exclusions element defines a list of indexes of measured values in the Values list that is to be excluded from a statistical evaluation with reasons.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>