53 lines
No EOL
3 KiB
XML
53 lines
No EOL
3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:import schemaLocation="http://vmserver3.sweetsoft.com.ua/MonitoringWebService/MonitoringService.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
|
|
<xs:import schemaLocation="http://vmserver3.sweetsoft.com.ua/MonitoringWebService/MonitoringService.svc?xsd=xsd4" namespace="http://schemas.datacontract.org/2004/07/Microsoft.EnterpriseManagement.Configuration" />
|
|
<xs:complexType name="ArrayOfstring">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring" />
|
|
<xs:complexType name="ArrayOfguid">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" maxOccurs="unbounded" name="guid" type="ser:guid" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:element name="ArrayOfguid" nillable="true" type="tns:ArrayOfguid" />
|
|
<xs:complexType name="ArrayOfKeyValueOfstringanyType">
|
|
<xs:annotation>
|
|
<xs:appinfo>
|
|
<IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary>
|
|
</xs:appinfo>
|
|
</xs:annotation>
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfstringanyType">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Key" nillable="true" type="xs:string" />
|
|
<xs:element name="Value" nillable="true" type="xs:anyType" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:element name="ArrayOfKeyValueOfstringanyType" nillable="true" type="tns:ArrayOfKeyValueOfstringanyType" />
|
|
<xs:complexType name="ArrayOfKeyValueOfstringManagementPackSubElement70zWZvWI">
|
|
<xs:annotation>
|
|
<xs:appinfo>
|
|
<IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary>
|
|
</xs:appinfo>
|
|
</xs:annotation>
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfstringManagementPackSubElement70zWZvWI">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Key" nillable="true" type="xs:string" />
|
|
<xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/Microsoft.EnterpriseManagement.Configuration" name="Value" nillable="true" type="q1:ManagementPackSubElement" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:element name="ArrayOfKeyValueOfstringManagementPackSubElement70zWZvWI" nillable="true" type="tns:ArrayOfKeyValueOfstringManagementPackSubElement70zWZvWI" />
|
|
</xs:schema> |