simpleType UomTemperature
namespace https://mmixm.aero/base/3
type restriction of xs:string
properties
base xs:string
used by
attribute Temperature/@uom
facets
Kind Value Annotation
enumeration C
documentation
Degrees Celsius
enumeration F
documentation
Degrees Fahrenheit
enumeration K
documentation
Kelvin
enumeration R
documentation
Rankine
annotation
documentation
A unit of measure for thermodynamic temperature
source <xs:simpleType name="UomTemperature">
 
<xs:annotation>
   
<xs:documentation>A unit of measure for thermodynamic temperature</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="C">
     
<xs:annotation>
       
<xs:documentation>Degrees Celsius</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="F">
     
<xs:annotation>
       
<xs:documentation>Degrees Fahrenheit</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="K">
     
<xs:annotation>
       
<xs:documentation>Kelvin</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="R">
     
<xs:annotation>
       
<xs:documentation>Rankine</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy