VehicleIdentification

Uses the Component:VehicleIdentificationType

An identifer for a vehicle. This is not the VIN

Fields and Components

Table 6.69. Fields and Components

Name Description Occurrence Type Data Type User Notes
VehicleID

This is a unique identifer for the vehicle. In this context it is not the VIN, but an id from a third party or software system that uniquely identifies the vehicle.

1..1Field udt:IdentifierType  
AgencyRoleCode

The agency role that defined the Document ID. An example of an agency may be a manufacturer, a retail system provider, etc. This list does not contain specific entity names, only roles. See enumerated list.

0..1Field sqdt:AgencyRoleCodeType  

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.69. VehicleIdentification

<VehicleIdentification>
     <VehicleID>......</VehicleID>     [1..1]
     <AgencyRoleCode>......</AgencyRoleCode>     [0..1]
</VehicleIdentification>