![]() ![]() ![]() ![]() SAE J2735-Draft-Rev18 [issued: 06-26-07]
-
170 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
parkingManagement (6),
geographicRoadDatabase (7),
mediumRangePreinformation (8),
manMachineInterface (9),
intersystemInterface (10),
automaticVehicleID (11),
emergencyWarning (12),
private (13), -- Move to range of >127
multiPurposePayment (14),
dsrcResourceManager (15),
afterTheftSystems (16),
cruiseAssistHighwaySystem (17), -- DUPE Entry!
multiPurposeInfoSystem (18),
publicSafety (19),
vehicleSafety (20),
generalPurposeInternetAccess (21), -- This would never go over WSM!
... -- # LOCAL_CONTENT
}
-- values to 127 reserved for std use
-- values 128 to 255 reserved for local use
XML Representation:
<xs:simpleType name="ApplicationID" >
<xs:annotation>
<xs:appinfo>
cruiseAssistHighwaySystem (0)
automaticFeeCollection (1)
freightFleetManagement (2)
publicTransport (3)
trafficTravellerInformation (4)
trafficControl (5)
parkingManagement (6)
geographicRoadDatabase (7)
mediumRangePreinformation (8)
manMachineInterface (9)
intersystemInterface (10)
automaticVehicleID (11)
emergencyWarning (12)
private (13) -- Move to range of >127
multiPurposePayment (14)
dsrcResourceManager (15)
afterTheftSystems (16)
cruiseAssistHighwaySystem (17) -- DUPE Entry!
multiPurposeInfoSystem (18)
publicSafety (19)
vehicleSafety (20)
generalPurposeInternetAccess (21) -- This would never go over WSM!
</xs:appinfo>
<xs:documentation>
values to 127 reserved for std use
values 128 to 255 reserved for local use
</xs:documentation>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="21"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="cruiseAssistHighwaySystem"/>
<xs:enumeration value="automaticFeeCollection"/>
<xs:enumeration value="freightFleetManagement"/>
<xs:enumeration value="publicTransport"/>
<xs:enumeration value="trafficTravellerInformation"/>
<xs:enumeration value="trafficControl"/>
|