CustomerSegment

Uses the Component:CustomerSegmentType

Customer segmentation is a hierarchy, therefore a need to have recursive definition.

Fields and Components

Table 6.20. Fields and Components

Name Description Occurrence Type Data Type User Notes
CustomerSegmentSegmentType

Type of customer segment.

0..1Field oag:TextType  
CustomerSegment

Segment code.

0..1Field oag:TextType  
SegmentDescription

Description of the segment.

0..1Field oag:TextType  

Sample XML

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. CustomerSegment

<CustomerSegment>
     <CustomerSegmentSegmentType>......</CustomerSegmentSegmentType>     [0..1]
     <CustomerSegment>......</CustomerSegment>     [0..1]
     <SegmentDescription>......</SegmentDescription>     [0..1]
</CustomerSegment>