RequestFilterNumeric

Uses the Component:RequestFilterNumericType

Text (in Flexible Geography/Vehicle String format)

Fields and Components

Table 6.14. 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..1Field udt:TextType  
RequestfilterLowerBound

The lowest value (inclusive) that the incentive is eligible for the specified numeric type.

1..1Field udt:NumericType  
RequestfilterUpperBound

The highest value (inclusive) that the incentive is eligible for the specified numeric type.

1..1Field udt:NumericType  

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.14. RequestFilterNumeric

<RequestFilterNumeric>
     <RequestfilterNumericType>......</RequestfilterNumericType>     [1..1]
     <RequestfilterLowerBound>......</RequestfilterLowerBound>     [1..1]
     <RequestfilterUpperBound>......</RequestfilterUpperBound>     [1..1]
</RequestFilterNumeric>