VehicleModel

Uses the Component:VehicleModelType

Vehicle Model Information.

Fields and Components

Table 6.31. 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..1Field oag:TextType  
ModelYear

Vehicle designated model year

0..1Field oag:YearDateType  
ModelDescription

Descriptive vehicle model name

0..*Field oag: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.38. VehicleModel

<VehicleModel>
     <Model>......</Model>     [0..*]
     <ModelClass>......</ModelClass>     [0..1]
     <ModelYear>......</ModelYear>     [0..1]
     <ModelDescription>......</ModelDescription>     [0..*]
</VehicleModel>