6.3.4 http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.Service
-
<?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.Service" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework.Service" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:import schemaLocation="" namespace="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework" /> <xs:complexType name="AlertListChunk"> <xs:sequence> <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework" minOccurs="0" name="Alerts" nillable="true" type="q1:ArrayOfAlertInfo" /> <xs:element minOccurs="0" name="HasMore" type="xs:boolean" /> </xs:sequence> </xs:complexType> <xs:element name="AlertListChunk" nillable="true" type="tns:AlertListChunk" /> </xs:schema>