Uses the Component:IncentiveFilterSelectionType
Table 6.15. 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..1 | Field | udt:TextType | |
filterSelectionValue |
Text – filter selection Code | 1..1 | Field | udt:TextType | |
filterSelectionDescription |
Decription of filter selection value | 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.15. IncentiveFilterSelection
<IncentiveFilterSelection> <filterSelectionType>......</filterSelectionType> [1..1] <filterSelectionValue>......</filterSelectionValue> [1..1] <filterSelectionDescription>......</filterSelectionDescription> [0..1] </IncentiveFilterSelection>