simpleType ResponseType
namespace http://www.DSRC-Draft-03-00-24
type union of (restriction of xs:unsignedInt, restriction of xs:string)
used by
elements EmergencyVehicleAlert/responseType ValueList/responseType
annotation
appinfo

            notInUseOrNotEquipped (0)
            emergency (1)
            nonEmergency (2)
            pursuit (3) -- all others Future Use
        
source <xs:simpleType name="ResponseType">
 
<xs:annotation>
   
<xs:appinfo>
            notInUseOrNotEquipped (0)
            emergency (1)
            nonEmergency (2)
            pursuit (3) -- all others 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="notInUseOrNotEquipped"/>
       
<xs:enumeration value="emergency"/>
       
<xs:enumeration value="nonEmergency"/>
       
<xs:enumeration value="pursuit"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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