![]() ![]() ![]() ![]() SAE J2735-Draft-Rev18 [issued: 06-26-07]
-
103 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
XML Representation:
<xs:simpleType name="ObstacleDistance" >
<xs:annotation>
<xs:documentation>
units of meters
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedShort">
<xs:maxInclusive value="999"/>
</xs:restriction>
</xs:simpleType>
Used by: This entry is directly used by the following 2 other data structures in this standard (record type,
descriptive name, ASN.1, and XML name (if present) of each):
DF
<XML>, and
DF
In addition, this item may be used by data structures in other ITS standards.
7.60 Data Element: DE_PayloadData
Use: A stream of octets to be exchanged.
ASN.1 Representation:
PayloadData ::= OCTET STRING (SIZE(1..2048))
XML Representation:
<xs:complexType name="PayloadData" >
<xs:simpleContent>
<xs:extension base="PayloadData-string" >
<xs:attribute name="EncodingType" use="required">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="base64Binary"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:simpleType name="PayloadData-string">
<xs:restriction base="xs:base64Binary">
<xs:minLength value="2"/>
<xs:maxLength value="2731"/>
</xs:restriction>
</xs:simpleType >
Used by: This entry is used directly by one other data structure in this standard, a MSG called
MSG_GenericTransferMsg <ASN> <XML>. In addition, this item may be used by data structures in
other ITS standards.
7.61 Data Element: DE_Payload
Use: A data element to convey bulk information as a stream of bytes.
ASN.1 Representation:
Payload ::= OCTET STRING (SIZE(1..64))
XML Representation:
<xs:complexType name="Payload" >
<xs:simpleContent>
<xs:extension base="Payload-string" >
<xs:attribute name="EncodingType" use="required">
<xs:simpleType>
|