2.2.5.47 EventLevel
The EventLevel simple type is an enumeration that specifies the severity of the DNS zone event.
-
<xs:simpleType name="EventLevel"> <xs:restriction base="xsd:string"> <xs:enumeration value="None" /> <xs:enumeration value="Information" /> <xs:enumeration value="Warning" /> <xs:enumeration value="Error" /> </xs:restriction> </xs:simpleType>
The valid values for this type are as follows.
|
Value |
Description |
|---|---|
|
None |
Unspecified or an invalid value. |
|
Information |
The event is an informational event. |
|
Warning |
The event is a warning event. |
|
Error |
The event is an error event. |