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

SAE J2735-Draft-Rev28 [issued: 11-10-08] 
-
227 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
               <xs:enumeration value="unknown vehicle" id="_10106"/>
               <xs:enumeration value="white lining vehicle" id="_10107"/>
               <xs:enumeration value="dump truck" id="_10108"/>
               <xs:enumeration value="supervisor vehicle" id="_10109"/>
               <xs:enumeration value="snow blower" id="_10110"/>
               <xs:enumeration value="rotary snow blower" id="_10111"/>
               <xs:enumeration value="road grader" id="_10112"/>
               <xs:enumeration value="steam truck" id="_10113"/>
            </xs:restriction>
         </xs:simpleType >
         <xs:simpleType> 
            <xs:restriction base="xs:string">
               <xs:pattern value="\[.+\].*"/>
            </xs:restriction>
         </xs:simpleType>         
         <xs:simpleType>
            <xs:restriction base="local:IncidentResponseEquipment" /> 
         </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.6 Data Element: DE_ITIS_Text [ITIS]
Use: Simple text used with ITIS codes.
ASN.1 Representation:
ITIStext ::= IA5String (SIZE(1..500))
XML Representation:
<xs:simpleType name="ITIStext" >
      <xs:restriction base="xs:string">
         <xs:minLength value="1"/>
         <xs:maxLength value="500"/>
      </xs:restriction>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a DF called DF_ITIS-
Codes_And_Text <ASN> <XML>.   In addition, this item may be used by data structures in other ITS
standards.
8.7 Data Element: DE_MAYDAY_Heading_number [ATIS]
Use: The value of heading.  This element is used to convey the heading of the device when moving.  Units
are in 360/254 degrees where the value of 0x00 is taken to be due north, 0x01 is taken to be slightly east of
north.
ASN.1 Representation:
Heading ::= INTEGER (0..255)
     -- Vaild Encoding rules , an unsigned 8 bit value 
     -- 0 = due north, larger going clockwise (east of north)
     -- (0..253) 360/254 degrees per bit
     -- 254 = no heading at all (stationary) 
     -- determined by                              
     -- examining the velocity DE
     -- 255 = heading not known