![]() ![]() ![]() ![]() SAE J2735-Draft-Rev28 [issued: 11-10-08]
-
215 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
7.157 Data Element: DE_VINstring,
Use: The VINstring, data element is used to convey a unique identifying string about the vehicle. This
may be the vehicles VIN proper assignment, or it may be another string selected by the owner-operator for
fleet needs. A shorter value is in general preferred to save bandwidth.
ASN.1 Representation:
VINstring ::= OCTET STRING (SIZE(1..17))
-- A legal VIN or a shorter value
-- to provide an ident of the vehicle
-- If a VIN is sent, then IA5 encoding
-- shall be used
XML Representation:
<xs:complexType name="VINstring" >
<xs:simpleContent>
<xs:annotation>
<xs:documentation>
A legal VIN or a shorter value
to provide an ident of the vehicle
If a VIN is sent, then IA5 encoding
shall be used
</xs:documentation>
</xs:annotation>
<xs:extension base="VINstring-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="VINstring-string">
<xs:restriction base="xs:base64Binary">
<xs:minLength value="2"/>
<xs:maxLength value="23"/>
</xs:restriction>
</xs:simpleType >
Used By: This entry is used directly by one other data structure in this standard, a DF called
DF_VehicleIdent <ASN> <XML>. In addition, this item may be used by data structures in other ITS
standards.
7.158 Data Element: DE_WiperRate
Use: The current rate at which wiper sweeps are taking place on the subject vehicle. In units of sweeps per
minute. Use a value of 1 for any sweep rate with a period greater than 60 seconds.
ASN.1 Representation:
WiperRate ::= INTEGER (0..127) -- units of sweeps per minute
XML Representation:
<xs:simpleType name="WiperRate" >
<xs:annotation>
<xs:documentation>
units of sweeps per minute
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedByte">
<xs:maxInclusive value="127"/>
</xs:restriction>
</xs:simpleType>
|