The optional temperatureUnit attribute defines the UnitName for the TemperatureValueType.
Source
<xs:element name="Value" type="MeasuredTemperatureValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Value element is the measured value of the temperature characteristic.</xs:documentation></xs:annotation></xs:element>
The optional temperatureUnit attribute defines the UnitName for the TemperatureValueType.
Source
<xs:element name="MaxValue" type="MeasuredTemperatureValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxValue element is the maximum of the measured value when reported.</xs:documentation></xs:annotation></xs:element>
The optional temperatureUnit attribute defines the UnitName for the TemperatureValueType.
Source
<xs:element name="MinValue" type="MeasuredTemperatureValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MinValue element is the minimum of the measured value when reported.</xs:documentation></xs:annotation></xs:element>
Complex Type TemperatureCharacteristicMeasurementBaseType
Annotations
The TemperatureCharacteristicMeasurementBaseType is the abstract base type that defines the results of a measured temperature characteristic evaluation.
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="TemperatureCharacteristicMeasurementBaseType" abstract="true"><xs:annotation><xs:documentation>The TemperatureCharacteristicMeasurementBaseType is the abstract base type that defines the results of a measured temperature characteristic evaluation.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="CharacteristicMeasurementBaseType"><xs:sequence><xs:element name="Value" type="MeasuredTemperatureValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional Value element is the measured value of the temperature characteristic.</xs:documentation></xs:annotation></xs:element><xs:element name="MaxValue" type="MeasuredTemperatureValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxValue element is the maximum of the measured value when reported.</xs:documentation></xs:annotation></xs:element><xs:element name="MinValue" type="MeasuredTemperatureValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MinValue element is the minimum of the measured value when reported.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>