Uses the Component:CustomerCharacteristicType
Different type of grouping and classification of customers. This type of information is OEM or dealer specific.
Table 6.64. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| CustomerGroup |
Customer group. | 0..* | Field | udt:CodeType | |
| CustomerClassification |
Customer classification. | 0..* | Field | udt:CodeType | |
| CustomerSegment |
Customer segmentation is a hierarchy, therefore a need to have recursive definition. | 0..* | Component | CustomerSegmentType |
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.64. CustomerCharacteristic
<CustomerCharacteristic>
<CustomerGroup>......</CustomerGroup> [0..*]
<CustomerClassification>......</CustomerClassification> [0..*]
<CustomerSegment>......</CustomerSegment> [0..*]
</CustomerCharacteristic>