Navigation bar
  Print document Start Previous page
 32 of 210 
Next page End  

SAE J2735-Draft-Rev18 [issued: 06-26-07] 
-
32 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
   -- NOTE as the message type is also in the payload,
   -- we may want to remove it from here, not sure right now. DCK
   wdCount   INTEGER (0..1023),
             -- a count of bytes to follow
   payload   OCTET STRING (SIZE(0..1023)),
   ...
XML Representation:
<xs:element name="nMEA-Corrections" type="NMEA-Corrections"/>
<xs:complexType name="NMEA-Corrections" >
      <xs:sequence>
         <xs:element name="rev" type="NMEA-Revision" />
         <!-- the specific edition of the standard
         that is being sent,  normally 2.0 -->
         <xs:element name="msg" type="NMEA-MsgType" />
         <!-- the message and sub-message type,  as
         defined in the revision being used
         NOTE as the message type is also in the payload,
         we may want to remove it from here,  not sure right now. DCK -->
         <xs:element name="wdCount" >
            <xs:simpleType>
               <xs:restriction base="xs:unsignedShort">
                  <xs:maxInclusive value="1023"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <!-- a count of bytes to follow -->
         <xs:element 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:element>
         <xs:simpleType name="payload-string">
            <xs:restriction base="xs:base64Binary">
               <xs:minLength value="0"/>
               <xs:maxLength value="1364"/>
            </xs:restriction>
         </xs:simpleType >
      </xs:sequence>
</xs:complexType>
Remarks: Need to sync this up with a similar message already present in the IEEE 1512 work so they
match.  
5.8 Message: MSG_ProbeDataManagement
Use: Taken at a defined snapshot event to define RSU coverage patterns such as the moment an OBU joins
or becomes associated with an RSU and can send probe data.
ASN.1 Representation:
ProbeDataManagement ::= SEQUENCE {
   msgID                DSRCmsgID,        -- This is a unique message 
                                          -- identifier, NOT related to 
                                          -- the PSID\PSC
   sample               Sample,           -- identifies vehicle  
                                          -- population affected
   directions           Directions,       -- Applicable
   term CHOICE {                          -- headings/directions