The optional forceUnit attribute defines the unit used by StatsWithTolForceType.
Source
<xs:element name="ValueStats" type="StatsWithTolForceType" 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 forceUnit attribute defines the unit used by StatsForceType.
Source
<xs:element name="MaxValueStats" type="StatsForceType" 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 forceUnit attribute defines the unit used by StatsForceType.
Source
<xs:element name="MinValueStats" type="StatsForceType" 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 optional forceUnit attribute defines the unit used by StatsWithTolForceType.
Source
<xs:element name="DeviationStats" type="StatsWithTolForceType" minOccurs="0"><xs:annotation><xs:documentation>The optional DeviationStats element is the result of a statistical evaluation of the deviations of measured values from nominal.</xs:documentation></xs:annotation></xs:element>
The optional forceUnit attribute defines the unit used by StatsForceType.
Source
<xs:element name="MaxDeviationStats" type="StatsForceType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxDeviationStats element is the result of a statistical evaluation of the deviations of the maxima of the measured values from nominal.</xs:documentation></xs:annotation></xs:element>
The optional forceUnit attribute defines the unit used by StatsForceType.
Source
<xs:element name="MinDeviationStats" type="StatsForceType" minOccurs="0"><xs:annotation><xs:documentation>The optional MinDeviationStats element is the result of a statistical evaluation of the deviations of the minima of the measured values from nominal.</xs:documentation></xs:annotation></xs:element>
Complex Type UserDefinedForceCharacteristicStatsEvalType
Annotations
The UserDefinedForceCharacteristicStatsEvalType defines the results of a statistical evaluation of measured values with force units or their deviations from nominal.
<xs:complexType name="UserDefinedForceCharacteristicStatsEvalType"><xs:annotation><xs:documentation>The UserDefinedForceCharacteristicStatsEvalType defines the results of a statistical evaluation of measured values with force units or their deviations from nominal.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="CharacteristicStatsEvalBaseType"><xs:choice><xs:sequence><xs:element name="ValueStats" type="StatsWithTolForceType" 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="StatsForceType" 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="StatsForceType" 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:sequence><xs:element name="DeviationStats" type="StatsWithTolForceType" minOccurs="0"><xs:annotation><xs:documentation>The optional DeviationStats element is the result of a statistical evaluation of the deviations of measured values from nominal.</xs:documentation></xs:annotation></xs:element><xs:element name="MaxDeviationStats" type="StatsForceType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxDeviationStats element is the result of a statistical evaluation of the deviations of the maxima of the measured values from nominal.</xs:documentation></xs:annotation></xs:element><xs:element name="MinDeviationStats" type="StatsForceType" minOccurs="0"><xs:annotation><xs:documentation>The optional MinDeviationStats element is the result of a statistical evaluation of the deviations of the minima of the measured values from nominal.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:choice></xs:extension></xs:complexContent></xs:complexType>