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

SAE J2735-Draft-Rev28 [issued: 11-10-08] 
-
150 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
XML Representation:
<xs:simpleType name="LightbarInUse" >
      <xs:annotation>
         <xs:appinfo>
            notEquipped (0)
            notInUse (1) -- none active
            inUse (2) -- sirenInUse           (3)  ,   To be removed !
            yellowCautionLights (4)
            schooldBusLights (5)
            arrowSignsActive (6)
            slowMovingVehicle (7)
            freqStops (8)
            reserved (9) -- for future use
         </xs:appinfo>
      </xs:annotation>
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:unsignedInt">
               <xs:minInclusive value="0"/>
               <xs:maxInclusive value="9"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="notEquipped"/>
               <xs:enumeration value="notInUse"/>
               <xs:enumeration value="inUse"/>
               <xs:enumeration value="yellowCautionLights"/>
               <xs:enumeration value="schooldBusLights"/>
               <xs:enumeration value="arrowSignsActive"/>
               <xs:enumeration value="slowMovingVehicle"/>
               <xs:enumeration value="freqStops"/>
               <xs:enumeration value="reserved"/>
            </xs:restriction>
         </xs:simpleType >
      </xs:union>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a DF called
DF_VehicleStatus <ASN> <XML>.   In addition, this item may be used by data structures in other ITS
standards.
Remarks: See also the entry for ExteriorLights.
7.81 Data Element: DE_Long Latitude (REMOVE)
Use: A shortened value of latitude representing the upper 16 bits of a 32 bit value.   Taken together with
the Short Latitude data element a complete value of latitude can be obtained which is identical in value
domain to the std ITS latitude with an LSB of one 1/8th micro degree.  The latitude is the position of the
center of the vehicle, expressed in 1/8th micro degrees and based on the WGS-84 coordinate system,
represented in a 4 byte value.
ASN.1 Representation:
LongLatitude ::= INTEGER (0..65535) -- upper 16 bits of a 32 bit lat-long
XML Representation:
<xs:simpleType name="LongLatitude" >
      <xs:annotation>
         <xs:documentation>       
            upper 16 bits of a 32 bit lat-long
         </xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:unsignedShort"/>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.