![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
157 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<xs:minLength value="2"/>
<xs:maxLength value="2731"/>
</xs:restriction>
</xs:simpleType >
In addition, this item may be used by data structures in other ITS standards.
7.100 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>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="base64Binary"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:simpleType name="Payload-string">
<xs:restriction base="xs:base64Binary">
<xs:minLength value="2"/>
<xs:maxLength value="86"/>
</xs:restriction>
</xs:simpleType >
In addition, this item may be used by data structures in other ITS standards.
7.101 Data Element: DE_PedestrianDetect
Use: A date element indicating the (possible) presence of one or more pedestrians or other objects in the
walk area, independent of the technology used to determine this.
ASN.1 Representation:
PedestrianDetect ::= ENUMERATED {
none (0), -- (B00000001)
maybe (1), -- (B00000010)
one (2), -- (B00000100)
some (3), -- (B00001000) Indicates more than one
etc (4), -- (B00010000)
-- Please suggest
-- suitable terms here
...
} -- one byte
XML Representation:
<xs:simpleType name="PedestrianDetect" >
<xs:annotation>
<xs:appinfo>
none (0) -- (B00000001)
maybe (1) -- (B00000010)
one (2) -- (B00000100)
some (3) -- (B00001000) Indicates more than one
etc (4) -- (B00010000)
-- Please suggest
-- suitable terms here
</xs:appinfo>
|