|     SAE J2735-Draft-Rev26 [issued: 09-18-08]   -  204 -  This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.     hozAccelLat        (14), -- Lateral Acceleration             hozAccelCon        (15), -- Acceleration Confidence      accell4way         (16),     confidenceSet      (17),     obDist             (18), -- Obstacle Distance             obDirect           (19), -- Obstacle Direction             yaw                (20), -- Yaw Rate             yawRateCon         (21), -- Yaw Rate Confidence     dateTime           (22), -- complete time     fullPos            (23), -- complete set of time and                              -- position, speed, heading     position2D         (24), -- lat, long     position3D         (25), -- lat, long, elevation     vehicle            (26), -- height, mass, type     speedHeadC         (27),      speedC             (28),     ... -- # LOCAL_CONTENT     }     -- values to 127 reserved for std use     -- values 128 to 255 reserved for local use  XML Representation:    <xs:simpleType name="VehicleStatusDeviceTypeTag" >        <xs:annotation>           <xs:appinfo>              unknown (0)              lights (1) -- Exterior Lights              wipers (2) -- Wipers              brakes (3) -- Brake Applied              stab (4) -- Stability Control              trac (5) -- Traction Control              abs (6) -- Anti-Lock Brakes              sunS (7) -- Sun Sensor              rainS (8) -- Rain Sensor              airTemp (9) -- Air Temperature              steering (10)              vertAccelThres (11) -- Wheel that Exceeded the              vertAccel (12) -- Vertical g Force Value              hozAccelLong (13) -- Longitudinal Acceleration              hozAccelLat (14) -- Lateral Acceleration              hozAccelCon (15) -- Acceleration Confidence              accell4way (16)              confidenceSet (17)              obDist (18) -- Obstacle Distance              obDirect (19) -- Obstacle Direction              yaw (20) -- Yaw Rate              yawRateCon (21) -- Yaw Rate Confidence              dateTime (22) -- complete time              fullPos (23) -- complete set of time and               -- position ,  speed ,  heading              position2D (24) -- lat ,              position3D (25) -- lat ,              vehicle (26) -- height ,              speedHeadC (27)              speedC (28)           </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="28"/>              </xs:restriction>           </xs:simpleType>  |