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.
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..1 | Field | udt:TextType | |
VehicleDataAvailabilityDetailIndicator |
Indicates the status of the data being requested. Example: Data Availble, Data Unavailable, Server not Available, Unknown... | 1..1 | Field | udt:IndicatorType |
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>