VehicleDataAvailabilityStatus

Uses the Component:VehicleDataAvailabilityStatusType

The VehicleDataAvailabilityStatus contains that values to state the result of vehicle data request

Fields and Components

Table 6.7. Fields and Components

Name Description Occurrence Type Data Type User Notes
VehicleDataRequestDescription

Description of the type of vehicle data being requested. Example: Warranty, Vehicle Specifications, Repair History...

1..1Field udt:TextType  
VehicleRequestedDataStatus

Indicates the status of the data being requested. Example: Data Availble, Data Unavailable, Server not Available, Unknown...

1..1Field udt:TextType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.7. VehicleDataAvailabilityStatus

<VehicleDataAvailabilityStatus>
     <VehicleDataRequestDescription>......</VehicleDataRequestDescription>     [1..1]
     <VehicleRequestedDataStatus>......</VehicleRequestedDataStatus>     [1..1]
</VehicleDataAvailabilityStatus>