Uses the Component:MakesCarriedType
Identifies the makes that are carried by a dealer.
Table 6.34. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
VehicleMake |
This is the Make of the Vehicle. Vehicle is a generic term that could be a boat, trailer, car, truck, etc. | 0..1 | Field | udt:TextType | |
ID |
An internal or industry assigned identification for the Make. | 0..1 | Field | udt:IdentifierType | |
TypeCode |
Identifies the item type. Examples are Boat, Engine, Auto, Truck, Trailer. This is a pass through field and is not enumerated. | 0..1 | Field | udt:CodeType | |
CategoryCode |
Manufacturer assigned code for categorizing | 0..* | Field | udt:CodeType |
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.34. MakesCarried
<MakesCarried> <VehicleMake>......</VehicleMake> [0..1] <ID>......</ID> [0..1] <TypeCode>......</TypeCode> [0..1] <CategoryCode>......</CategoryCode> [0..*] </MakesCarried>