The StatsWithTolTemperatureType defines a StatsWithTolNumericalBaseType with an optional temperatureUnit attribute that identifies the unit being used by its unit name. If no value for the attribute is given in an instance file when a temperature value is given, the unit type is the primary temperature unit specified in the PrimaryUnits element of a FileUnits element, if there is a FileUnits element, and Kelvin if not.
The optional temperatureUnit attribute defines the unit used by StatsWithTolTemperatureType.
Source
<xs:complexType name="StatsWithTolTemperatureType"><xs:annotation><xs:documentation>The StatsWithTolTemperatureType defines a StatsWithTolNumericalBaseType with an optional temperatureUnit attribute that identifies the unit being used by its unit name. If no value for the attribute is given in an instance file when a temperature value is given, the unit type is the primary temperature unit specified in the PrimaryUnits element of a FileUnits element, if there is a FileUnits element, and Kelvin if not.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="StatsWithTolNumericalBaseType"><xs:attribute name="temperatureUnit" type="xs:token"><xs:annotation><xs:documentation>The optional temperatureUnit attribute defines the unit used by StatsWithTolTemperatureType.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
<xs:attribute name="temperatureUnit" type="xs:token"><xs:annotation><xs:documentation>The optional temperatureUnit attribute defines the unit used by StatsWithTolTemperatureType.</xs:documentation></xs:annotation></xs:attribute>