simpleType dsrc:MultiVehicleReponse
namespace http://www.DSRC-Draft-02-00-15
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
elements dsrc:EmergencyVehicleAlert/multi dsrc:ValueList/multiVehicleReponse
annotation
appinfo

            notEquipped (0)
            singleVehicle (1)
            multiVehicle (2)
            reserved (3) -- for future use
        
source <xs:simpleType name="MultiVehicleReponse">
 
<xs:annotation>
   
<xs:appinfo>
            notEquipped (0)
            singleVehicle (1)
            multiVehicle (2)
            reserved (3) -- for future use
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="3"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="notEquipped"/>
       
<xs:enumeration value="singleVehicle"/>
       
<xs:enumeration value="multiVehicle"/>
       
<xs:enumeration value="reserved"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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