Uses the Component:VehicleDataAvailabilityNotesType
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.9. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| VehicleDataAvailabilityNotesText |
This elemens contains the free form text with notes and comments available from the manufacturer | 0..1 | Field | udt:TextType | |
| VehicleDataAvailabilityNotesDescription |
Description of the vehicle data availability notes | 0..1 | Field | udt:TextType | |
| VehicleDataAvailabilityNotesPriority |
Priority of the vehicle data availability notes | 0..1 | Field | udt:TextType |
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.9. VehicleDataAvailabilityNotes
<VehicleDataAvailabilityNotes>
<VehicleDataAvailabilityNotesText>......</VehicleDataAvailabilityNotesText> [0..1]
<VehicleDataAvailabilityNotesDescription>......</VehicleDataAvailabilityNotesDescription> [0..1]
<VehicleDataAvailabilityNotesPriority>......</VehicleDataAvailabilityNotesPriority> [0..1]
</VehicleDataAvailabilityNotes>