<xsd:element minOccurs="0" name="VehicleID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation>
The Vehicle identification. This could be the VIN, HIN, or some other unique identifier for a vehicle.
This optional element allows only one vehicle ID for a given Vehicle. However, for some type
of vehicles (e.g. construction equipment), the need arises to record more than one VehicleID for a Vehicle.
If more than one vehicle ID must be recorded, please use the "VehicleIdentificationGroup" element below.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
|