Statistics
| Branch: | Revision:

root / trunk / Pithos.ShellExtensions / Service References / PithosService / mex3.xsd @ 5bcf6d70

History | View | Annotate | Download (807 Bytes)

1
<?xml version="1.0" encoding="utf-8"?>
2
<xs:schema xmlns:tns="http://PITHOS.Client.Settings" elementFormDefault="qualified" targetNamespace="http://PITHOS.Client.Settings" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3
  <xs:import schemaLocation="http://localhost:30000/pithos/mex?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/Pithos.Interfaces" />
4
  <xs:element name="GetSettings">
5
    <xs:complexType>
6
      <xs:sequence />
7
    </xs:complexType>
8
  </xs:element>
9
  <xs:element name="GetSettingsResponse">
10
    <xs:complexType>
11
      <xs:sequence>
12
        <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/Pithos.Interfaces" minOccurs="0" name="GetSettingsResult" nillable="true" type="q1:PithosSettingsData" />
13
      </xs:sequence>
14
    </xs:complexType>
15
  </xs:element>
16
</xs:schema>