Navigation bar
  Print document Start Previous page
 143 of 303 
Next page End  

SAE J2735-Draft-Rev29 [issued: 12-11-08] 
-
143 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
            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.79 Data Element: DE_Longitude
Use: The geographic longitude of a node, expressed in 1/8th integer microdegrees, as a 32 bit value and 
with reference to the horizontal datum specified by horizontalDatum.
ASN.1 Representation:
Longitude ::= INTEGER (-1440000000..1440000000)  
   -- in LSB = 1/8 micro degree
   -- Providing a range of plus-minus 180 degrees
XML Representation:
<xs:simpleType name="Longitude" >
      <xs:annotation>
         <xs:documentation>       
            in LSB = 1/8 micro degree
            Providing a range of plus-minus 180 degrees
         </xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:int">
         <xs:minInclusive value="-1440000000"/>
         <xs:maxInclusive value="1440000000"/>
      </xs:restriction>
</xs:simpleType>
Used By: This entry is directly used by the following 6 other data structures in this standard (record type,
descriptive name, ASN.1, and XML name (if present) of each):
DF 
<XML>, and
DF 
<XML>, and
DF 
<XML>, and
DF 
<XML>, and