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

SAE J2735-Draft-Rev28 [issued: 11-10-08] 
-
175 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
     reserved      (1),
     rtcmCMR       (2),
     rtcmCMR-Plus  (3),
     rtcmSAPOS     (4),
     rtcmSAPOS-Adv (5),
     rtcmRTCA      (6),
     rtcmRAW       (7),
     rtcmRINEX     (8),
     rtcmSP3       (9),
     rtcmBINEX     (10),
     rtcmRev2-x    (19), -- Used when specific rev is not known
     rtcmRev2-0    (20),
     rtcmRev2-1    (21),
     rtcmRev2-3    (23), -- Std 10402.3
     rtcmRev3-0    (30), 
     rtcmRev3-1    (31), -- Std 10403.1
     ... -- # LOCAL_CONTENT
     } 
     -- values to 127 reserved for std use
     -- values 128 to 255 reserved for local use
XML Representation:
<xs:simpleType name="RTCM-Revision" >
      <xs:annotation>
         <xs:appinfo>
            unknown (0)
            reserved (1)
            rtcmCMR (2)
            rtcmCMR Plus (3)
            rtcmSAPOS (4)
            rtcmSAPOS Adv (5)
            rtcmRTCA (6)
            rtcmRAW (7)
            rtcmRINEX (8)
            rtcmSP3 (9)
            rtcmBINEX (10)
            rtcmRev2 x (19) -- Used when specific rev is not known
            rtcmRev2 0 (20)
            rtcmRev2 1 (21)
            rtcmRev2 3 (23) -- Std 10402.3
            rtcmRev3 0 (30)
            rtcmRev3 1 (31) -- Std 10403.1
         </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="31"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="unknown"/>
               <xs:enumeration value="reserved"/>
               <xs:enumeration value="rtcmCMR"/>
               <xs:enumeration value="rtcmCMR Plus"/>
               <xs:enumeration value="rtcmSAPOS"/>
               <xs:enumeration value="rtcmSAPOS Adv"/>
               <xs:enumeration value="rtcmRTCA"/>
               <xs:enumeration value="rtcmRAW"/>
               <xs:enumeration value="rtcmRINEX"/>
               <xs:enumeration value="rtcmSP3"/>
               <xs:enumeration value="rtcmBINEX"/>
               <xs:enumeration value="rtcmRev2 x"/>