simpleType XAlarmSeverity
namespace http://www.cisco.com/AXL/API/15.0
type union of (restriction of xsd:string, xsd:string)
used by
elements LSyslogConfig/AlarmLevelEvent RSyslogConfig/AlarmLevelEvent XSyslogConfig/AlarmLevelEvent LCiscoCloudOnboarding/alarmSeverity RCiscoCloudOnboarding/alarmSeverity
source <xsd:simpleType name="XAlarmSeverity">
 
<xsd:union>
   
<xsd:simpleType>
     
<xsd:restriction base="xsd:string">
       
<xsd:enumeration value="Emergency"/>
       
<xsd:enumeration value="Alert"/>
       
<xsd:enumeration value="Critical"/>
       
<xsd:enumeration value="Error"/>
       
<xsd:enumeration value="Warning"/>
       
<xsd:enumeration value="Notice"/>
       
<xsd:enumeration value="Informational"/>
       
<xsd:enumeration value="Debug"/>
     
</xsd:restriction>
   
</xsd:simpleType>
   
<xsd:simpleType>
     
<xsd:restriction base="xsd:string"/>
   
</xsd:simpleType>
 
</xsd:union>
</xsd:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy