Uses the Component:CustomerSegmentType
Customer segmentation is a hierarchy, therefore a need to have recursive definition.
Table 6.65. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
CustomerSegmentSegmentType |
Type of customer segment. | 0..1 | Field | udt:TextType | |
CustomerSegmentCode |
Segment code. | 0..1 | Field | udt:TextType | |
SegmentDescription |
Description of the segment. | 0..1 | Field | udt:TextType |
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.65. CustomerSegment
<CustomerSegment> <CustomerSegmentSegmentType>......</CustomerSegmentSegmentType> [0..1] <CustomerSegmentCode>......</CustomerSegmentCode> [0..1] <SegmentDescription>......</SegmentDescription> [0..1] </CustomerSegment>