Uses the Component:RequestFilterNumericType
Text (in Flexible Geography/Vehicle String format)
Table 6.17. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
RequestfilterNumericType |
An incentive program can include multiple different types of numeric eligibility criteria; however it will only contain one of each fiterNumericType. | 1..1 | Field | udt:TextType | |
RequestfilterLowerBound |
The lowest value (inclusive) that the incentive is eligible for the specified numeric type. | 1..1 | Field | udt:NumericType | |
RequestfilterUpperBound |
The highest value (inclusive) that the incentive is eligible for the specified numeric type. | 1..1 | Field | udt:NumericType |
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.17. RequestFilterNumeric
<RequestFilterNumeric> <RequestfilterNumericType>......</RequestfilterNumericType> [1..1] <RequestfilterLowerBound>......</RequestfilterLowerBound> [1..1] <RequestfilterUpperBound>......</RequestfilterUpperBound> [1..1] </RequestFilterNumeric>