The optional temperatureUnit attribute defines the UnitName for the TemperatureValueType.
Source
<xs:element name="Temperature" type="TemperatureValueType"><xs:annotation><xs:documentation>The Temperature element is the temperature value.</xs:documentation></xs:annotation></xs:element>
The optional TimeStamp element is a time and date associated with the temperature value.
Diagram
Type
xs:dateTime
Properties
content
simple
minOccurs
0
Source
<xs:element name="TimeStamp" type="xs:dateTime" minOccurs="0"><xs:annotation><xs:documentation>The optional TimeStamp element is a time and date associated with the temperature value.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="TemperatureType"><xs:annotation><xs:documentation>The TemperatureType defines information about a temperature measurement.</xs:documentation></xs:annotation><xs:sequence><xs:element ref="Attributes" minOccurs="0"><xs:annotation><xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation></xs:annotation></xs:element><xs:element name="Temperature" type="TemperatureValueType"><xs:annotation><xs:documentation>The Temperature element is the temperature value.</xs:documentation></xs:annotation></xs:element><xs:element name="TimeStamp" type="xs:dateTime" minOccurs="0"><xs:annotation><xs:documentation>The optional TimeStamp element is a time and date associated with the temperature value.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>