Indicates the range of values under which the system will trigger the specified alert.
| Name | Type | Description | Attributes |
|---|---|---|---|
| code | Code | The code identifies the type of alert. | Mandatory |
| enabled | xs:boolean | Indicates that the alert-triggering threshold is active. | |
| lower-bound-int | xs:int | Specifies the integer value above which the alert will be triggered. Omit or specify -1 to exclude boundary when applicable. | |
| upper-bound-int | xs:int | Specified the integer value below which the alert will be triggered. Omit or specify -1 to exclude boundary when applicable. |
| Name | Type | Restrictions |
|---|---|---|
| Code | xs:string | Length of value must be >=1 Length of value must be <=32 |