Navigation bar
  Print document Start Previous page
 194 of 321 
Next page End  

SAE J2735-Draft-Rev28 [issued: 11-10-08] 
-
194 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
               <xs:enumeration value="item 7"/>
               <xs:enumeration value="item 8"/>
               <xs:enumeration value="item 9"/>
               <xs:enumeration value="item 10"/>
               <xs:enumeration value="item 11"/>
               <xs:enumeration value="item 12"/>
               <xs:enumeration value="item 13"/>
               <xs:enumeration value="item 14"/>
               <xs:enumeration value="item 15"/>
               <xs:enumeration value="item 16"/>
            </xs:restriction>
         </xs:simpleType >
      </xs:union>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
7.130 Data Element: DE_TemporaryID
Use: This is the 6 byte random MAC/IP address, called the temporary ID, since the MAC address is
randomly generated at various times according to a timer, or vehicle start-up, or possibly other events.  In
essence, the MAC value for a mobile OBU device (unlike a typical wireless or wired 802 device) will
periodically change to ensure the overall anonymity of the vehicle.  Because this value is used as a means
to identify the local vehicles that are interacting during an encounter, it is used in the message set.
ASN.1 Representation:
TemporaryID ::= OCTET STRING (SIZE(4)) -- a 4 byte string array
XML Representation:
<xs:complexType name="TemporaryID" >
   <xs:simpleContent>
      <xs:annotation>
         <xs:documentation>       
            a 4 byte string array
         </xs:documentation>
      </xs:annotation>
      <xs:extension base="TemporaryID-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="TemporaryID-string">
   <xs:restriction base="xs:base64Binary">
      <xs:length value="6"/>
   </xs:restriction>
</xs:simpleType >
Used By: This entry is directly used by the following 6 other data structures in this standard (record type,
descriptive name, ASN.1, and XML name (if present) of each):
DF 
<XML>, and
MSG
<XML>, and
MSG
<XML>, and
MSG
<XML>, and
MSG
<XML>, and