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

SAE J2735-Draft-Rev28 [issued: 11-10-08] 
-
157 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
     reserved      (1),
   
     -- to be determined
   
     ... -- # LOCAL_CONTENT
     } 
     -- values to 127 reserved for std use
     -- values 128 to 255 reserved for local use
XML Representation:
<xs:simpleType name="NMEA-Revision" >
      <xs:annotation>
         <xs:appinfo>
            unknown (0)
            reserved (1) -- to be determined
         </xs:appinfo>
         <xs:documentation>       
            values to 127 reserved for std use
            values 128 to 255 reserved for local use
         </xs:documentation>
      </xs:annotation>
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:unsignedInt">
               <xs:minInclusive value="0"/>
               <xs:maxInclusive value="1"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="unknown"/>
               <xs:enumeration value="reserved"/>
            </xs:restriction>
         </xs:simpleType >
         <xs:simpleType>
            <xs:restriction base="local:NMEA-Revision" /> 
         </xs:simpleType>
      </xs:union>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a MSG called
MSG_NMEA_Corrections <ASN> <XML>.   In addition, this item may be used by data structures in
other ITS standards.
7.92 Data Element: DE_NMEA_MsgType
Use: The NMEA-MsgType provides the--- value defined in the NMEA standards for each message. In this
standard this -- tbd. 
ASN.1 Representation:
NMEA-MsgType ::= INTEGER (0..65535)
XML Representation:
<xs:simpleType name="NMEA-MsgType" >
      <xs:restriction base="xs:unsignedShort"/>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a MSG called
MSG_NMEA_Corrections <ASN> <XML>.   In addition, this item may be used by data structures in
other ITS standards.
7.93 Data Element: DE_NMEA_Payload
Use: The NMEA Payload element contains the stream so of bytes in the actual NMEA message that is
being sent.