simpleType UomTemperatureType
namespace http://www.fixm.aero/base/4.1
type restriction of string
properties
base xs:string
used by
attribute TemperatureType/@uom
facets
Kind Value Annotation
enumeration C
documentation

                  Degrees Celsius.
              
enumeration F
documentation

                  Degrees Fahrenheit.
              
enumeration K
documentation

                  Degrees Kelvin.
              
enumeration R
documentation

                  Degrees Rankine.
              
annotation
documentation

            The reference quantities used to express the value of temperature.
        
source <simpleType name="UomTemperatureType">
 
<annotation>
   
<documentation>
            The reference quantities used to express the value of temperature.
        
</documentation>
 
</annotation>
 
<restriction base="xs:string">
   
<enumeration value="C">
     
<annotation>
       
<documentation>
                  Degrees Celsius.
              
</documentation>
     
</annotation>
   
</enumeration>
   
<enumeration value="F">
     
<annotation>
       
<documentation>
                  Degrees Fahrenheit.
              
</documentation>
     
</annotation>
   
</enumeration>
   
<enumeration value="K">
     
<annotation>
       
<documentation>
                  Degrees Kelvin.
              
</documentation>
     
</annotation>
   
</enumeration>
   
<enumeration value="R">
     
<annotation>
       
<documentation>
                  Degrees Rankine.
              
</documentation>
     
</annotation>
   
</enumeration>
 
</restriction>
</simpleType>


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