The Cost element of a service request form.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
costInterval | CostInterval | element | 0/1 | Gets the cost interval. | |
Properties inherited from RequestFormElement |
|||||
formType | FormElementType | element | 0/1 | Gets the form type. | |
label | string | element | 0/1 | Gets the label. | |
mandatory | string | element | 0/1 | Checks if is mandatory. | |
value | string | element | 0/1 | Gets the value. | |
Properties inherited from supportTemplating |
|||||
xsitype | string | attribute | 0/1 |
Example
<RequestFormEstimatedCostElement xsitype="..."> <costInterval>...</costInterval> <label>...</label> <mandatory>...</mandatory> <formType>...</formType> <value>...</value> </RequestFormEstimatedCostElement>