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

SAE J2735-Draft-Rev28 [issued: 11-10-08] 
-
234 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
               <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 directly used by the following 2 other data structures in this standard (record type,
descriptive name, ASN.1, and XML name (if present) of each):
DF 
<XML>, and
MSG
In addition, this item may be used by data structures in other ITS standards.
8.14 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"/>
               <xs:maxInclusive value="360"/>
            </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <!-- Warning, above may need hand editing -->   
         <!-- observe that min-max restrictions have -->