VehicleDataAvailabilityDetail

Uses the Component:VehicleDataAvailabilityDetailType

Component to list the different areas of the requested data. Example: If Warranty data was requested, the retuned data could have Open Recalls, Closed Recalls, etc. This data is defined in this component.

Fields and Components

Table 6.8. Fields and Components

Name Description Occurrence Type Data Type User Notes
VehicleDataAvailabilityDetailDescription

Descripton of the type of data subsets being returend. For example: Open Recalls, Close Redalls, in the event that Warranty data is being returned.

1..1Field udt:TextType  
VehicleDataAvailabilityDetailIndicator

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

1..1Field udt:IndicatorType  

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.8. VehicleDataAvailabilityDetail

<VehicleDataAvailabilityDetail>
     <VehicleDataAvailabilityDetailDescription>......</VehicleDataAvailabilityDetailDescription>     [1..1]
     <VehicleDataAvailabilityDetailIndicator>......</VehicleDataAvailabilityDetailIndicator>     [1..1]
</VehicleDataAvailabilityDetail>