simpleType dsrc:RainSensor
namespace http://www.DSRC-Draft-02-00-15
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
elements dsrc:VehicleStatusDeviceType/rainS dsrc:ValueList/rainSensor
annotation
appinfo

            none (0)
            lightMist (1)
            heavyMist (2)
            lightRainOrDrizzle (3)
            rain (4)
            moderateRain (5)
            heavyRain (6)
            heavyDownpour (7)
        
source <xs:simpleType name="RainSensor">
 
<xs:annotation>
   
<xs:appinfo>
            none (0)
            lightMist (1)
            heavyMist (2)
            lightRainOrDrizzle (3)
            rain (4)
            moderateRain (5)
            heavyRain (6)
            heavyDownpour (7)
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="7"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="none"/>
       
<xs:enumeration value="lightMist"/>
       
<xs:enumeration value="heavyMist"/>
       
<xs:enumeration value="lightRainOrDrizzle"/>
       
<xs:enumeration value="rain"/>
       
<xs:enumeration value="moderateRain"/>
       
<xs:enumeration value="heavyRain"/>
       
<xs:enumeration value="heavyDownpour"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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