d684bbf6ff900c4bb36111d48e7f50a4a32a7fa5
[pithos-ms-client] / trunk / Pithos.ShellExtensions / Service References / PithosService / mex2.xsd
1 <?xml version="1.0" encoding="utf-8"?>
2 <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Pithos.Interfaces" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Pithos.Interfaces" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3   <xs:import schemaLocation="http://localhost:30000/pithos/mex?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
4   <xs:import schemaLocation="http://localhost:30000/pithos/mex?xsd=xsd4" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
5   <xs:simpleType name="FileOverlayStatus">
6     <xs:restriction base="xs:string">
7       <xs:enumeration value="Deleted">
8         <xs:annotation>
9           <xs:appinfo>
10             <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">-2</EnumerationValue>
11           </xs:appinfo>
12         </xs:annotation>
13       </xs:enumeration>
14       <xs:enumeration value="Unversioned">
15         <xs:annotation>
16           <xs:appinfo>
17             <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">-1</EnumerationValue>
18           </xs:appinfo>
19         </xs:annotation>
20       </xs:enumeration>
21       <xs:enumeration value="Normal">
22         <xs:annotation>
23           <xs:appinfo>
24             <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0</EnumerationValue>
25           </xs:appinfo>
26         </xs:annotation>
27       </xs:enumeration>
28       <xs:enumeration value="Modified">
29         <xs:annotation>
30           <xs:appinfo>
31             <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
32           </xs:appinfo>
33         </xs:annotation>
34       </xs:enumeration>
35       <xs:enumeration value="Conflict">
36         <xs:annotation>
37           <xs:appinfo>
38             <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
39           </xs:appinfo>
40         </xs:annotation>
41       </xs:enumeration>
42       <xs:enumeration value="Synch">
43         <xs:annotation>
44           <xs:appinfo>
45             <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
46           </xs:appinfo>
47         </xs:annotation>
48       </xs:enumeration>
49     </xs:restriction>
50   </xs:simpleType>
51   <xs:element name="FileOverlayStatus" nillable="true" type="tns:FileOverlayStatus" />
52   <xs:complexType name="PithosSettingsData">
53     <xs:sequence>
54       <xs:element minOccurs="0" name="Accounts" nillable="true" type="tns:ArrayOfAccountSettings" />
55       <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
56       <xs:element minOccurs="0" name="ExtensionsActivated" type="xs:boolean" />
57       <xs:element minOccurs="0" name="IconsPath" nillable="true" type="xs:string" />
58       <xs:element minOccurs="0" name="PithosPath" nillable="true" type="xs:string" />
59       <xs:element minOccurs="0" name="PithosSite" nillable="true" type="xs:string" />
60       <xs:element minOccurs="0" name="ProxyAuthentication" type="xs:boolean" />
61       <xs:element minOccurs="0" name="ProxyPassword" nillable="true" type="xs:string" />
62       <xs:element minOccurs="0" name="ProxyPort" type="xs:int" />
63       <xs:element minOccurs="0" name="ProxyServer" nillable="true" type="xs:string" />
64       <xs:element minOccurs="0" name="ProxyUsername" nillable="true" type="xs:string" />
65       <xs:element minOccurs="0" name="UseDefaultProxy" type="xs:boolean" />
66       <xs:element minOccurs="0" name="UseManualProxy" type="xs:boolean" />
67       <xs:element minOccurs="0" name="UseNoProxy" type="xs:boolean" />
68       <xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string" />
69     </xs:sequence>
70   </xs:complexType>
71   <xs:element name="PithosSettingsData" nillable="true" type="tns:PithosSettingsData" />
72   <xs:complexType name="ArrayOfAccountSettings">
73     <xs:sequence>
74       <xs:element minOccurs="0" maxOccurs="unbounded" name="AccountSettings" nillable="true" type="tns:AccountSettings" />
75     </xs:sequence>
76   </xs:complexType>
77   <xs:element name="ArrayOfAccountSettings" nillable="true" type="tns:ArrayOfAccountSettings" />
78   <xs:complexType name="AccountSettings">
79     <xs:sequence>
80       <xs:element minOccurs="0" name="AccountName" nillable="true" type="xs:string" />
81       <xs:element minOccurs="0" name="ApiKey" nillable="true" type="xs:string" />
82       <xs:element minOccurs="0" name="IsActive" type="xs:boolean" />
83       <xs:element xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="SelectiveFolders" nillable="true" type="q1:ArrayOfanyType" />
84     </xs:sequence>
85   </xs:complexType>
86   <xs:element name="AccountSettings" nillable="true" type="tns:AccountSettings" />
87 </xs:schema>