The Expiry Date element of a service request form.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| allowNeverExpires | string | element | 0/1 | Checks if is allow never expires. | |
| allowableValue | list of string | element | 0/unbounded | Gets the allowable value. | |
| defaultLifeSpanInDays | int | element | 0/1 | Gets the default life span in days. | |
| lifespanLabel | string | element | 0/1 | The label that will replace the cost period label if it is overridden by the expiry lifespan. | |
| maximumLifeSpanInDays | int | element | 0/1 | Gets the maximum life span in days. | |
| overrideCostPeriodWithLifespan | string | element | 0/1 | Checks if the cost period will be overridden by the expiry lifespan cost if the expiry date is set. | |
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
<RequestFormExpiryDateElement xsitype="..."> <allowableValue>...</allowableValue> <maximumLifeSpanInDays>...</maximumLifeSpanInDays> <defaultLifeSpanInDays>...</defaultLifeSpanInDays> <allowNeverExpires>...</allowNeverExpires> <overrideCostPeriodWithLifespan>...</overrideCostPeriodWithLifespan> <lifespanLabel>...</lifespanLabel> <label>...</label> <mandatory>...</mandatory> <formType>...</formType> <value>...</value> </RequestFormExpiryDateElement>