The optional linearUnit attribute defines the unit used by StatsWithTolLinearType.
Source
<xs:element name="ValueStats" type="StatsWithTolLinearType" minOccurs="0"><xs:annotation><xs:documentation>The optional ValueStats element is the result of a statistical evaluation of measured values.</xs:documentation></xs:annotation></xs:element>
The optional linearUnit attribute defines the unit used by StatsLinearType.
Source
<xs:element name="MaxValueStats" type="StatsLinearType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxValueStats element is the result of a statistical evaluation of the maxima of the measured values.</xs:documentation></xs:annotation></xs:element>
The optional linearUnit attribute defines the unit used by StatsLinearType.
Source
<xs:element name="MinValueStats" type="StatsLinearType" minOccurs="0"><xs:annotation><xs:documentation>The optional MinValueStats element is the result of a statistical evaluation of the minima of the measured values.</xs:documentation></xs:annotation></xs:element>
The GeometricCharacteristicStatsEvalType is the base type that defines a statistical evaluation of geometric characteristics. The type itself can be used to accumulate summary statistics over different types of geometric characteristics.
<xs:complexType name="GeometricCharacteristicStatsEvalType"><xs:annotation><xs:documentation>The GeometricCharacteristicStatsEvalType is the base type that defines a statistical evaluation of geometric characteristics. The type itself can be used to accumulate summary statistics over different types of geometric characteristics.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="CharacteristicStatsEvalBaseType"><xs:sequence><xs:element name="ValueStats" type="StatsWithTolLinearType" minOccurs="0"><xs:annotation><xs:documentation>The optional ValueStats element is the result of a statistical evaluation of measured values.</xs:documentation></xs:annotation></xs:element><xs:element name="MaxValueStats" type="StatsLinearType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxValueStats element is the result of a statistical evaluation of the maxima of the measured values.</xs:documentation></xs:annotation></xs:element><xs:element name="MinValueStats" type="StatsLinearType" minOccurs="0"><xs:annotation><xs:documentation>The optional MinValueStats element is the result of a statistical evaluation of the minima of the measured values.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>