![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
61 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
</xs:complexType>
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.
6.24 Data Frame: DF_ITIS_Phrase_GenericSignage
Use: AAA An empty definition field.
ASN.1 Representation:
GenericSignage ::= SEQUENCE {
-- need values, if this just itits and text?
item1 INTEGER,
item2 INTEGER OPTIONAL,
item3 INTEGER OPTIONAL,
...
}
XML Representation:
<xs:complexType name="GenericSignage" >
<xs:sequence>
<!-- need values, if this just itits and text? -->
<xs:element name="item1" >
<xs:simpleType>
<xs:restriction base="xs:int"/>
</xs:simpleType>
</xs:element>
<xs:element name="item2" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:int"/>
</xs:simpleType>
</xs:element>
<xs:element name="item3" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:int"/>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
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.
6.25 Data Frame: DF_ITIS_Phrase_SpeedLimit
Use: AAA An empty definition field.
ASN.1 Representation:
SpeedLimit ::= SEQUENCE {
-- need values, if this just itits and text?
item1 INTEGER,
item2 INTEGER OPTIONAL,
item3 INTEGER OPTIONAL,
...
}
XML Representation:
<xs:complexType name="SpeedLimit" >
<xs:sequence>
<!-- need values, if this just itits and text? -->
<xs:element name="item1" >
<xs:simpleType>
<xs:restriction base="xs:int"/>
|