System.Health.AlertSchema (SchemaType)

Element properties:

AccessibilityPublic

Source Code:

<SchemaType ID="System.Health.AlertSchema" Accessibility="Public">
<xsd:simpleType name="System.Health.AlertHealthState">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Success"/>
<xsd:enumeration value="Warning"/>
<xsd:enumeration value="Error"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="System.Health.AlertPriority">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Low"/>
<xsd:enumeration value="Normal"/>
<xsd:enumeration value="High"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="System.Health.AlertSeverity">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Information"/>
<xsd:enumeration value="Warning"/>
<xsd:enumeration value="Error"/>
<xsd:enumeration value="MatchMonitorHealth"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="System.Health.AlertParameters">
<xsd:sequence>
<xsd:element name="AlertParameter1" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="AlertParameter2" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="AlertParameter3" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="AlertParameter4" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="AlertParameter5" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="AlertParameter6" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="AlertParameter7" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="AlertParameter8" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="AlertParameter9" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="AlertParameter10" type="xsd:string" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="System.Health.Suppression">
<xsd:sequence>
<xsd:element name="SuppressionValue" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</SchemaType>