simpleType ntcip:EssSurfaceBlackIceSignal
namespace http://www.NTCIP-Partial-00-00-00
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
element atis:WeatherInformation/blackIce
annotation
appinfo

            other (1)
            noIce (2)
            blackIce (3)
            detectorError (4)
        
documentation
<Definition> A value indicating if Black Ice is detected by the sensor.</Definition>
source <xs:simpleType name="EssSurfaceBlackIceSignal">
 
<xs:annotation>
   
<xs:appinfo>
            other (1)
            noIce (2)
            blackIce (3)
            detectorError (4)
        
</xs:appinfo>
   
<xs:documentation>
     
<Definition> A value indicating if Black Ice is detected by the sensor.</Definition>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="4"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="other"/>
       
<xs:enumeration value="noIce"/>
       
<xs:enumeration value="blackIce"/>
       
<xs:enumeration value="detectorError"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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