| Attributes |
| Name | Required | Request-time | Type | Description |
| active | false | true | java.lang.String | Sets a value indicating whether the specified ConditionalAttribute is enabled or disabled. |
| dataElement | false | true | java.lang.String | sets the data value that the specified ConditionalAttribute will evaluate. The available values are: YVALUE, XVALUE and INI_VALUE |
| from | false | true | java.lang.String | Sets a value indicating the beginning value of the conditional range for a ConditionalAttribute. |
| fromOpen | false | true | java.lang.String | Sets a value indicating whether or not to include the configured From value in the range. |
| inverse | false | true | java.lang.String | Sets a value indicating whether to reverse the configured To and From. |
| to | false | true | java.lang.String | Sets a value indicating the ending value of the conditional range for a ConditionalAttribute. |
| toOpen | false | true | java.lang.String | Sets a value indicates whether or not to include the configured To value in the range. |