simpleType ntcip:EssAirTemperature
namespace http://www.ntcip.org/c2f-objects
type restriction of xs:short
used by
elements ESSStatus/air-temperature DataRoadWeather/air-temperature
facets
minInclusive -1000
maxInclusive 1001
annotation
documentation
      
            Definition: The dry-bulb temperature in tenths of degrees Celsius.  The temperature is an instantaneous reading  at the height specified by essTemperatureSensorHeight.  The value 1001 shall indicate an error condition or missing value.
        
source <xs:simpleType name="EssAirTemperature">
 
<xs:annotation>
   
<xs:documentation>      
            Definition: The dry-bulb temperature in tenths of degrees Celsius.  The temperature is an instantaneous reading  at the height specified by essTemperatureSensorHeight.  The value 1001 shall indicate an error condition or missing 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