IncentiveFilterSelection

Uses the Component:IncentiveFilterSelectionType

Fields and Components

Table 6.26. Fields and Components

Name Description Occurrence Type Data Type User Notes
filterSelectionType

An Incentive Program may contain multiple occurrences of the same selection type. The filter list types may change over time. Current types listed below.

1..1Field udt:TextType  
filterSelectionValue

Text – filter selection Code

1..1Field udt:TextType  
filterSelectionDescription

Decription of filter selection value

0..1Field udt: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. IncentiveFilterSelection

<IncentiveFilterSelection>
     <filterSelectionType>......</filterSelectionType>     [1..1]
     <filterSelectionValue>......</filterSelectionValue>     [1..1]
     <filterSelectionDescription>......</filterSelectionDescription>     [0..1]
</IncentiveFilterSelection>