simpleType ntcip:EssMinTemp
namespace http://www.ntcip.org/c2f-objects
type restriction of xs:short
used by
element DataRoadWeather/min-temp
facets
minInclusive -1000
maxInclusive 1001
annotation
documentation
      
            Definition: The minimum temperature in tenths of degrees Celsius recorded during the 24 hours preceding the observation at the height specified by the essTemperatureSensorHeight as specified in the first row of the essTemperatureTable.  The value 1001 shall indicate an error condition or missing value.
            REFERENCE: Resolution is based on WMO Code Form FM 94 BUFR Table B item 0 12 012; temperature in kelvin is determined by adding 273.15 to this value.
        
source <xs:simpleType name="EssMinTemp">
 
<xs:annotation>
   
<xs:documentation>      
            Definition: The minimum temperature in tenths of degrees Celsius recorded during the 24 hours preceding the observation at the height specified by the essTemperatureSensorHeight as specified in the first row of the essTemperatureTable.  The value 1001 shall indicate an error condition or missing value.
            REFERENCE: Resolution is based on WMO Code Form FM 94 BUFR Table B item 0 12 012; temperature in kelvin is determined by adding 273.15 to this value.
        
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:short">
   
<xs:minInclusive value="-1000"/>
   
<xs:maxInclusive value="1001"/>
 
</xs:restriction>
</xs:simpleType>


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