![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
196 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
Used By: This entry is used directly by one other data structure in this standard, a MSG called
MSG_ProbeDataManagement (need rework to match data setting) <ASN> <XML>. In addition, this
item may be used by data structures in other ITS standards.
Remarks: Provided by VII POC-A team.
7.143 Data Element: DE_TravelerInfoType
Use: The traveler information DE (the type of message if you prefer) to follow in the rest of the message
frame structure, used in the traveler information message, which may contain several such strcutures.
ASN.1 Representation:
TravelerInfoType ::= ENUMERATED {
itemOne (0),
itemTwo (1), -- add any comments here
itemThree (2),
itemFour (3),
... -- # LOCAL_CONTENT
}
-- values to 127 reserved for std use
-- values 128 to 255 reserved for local use
XML Representation:
<xs:simpleType name="TravelerInfoType" >
<xs:annotation>
<xs:appinfo>
itemOne (0)
itemTwo (1) -- add any comments here
itemThree (2)
itemFour (3)
</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="3"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="itemOne"/>
<xs:enumeration value="itemTwo"/>
<xs:enumeration value="itemThree"/>
<xs:enumeration value="itemFour"/>
</xs:restriction>
</xs:simpleType >
<xs:simpleType>
<xs:restriction base="local:TravelerInfoType" />
</xs:simpleType>
</xs:union>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a DF called
MSG_TravelerInformation <ASN> <XML>. In addition, this item may be used by data structures in
other ITS standards.
7.144 Data Element: DE_TriggerEvent (remove, use event flags)
Use: A data element representing the triggering (cause) of a probe message event, still being developed.
|