Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (885 Bytes)

1
<?xml version="1.0" encoding="utf-8"?>
2
<xs:schema xmlns:tns="http://PITHOS.Client.Status" elementFormDefault="qualified" targetNamespace="http://PITHOS.Client.Status" 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="GetStatus">
5
    <xs:complexType>
6
      <xs:sequence>
7
        <xs:element minOccurs="0" name="filePath" nillable="true" type="xs:string" />
8
      </xs:sequence>
9
    </xs:complexType>
10
  </xs:element>
11
  <xs:element name="GetStatusResponse">
12
    <xs:complexType>
13
      <xs:sequence>
14
        <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/Pithos.Interfaces" minOccurs="0" name="GetStatusResult" type="q1:FileOverlayStatus" />
15
      </xs:sequence>
16
    </xs:complexType>
17
  </xs:element>
18
</xs:schema>