DefaultValue element
Specifies the default element timeout value (in ms).
Type
Item | Facet value | Description |
---|---|---|
unsignedInt restriction | ||
Min exclusive | 1000 | |
Max exclusive | 120000 | |
Pattern | ^\d+000$ |
Parent
Remarks
An integer value in the range [1000,120000]. The value should be a multiple of 1000 as the resolution is in seconds.
Examples
<TimeoutTimeElement>
<DefaultValue>666000</DefaultValue>
</TimeoutTimeElement>