urn:oasis:names:tc:unitsml:schema:xsd:UnitsMLSchema-1.0
element ThermodynamicTemperature

Documentation
Element containing the dimension of the quantity thermodynamic temerature.
Properties
This component is not nillable.

Model
<ThermodynamicTemperature
  powerDenominator = xsd:byte : 1
  powerNumerator = xsd:byte : 1
  symbol = xsd:token>

</ThermodynamicTemperature>


Attribute Summary
 xsd:bytepowerDenominator
          An integer value divided into the powerNumerator to create a non integer exponent of a unit. 
 xsd:bytepowerNumerator
          An integer exponent of the unit. 
 xsd:tokensymbol
          Symbol of the quantity thermodynamic temperature. 

Attribute Detail

powerDenominator

An integer value divided into the powerNumerator to create a non integer exponent of a unit. For example 1/2.

Type:
xsd:byte
Default:
1
Use:
optional
Form:
unqualified

powerNumerator

An integer exponent of the unit.

Type:
xsd:byte
Default:
1
Use:
optional
Form:
unqualified

symbol

Symbol of the quantity thermodynamic temperature.

Type:
xsd:token
Fixed:
Θ
Use:
optional
Form:
unqualified

Source
<xsd:element name="ThermodynamicTemperature" type="ThermodynamicTemperatureType">
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.