|     SAE J2735-Draft-Rev28 [issued: 11-10-08]   -  90 -  This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.        <xs:sequence>           <xs:element name="width" type="VehicleWidth" />           <xs:element name="length" type="VehicleLength" />        </xs:sequence>  </xs:complexType>  Used By:  This entry is used directly by one other data structure in this standard, a MSG called  MSG_BasicSafetyMessage_Verbose <ASN> <XML>.   In addition, this item may be used by data  structures in other ITS standards.  Remarks:  Note that besides the width and length which are always present in the BSM Part I, other values  data can also be sent in Part II including mass and bumper heights.   6.52 Data Frame: DF_VehicleStatusRequest  Use:  The VehicleStatusRequest is used to request complex content along with threshold settings in the  vehicle probe management process.    ASN.1 Representation:    VehicleStatusRequest ::= SEQUENCE {     dataType             VehicleStatusDeviceTypeTag,      subType              INTEGER (1..15)   OPTIONAL,      sendOnLessThenValue  INTEGER (-32767..32767) OPTIONAL,      sendOnMoreThenValue  INTEGER (-32768..32767) OPTIONAL,      sendAll              BOOLEAN OPTIONAL,      ...      }  XML Representation:    <xs:complexType name="VehicleStatusRequest" >        <xs:sequence>           <xs:element name="dataType" type="VehicleStatusDeviceTypeTag" />           <xs:element name="subType"  minOccurs="0">              <xs:simpleType>                 <xs:restriction base="xs:unsignedByte">                    <xs:minInclusive value="1"/>                    <xs:maxInclusive value="15"/>                 </xs:restriction>              </xs:simpleType>           </xs:element>           <xs:element name="sendOnLessThenValue"  minOccurs="0">              <xs:simpleType>                 <xs:restriction base="xs:short">                    <xs:minInclusive value="-32767"/>                 </xs:restriction>              </xs:simpleType>           </xs:element>           <xs:element name="sendOnMoreThenValue"  minOccurs="0">              <xs:simpleType>                 <xs:restriction base="xs:short">                    <xs:minInclusive value="-32768"/>                 </xs:restriction>              </xs:simpleType>           </xs:element>           <xs:element name="sendAll"  minOccurs="0">              <xs:simpleType>                   <xs:restriction base="xs:boolean"/>               </xs:simpleType>             </xs:element>        </xs:sequence>  </xs:complexType>  Used By:  This entry is used directly by one other data structure in this standard, a MSG called  MSG_ProbeDataManagement <ASN> <XML>.   In addition, this item may be used by data structures  in other ITS standards.  |