Uses the Component:VehicleBBIEType
Vehicle Basic Business Information Entity.
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..1 | Component | VehicleModelType | |
VehicleDetails |
Vehicle Details Information. | 0..1 | Component | VehicleDetailsType |
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>