Uses the Component:VehicleModelType
Vehicle Model Information.
Table 6.19. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| Model |
Manufacturer-assigned model code of vehicle - Usually available in the VIN number (use NCIC code) | 0..* | Field | oag:OpenNameType | |
| ModelClass |
Indicates the specific class of vehicle attached to the model description (ie: GT, XLE, SE) | 0..1 | Field | oag:TextType | |
| ModelYear |
Vehicle designated model year | 0..1 | Field | oag:YearDateType | |
| ModelDescription |
Descriptive vehicle model name | 0..* | Field | oag: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.25. VehicleModel
<VehicleModel>
<Model>......</Model> [0..*]
<ModelClass>......</ModelClass> [0..1]
<ModelYear>......</ModelYear> [0..1]
<ModelDescription>......</ModelDescription> [0..*]
</VehicleModel>