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

SAE J2735-Draft-Rev18 [issued: 06-26-07] 
-
157 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
               <xs:enumeration value="cars with trailers" id="_9223"/>
               <xs:enumeration value="cars with recreational trailers" id="_9224"/>
               <xs:enumeration value="vehicles with trailers" id="_9225"/>
               <xs:enumeration value="heavy vehicles" id="_9226"/>
               <xs:enumeration value="trucks" id="_9227"/>
               <xs:enumeration value="buses" id="_9228"/>
               <xs:enumeration value="articulated buses" id="_9229"/>
               <xs:enumeration value="school buses" id="_9230"/>
               <xs:enumeration value="vehicles with semi trailers" id="_9231"/>
               <xs:enumeration value="vehicles with double trailers" id="_9232"/>
               <xs:enumeration value="high profile vehicles" id="_9233"/>
               <xs:enumeration value="wide vehicles" id="_9234"/>
               <xs:enumeration value="long vehicles" id="_9235"/>
               <xs:enumeration value="hazardous loads" id="_9236"/>
               <xs:enumeration value="exceptional loads" id="_9237"/>
               <xs:enumeration value="abnormal loads" id="_9238"/>
               <xs:enumeration value="convoys" id="_9239"/>
               <xs:enumeration value="maintenance vehicles" id="_9240"/>
               <xs:enumeration value="delivery vehicles" id="_9241"/>
               <xs:enumeration value="vehicles with even numbered license plates"
id="_9242"/>
               <xs:enumeration value="vehicles with odd numbered license plates"
id="_9243"/>
               <xs:enumeration value="vehicles with parking permits" id="_9244"/>
               <xs:enumeration value="vehicles with catalytic converters" id="_9245"/>
               <xs:enumeration value="vehicles without catalytic converters" id="_9246"/>
               <xs:enumeration value="gas powered vehicles" id="_9247"/>
               <xs:enumeration value="diesel powered vehicles" id="_9248"/>
               <xs:enumeration value="lPG vehicles" id="_9249"/>
               <xs:enumeration value="military convoys" id="_9250"/>
               <xs:enumeration value="military vehicles" id="_9251"/>
            </xs:restriction>
         </xs:simpleType >
         <xs:simpleType> 
            <xs:restriction base="xs:string">
               <xs:pattern value="\[.+\].*"/>
            </xs:restriction>
         </xs:simpleType>         
         <xs:simpleType>
            <xs:restriction base="local:VehicleGroupAffected" /> 
         </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_EmergencyVehicleAlert <ASN> <XML>.   In addition, this item may be used by data structures
in other ITS standards.
8.15 Data Frame: DF_Angle:frame [LRMS]
Use: An angle expressed as a choice of degrees, radians, or 0.01 (centi-) degrees.
ASN.1 Representation:
Angle ::= CHOICE {
     deg     REAL (0..360),
     rad     REAL (0..6.2832),
     cdeg    INTEGER (0..36000) -- cdeg is in 
                                -- hundredths of degrees
       }
XML Representation:
<xs:complexType name="Angle" >
      <xs:choice>
         <xs:element name="deg" >
            <xs:simpleType>
            <xs:restriction base="xs:float">
               <xs:minInclusive value="0"/>