Statistics
| Branch: | Revision:

root / trunk / Pithos.ShellExtensions / Service References / PithosService / mex5.xsd @ 42800be8

History | View | Annotate | Download (577 Bytes)

1
<?xml version="1.0" encoding="utf-8"?>
2
<xs:schema xmlns:tns="http://PITHOS.Client.Commands" elementFormDefault="qualified" targetNamespace="http://PITHOS.Client.Commands" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3
  <xs:element name="ShowProperties">
4
    <xs:complexType>
5
      <xs:sequence>
6
        <xs:element minOccurs="0" name="fileName" nillable="true" type="xs:string" />
7
      </xs:sequence>
8
    </xs:complexType>
9
  </xs:element>
10
  <xs:element name="ShowPropertiesResponse">
11
    <xs:complexType>
12
      <xs:sequence />
13
    </xs:complexType>
14
  </xs:element>
15
</xs:schema>