6.3.5 http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework

 <?xml version="1.0" encoding="utf-8"?>
 <xs:schema xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:import schemaLocation="" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
   <xs:import schemaLocation="" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
   <xs:import schemaLocation="" namespace="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.NetworkHealth.Engine" />
   <xs:complexType name="ArrayOfAlertInfo">
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="unbounded" name="AlertInfo" nillable="true" type="tns:AlertInfo" />
     </xs:sequence>
   </xs:complexType>
   <xs:element name="ArrayOfAlertInfo" nillable="true" type="tns:ArrayOfAlertInfo" />
   <xs:complexType name="AlertInfo">
     <xs:sequence>
       <xs:element minOccurs="0" name="ActionPerformed" nillable="true" type="xs:string" />
       <xs:element xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="AdditionalInfo" nillable="true" type="q1:ArrayOfstring" />
       <xs:element minOccurs="0" name="DateAndTime" type="xs:dateTime" />
       <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="Escalate" type="xs:boolean" />
       <xs:element minOccurs="0" name="FeatureName" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="FeatureTitle" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="HealthDefinitionName" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="HealthDefinitionTitle" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="InstanceId" type="ser:guid" />
       <xs:element minOccurs="0" name="IsNew" type="xs:boolean" />
       <xs:element minOccurs="0" name="IsRepairDefined" type="xs:boolean" />
       <xs:element minOccurs="0" name="IsSuppressed" type="xs:boolean" />
       <xs:element minOccurs="0" name="IsSystem" type="xs:boolean" />
       <xs:element minOccurs="0" name="LastSuppressedDateTime" type="xs:dateTime" />
       <xs:element minOccurs="0" name="MachineId" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="MachineName" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="RepairActionPerformed" nillable="true" type="xs:string" />
       <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.NetworkHealth.Engine" minOccurs="0" name="Severity" type="q2:HealthStatus" />
       <xs:element minOccurs="0" name="SupportLink" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="TroubleshootSteps" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="Troubleshooter" nillable="true" type="tns:UserContextTask" />
     </xs:sequence>
   </xs:complexType>
   <xs:element name="AlertInfo" nillable="true" type="tns:AlertInfo" />
   <xs:complexType name="UserContextTask">
     <xs:sequence>
       <xs:element minOccurs="0" name="Arguments" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="Program" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="Title" nillable="true" type="xs:string" />
     </xs:sequence>
   </xs:complexType>
   <xs:element name="UserContextTask" nillable="true" type="tns:UserContextTask" />
   <xs:simpleType name="TaskType">
     <xs:restriction base="xs:string">
       <xs:enumeration value="Raise" />
       <xs:enumeration value="Evaluate" />
       <xs:enumeration value="Clear" />
       <xs:enumeration value="Update" />
     </xs:restriction>
   </xs:simpleType>
   <xs:element name="TaskType" nillable="true" type="tns:TaskType" />
 </xs:schema>