VehicleBase

Uses the Component:VehicleBBIEType

Vehicle Basic Business Information Entity.

Fields and Components

Table 6.18. Fields and Components

Name Description Occurrence Type Data Type User Notes
VehicleIdentifier

Manufacturer-assigned model code of vehicle - Usually available in the VIN number (use NCIC code)

0..*Field oag:OpenIDType  
VehicleModel

Vehicle Model Information.

0..1ComponentVehicleModelType 
VehicleDetails

Vehicle Details Information.

0..1ComponentVehicleDetailsType 

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.24. VehicleBase

<VehicleBase>
     <VehicleIdentifier>......</VehicleIdentifier>     [0..*]
     <VehicleModel>......</VehicleModel>     [0..1]
     <VehicleDetails>......</VehicleDetails>     [0..1]
</VehicleBase>