simpleType WiperStatusFront
namespace http://www.DSRC-Draft-03-00-24
type union of (restriction of xs:unsignedInt, restriction of xs:string, local:WiperStatusFront)
used by
elements VehicleStatusDeviceType/wipers/frontState ValueList/wiperStatusFront
annotation
appinfo

            notEquipped (0)
            off (1)
            intermittent (2)
            low (3)
            high (4)
            washerInUse (254) -- washing solution being used
            automaticPresent (255) -- Auto wipper equipped
        
source <xs:simpleType name="WiperStatusFront">
 
<xs:annotation>
   
<xs:appinfo>
            notEquipped (0)
            off (1)
            intermittent (2)
            low (3)
            high (4)
            washerInUse (254) -- washing solution being used
            automaticPresent (255) -- Auto wipper equipped
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="255"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="notEquipped"/>
       
<xs:enumeration value="off"/>
       
<xs:enumeration value="intermittent"/>
       
<xs:enumeration value="low"/>
       
<xs:enumeration value="high"/>
       
<xs:enumeration value="washerInUse"/>
       
<xs:enumeration value="automaticPresent"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="local:WiperStatusFront"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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