simpleType DSRCmsgID
namespace http://www.DSRC-Draft-03-00-24
type union of (restriction of xs:unsignedInt, restriction of xs:string, local:DSRCmsgID)
used by
elements ValueList/dSRCmsgID BasicSafetyMessage/msgID CommonSafetyRequest/msgID EmergencyVehicleAlert/msgID GenericTransferMsg/msgID MapFragment/msgID ProbeDataManagement/msgID ProbeVehicleData/msgID SPAT/msgID TravelerInformation/msgID
annotation
appinfo

            reserved (0)
            alaCarteMessage (1)
            basicSafetyMessage (2)
            commonSafetyRequest (3)
            emergencyVehicleAlert (4)
            genericTransferMsg (5)
            probeVehicleData (6)
            probeManagementMsg (6)
            mapFragment (7)
            aNMEAcorrections (8)
            aRTCMcorrections (9)
            aSPAT (10)
            travelerInformation (11)
            roadSideAlert (12)
        
source <xs:simpleType name="DSRCmsgID">
 
<xs:annotation>
   
<xs:appinfo>
            reserved (0)
            alaCarteMessage (1)
            basicSafetyMessage (2)
            commonSafetyRequest (3)
            emergencyVehicleAlert (4)
            genericTransferMsg (5)
            probeVehicleData (6)
            probeManagementMsg (6)
            mapFragment (7)
            aNMEAcorrections (8)
            aRTCMcorrections (9)
            aSPAT (10)
            travelerInformation (11)
            roadSideAlert (12)
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="12"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="reserved"/>
       
<xs:enumeration value="alaCarteMessage"/>
       
<xs:enumeration value="basicSafetyMessage"/>
       
<xs:enumeration value="commonSafetyRequest"/>
       
<xs:enumeration value="emergencyVehicleAlert"/>
       
<xs:enumeration value="genericTransferMsg"/>
       
<xs:enumeration value="probeVehicleData"/>
       
<xs:enumeration value="probeManagementMsg"/>
       
<xs:enumeration value="mapFragment"/>
       
<xs:enumeration value="aNMEAcorrections"/>
       
<xs:enumeration value="aRTCMcorrections"/>
       
<xs:enumeration value="aSPAT"/>
       
<xs:enumeration value="travelerInformation"/>
       
<xs:enumeration value="roadSideAlert"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="local:DSRCmsgID"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


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