6.3.6 http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.NetworkHealth.Engine

 <?xml version="1.0" encoding="utf-8"?>
 <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.NetworkHealth.Engine" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.NetworkHealth.Engine" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:simpleType name="HealthStatus">
     <xs:restriction base="xs:string">
       <xs:enumeration value="OK" />
       <xs:enumeration value="Information" />
       <xs:enumeration value="Warning" />
       <xs:enumeration value="Critical" />
       <xs:enumeration value="Report" />
     </xs:restriction>
   </xs:simpleType>
   <xs:element name="HealthStatus" nillable="true" type="tns:HealthStatus" />
   <xs:complexType name="ArrayOfPlugInInfo">
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="unbounded" name="PlugInInfo" nillable="true" type="tns:PlugInInfo" />
     </xs:sequence>
   </xs:complexType>
   <xs:element name="ArrayOfPlugInInfo" nillable="true" type="tns:ArrayOfPlugInInfo" />
   <xs:complexType name="PlugInInfo">
     <xs:sequence>
       <xs:element name="_x003C_ConfigHashCode_x003E_k__BackingField" nillable="true" type="xs:base64Binary" />
       <xs:element name="_x003C_DefinitionHashCode_x003E_k__BackingField" nillable="true" type="xs:base64Binary" />
       <xs:element name="_x003C_FeatureName_x003E_k__BackingField" nillable="true" type="xs:string" />
       <xs:element name="_x003C_RelativePath_x003E_k__BackingField" nillable="true" type="xs:string" />
     </xs:sequence>
   </xs:complexType>
   <xs:element name="PlugInInfo" nillable="true" type="tns:PlugInInfo" />
 </xs:schema>