simpleType ntcip:EssPrecipYesNo
namespace http://www.ntcip.org/c2f-objects
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
element ESSStatus/precip-yes-no
annotation
appinfo

            precip (1)
            no precip (2)
            error (3)
        
documentation
      
            Definition: Indicates whether or not moisture is detected by the sensor.
        
source <xs:simpleType name="EssPrecipYesNo">
 
<xs:annotation>
   
<xs:appinfo>
            precip (1)
            no precip (2)
            error (3)
        
</xs:appinfo>
   
<xs:documentation>      
            Definition: Indicates whether or not moisture is detected by the sensor.
        
</xs:documentation>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="1"/>
       
<xs:maxInclusive value="3"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="precip"/>
       
<xs:enumeration value="no precip"/>
       
<xs:enumeration value="error"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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