The required unitName attribute is the unit name for the StatsWithTolUserDefinedUnitType.
Source
<xs:element name="ValueStats" type="StatsWithTolUserDefinedUnitType" 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 required unitName attribute is the unit name for the StatsUserDefinedType.
Source
<xs:element name="MaxValueStats" type="StatsUserDefinedUnitType" 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 required unitName attribute is the unit name for the StatsUserDefinedType.
Source
<xs:element name="MinValueStats" type="StatsUserDefinedUnitType" 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 required unitName attribute is the unit name for the StatsWithTolUserDefinedUnitType.
Source
<xs:element name="DeviationStats" type="StatsWithTolUserDefinedUnitType" 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 required unitName attribute is the unit name for the StatsUserDefinedType.
Source
<xs:element name="MaxDeviationStats" type="StatsUserDefinedUnitType" 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 required unitName attribute is the unit name for the StatsUserDefinedType.
Source
<xs:element name="MinDeviationStats" type="StatsUserDefinedUnitType" 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 UserDefinedUnitCharacteristicStatsEvalType
Annotations
The UserDefinedUnitCharacteristicStatsEvalType defines the results of a statistical evaluation of measured values with user defined units or their deviations from nominal. This type is not to be used for units available in another user-defined statistics evaluation type. In particular this type is not to be used with linear units, angular units, or units of temperature, area, force, mass, pressure, speed, or time. The information can be common to more than one user-defined characteristic.
<xs:complexType name="UserDefinedUnitCharacteristicStatsEvalType"><xs:annotation><xs:documentation>The UserDefinedUnitCharacteristicStatsEvalType defines the results of a statistical evaluation of measured values with user defined units or their deviations from nominal. This type is not to be used for units available in another user-defined statistics evaluation type. In particular this type is not to be used with linear units, angular units, or units of temperature, area, force, mass, pressure, speed, or time. The information can be common to more than one user-defined characteristic.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="CharacteristicStatsEvalBaseType"><xs:choice><xs:sequence><xs:element name="ValueStats" type="StatsWithTolUserDefinedUnitType" 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="StatsUserDefinedUnitType" 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="StatsUserDefinedUnitType" 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="StatsWithTolUserDefinedUnitType" 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="StatsUserDefinedUnitType" 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="StatsUserDefinedUnitType" 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>