|
SAE J2735-Draft-Rev15 [issued: 01-30-07]
-
139 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
9. COMING ATTRACTIONS, DATA CONCEPTS
The following data frames and data elements are still in development in this edition of the standard. They are not
recommended for use in new systems and are presented here for reference because there may be deployed
systems which make use on of them or which depend on them (both in deployments of DSRC and in other ITS
standards). These entries may in turn use definitions taken from other standards that were taken from the then
current adopted standards of these organizations. The referenced standards shall be consulted for further
information regarding their proper use. Unless otherwise noted in each entry, the below ASN.1 and XML definitions
shall be taken as the governing definition when used in this standard, even when a more current revision of the
standard is adopted by the issuing organization. In subsequent editions of this standard, these entries may not
longer be present.
9.1 Data Element: DE_ApplicationID
Use: The general application category (ID) of the message or application in question.
ASN.1 Representation:
ApplicationID ::= ENUMERATED {
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!
... -- # 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)
|