The optional SIUnitName element is the name of the SI unit of temperature. If the element is used, its value must be kelvin.
Diagram
Type
xs:token
Properties
content
simple
minOccurs
0
fixed
kelvin
Source
<xs:element name="SIUnitName" type="xs:token" fixed="kelvin" minOccurs="0"><xs:annotation><xs:documentation>The optional SIUnitName element is the name of the SI unit of temperature. If the element is used, its value must be kelvin.</xs:documentation></xs:annotation></xs:element>
The UnitName element is the name for TemperatureUnitType.
Diagram
Type
xs:token
Properties
content
simple
Source
<xs:element name="UnitName" type="xs:token"><xs:annotation><xs:documentation>The UnitName element is the name for TemperatureUnitType.</xs:documentation></xs:annotation></xs:element>
<xs:element name="UnitConversion" type="UnitConversionType" minOccurs="0"><xs:annotation><xs:documentation>The optional UnitConversion element specifies how a temperature value in the named temperature unit may be converted to a value in kelvin.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="TemperatureUnitType"><xs:annotation><xs:documentation>The TemperatureUnitType defines the units to be used in the expression of temperature values.</xs:documentation></xs:annotation><xs:sequence><xs:element name="SIUnitName" type="xs:token" fixed="kelvin" minOccurs="0"><xs:annotation><xs:documentation>The optional SIUnitName element is the name of the SI unit of temperature. If the element is used, its value must be kelvin.</xs:documentation></xs:annotation></xs:element><xs:element name="UnitName" type="xs:token"><xs:annotation><xs:documentation>The UnitName element is the name for TemperatureUnitType.</xs:documentation></xs:annotation></xs:element><xs:element name="UnitConversion" type="UnitConversionType" minOccurs="0"><xs:annotation><xs:documentation>The optional UnitConversion element specifies how a temperature value in the named temperature unit may be converted to a value in kelvin.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>