Uses the Component:PrimaryDriverType
The Primary Driver of a vehicle, boat, or other transportation item.
Table 6.26. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
RelationshipTypeCode |
Indicates the Business Party's relationship to the primary Party (e.g., mother, father, husband, etc.). | 0..1 | Field | udt:CodeType | |
RelationshipDescription |
Free form text describing the relationship of the Business Party to the primary Party. | 0..* | Field | udt:TextType | |
PrimaryDriverIndicator |
Identifies customer as primary driver. | 0..1 | Field | udt:IndicatorType | |
EstimatedUsagePercent |
Communicates the party's estimated percent of usage of the vehicle. | 0..1 | Field | udt:PercentType | |
DriverParty |
The driver of a vehicle, boat, or other transportation mechanism. | 1..1 | Component | PartyABIEType |
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.26. PrimaryDriver
<PrimaryDriver> <RelationshipTypeCode>......</RelationshipTypeCode> [0..1] <RelationshipDescription>......</RelationshipDescription> [0..*] <PrimaryDriverIndicator>......</PrimaryDriverIndicator> [0..1] <EstimatedUsagePercent>......</EstimatedUsagePercent> [0..1] <DriverParty>......</DriverParty> [1..1] </PrimaryDriver>