![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
92 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<xs:element name="vehicleData" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="height" type="VehicleHeight" />
<xs:element name="bumpers" type="BumperHeights" />
<xs:element name="mass" type="VehicleMass" />
<xs:element name="trailerWeight" type="TrailerWeight" />
<xs:element name="type" type="VehicleType" />
<!-- values for width and length are sent in BSM part I as well. -->
</xs:sequence>
</xs:complexType>
</xs:element>
<!-- vehicle data -->
<xs:element name="vehicleIdent" type="VehicleIdent" minOccurs="0"/>
<!-- comm vehicle data -->
<xs:element name="weatherReport" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="isRaining" type="ntcip:EssPrecipYesNo" />
<xs:element name="rainRate" type="ntcip:EssPrecipRate"
minOccurs="0"/>
<xs:element name="precipSituation" type="ntcip:EssPrecipSituation"
minOccurs="0"/>
<xs:element name="solarRadiation" type="ntcip:EssSolarRadiation"
minOccurs="0"/>
<xs:element name="friction" type="ntcip:EssMobileFriction"
minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<!-- local weather data -->
<xs:element name="breadcrumbs" type="VehicleMotionTrail" minOccurs="0"/>
<!-- vehicle trail -->
<xs:element name="gpsStatus" type="GPSstatus" minOccurs="0"/>
<!-- vehicle's GPS -->
<xs:element name="localVehicleStatus" type="local:VehicleStatus" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
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
MSG
In addition, this item may be used by data structures in other ITS standards.
6.56 Data Frame: DF_WiperStatus
Use: The current status of the wiper systems on the subject vehicle, including front and rear wiper systems
(where equipped)
ASN.1 Representation:
WiperStatus ::= SEQUENCE {
statusFront WiperStatusFront,
rateFront WiperRate,
statusRear WiperStatusRear OPTIONAL,
rateRear WiperRate OPTIONAL
}
XML Representation:
<xs:complexType name="WiperStatus" >
<xs:sequence>
<xs:element name="statusFront" type="WiperStatusFront" />
<xs:element name="rateFront" type="WiperRate" />
|