| | 40 | |
|---|
| | 41 | <complexType name="base-synch-request"> |
|---|
| | 42 | <annotation> |
|---|
| | 43 | <documentation xml:lang="en"> |
|---|
| | 44 | Requests have this as the base type. |
|---|
| | 45 | </documentation> |
|---|
| | 46 | </annotation> |
|---|
| | 47 | <sequence> |
|---|
| | 48 | <element name="calendar-href" type="string" /> |
|---|
| | 49 | <element name="principal-href" type="string" /> |
|---|
| | 50 | <element name="synch-token" type="string" /> |
|---|
| | 51 | </sequence> |
|---|
| | 52 | </complexType> |
|---|
| | 53 | |
|---|
| | 54 | <complexType name="base-synch-response"> |
|---|
| | 55 | <annotation> |
|---|
| | 56 | <documentation xml:lang="en"> |
|---|
| | 57 | Responses have this as the base type. |
|---|
| | 58 | </documentation> |
|---|
| | 59 | </annotation> |
|---|
| | 60 | <sequence> |
|---|
| | 61 | <element name="subscribe-status" type="tns:StatusType" /> |
|---|
| | 62 | </sequence> |
|---|
| | 63 | </complexType> |
|---|
| 61 | | <complexType> |
|---|
| 62 | | <sequence > |
|---|
| 63 | | <element name="token" type="string" /> |
|---|
| 64 | | <element name="calendar-href" type="string" /> |
|---|
| 65 | | <element name="principal-href" type="string" /> |
|---|
| 66 | | <element name="synch-token" type="string" /> |
|---|
| 67 | | <element name="exchange-folder-id" type="string" /> |
|---|
| 68 | | <element name="exchange-uri" type="string" /> |
|---|
| 69 | | <element name="synch-type" type="tns:SynchType" /> |
|---|
| 70 | | <element name="exchange-user" type="string" /> |
|---|
| 71 | | <element name="exchange-encpw" type="string" /> |
|---|
| 72 | | </sequence> |
|---|
| 73 | | </complexType> |
|---|
| 74 | | </element> |
|---|
| 75 | | |
|---|
| 76 | | <element name="subscribeResponse"> |
|---|
| | 87 | <complexContent mixed="false"> |
|---|
| | 88 | <extension base="tns:base-synch-request"> |
|---|
| | 89 | <sequence > |
|---|
| | 90 | <element name="token" type="string" /> |
|---|
| | 91 | <element name="exchange-folder-id" type="string" /> |
|---|
| | 92 | <element name="exchange-uri" type="string" /> |
|---|
| | 93 | <element name="synch-type" type="tns:SynchType" /> |
|---|
| | 94 | <element name="exchange-user" type="string" /> |
|---|
| | 95 | <element name="exchange-encpw" type="string" /> |
|---|
| | 96 | </sequence> |
|---|
| | 97 | </extension> |
|---|
| | 98 | </complexContent> |
|---|
| | 99 | </complexType> |
|---|
| | 100 | |
|---|
| | 101 | <element name="subscribe" type="tns:subscribe-request-type" /> |
|---|
| | 102 | |
|---|
| | 103 | <complexType name="subscribe-response-type"> |
|---|
| 82 | | <complexType> |
|---|
| 83 | | <sequence > |
|---|
| 84 | | <element name="calendar-href" type="string" /> |
|---|
| 85 | | <element name="subscribe-status" type="tns:StatusType" /> |
|---|
| 86 | | <element minOccurs="0" name="message" type="string" /> |
|---|
| 87 | | </sequence> |
|---|
| 88 | | </complexType> |
|---|
| 89 | | </element> |
|---|
| 90 | | |
|---|
| 91 | | <element name="unsubscribe"> |
|---|
| 92 | | <annotation> |
|---|
| 93 | | <documentation xml:lang="en"> |
|---|
| 94 | | Message from remote service unsubscribing - same response as subscribe. |
|---|
| 95 | | </documentation> |
|---|
| 96 | | </annotation> |
|---|
| 97 | | <complexType> |
|---|
| 98 | | <sequence> |
|---|
| 99 | | <element name="calendar-href" type="string" /> |
|---|
| 100 | | <element name="principal-href" type="string" /> |
|---|
| 101 | | </sequence> |
|---|
| 102 | | </complexType> |
|---|
| 103 | | </element> |
|---|
| | 109 | <complexContent mixed="false"> |
|---|
| | 110 | <extension base="tns:base-synch-response"> |
|---|
| | 111 | <sequence > |
|---|
| | 112 | <element name="subscription-id" type="string" /> |
|---|
| | 113 | <element minOccurs="0" name="message" type="string" /> |
|---|
| | 114 | </sequence> |
|---|
| | 115 | </extension> |
|---|
| | 116 | </complexContent> |
|---|
| | 117 | </complexType> |
|---|
| | 118 | |
|---|
| | 119 | <element name="subscribe-response" type="tns:subscribe-response-type" /> |
|---|
| | 120 | |
|---|
| | 121 | <complexType name="unsubscribe-request-type"> |
|---|
| | 122 | <annotation> |
|---|
| | 123 | <documentation xml:lang="en"> |
|---|
| | 124 | Message from remote service unsubscribing. |
|---|
| | 125 | </documentation> |
|---|
| | 126 | </annotation> |
|---|
| | 127 | <complexContent mixed="false"> |
|---|
| | 128 | <extension base="tns:base-synch-request"> |
|---|
| | 129 | <sequence > |
|---|
| | 130 | <element name="subscription-id" type="string" /> |
|---|
| | 131 | </sequence> |
|---|
| | 132 | </extension> |
|---|
| | 133 | </complexContent> |
|---|
| | 134 | </complexType> |
|---|
| | 135 | |
|---|
| | 136 | <element name="unsubscribe" type="tns:unsubscribe-request-type" /> |
|---|
| | 137 | |
|---|
| | 138 | <complexType name="unsubscribe-response-type"> |
|---|
| | 139 | <annotation> |
|---|
| | 140 | <documentation xml:lang="en"> |
|---|
| | 141 | Response to message from remote service requesting unsubscription. |
|---|
| | 142 | </documentation> |
|---|
| | 143 | </annotation> |
|---|
| | 144 | <complexContent mixed="false"> |
|---|
| | 145 | <extension base="tns:base-synch-response"> |
|---|
| | 146 | </extension> |
|---|
| | 147 | </complexContent> |
|---|
| | 148 | </complexType> |
|---|
| | 149 | |
|---|
| | 150 | <element name="unsubscribe-response" type="tns:unsubscribe-response-type" /> |
|---|
| 176 | | <complexType> |
|---|
| 177 | | <sequence> |
|---|
| 178 | | <element name="calendar-href" type="string" /> |
|---|
| 179 | | <element name="synch-info-responses"> |
|---|
| 180 | | <complexType> |
|---|
| 181 | | <sequence> |
|---|
| 182 | | <element maxOccurs="unbounded" name="synch-info" |
|---|
| 183 | | type="tns:SynchInfoType" /> |
|---|
| 184 | | </sequence> |
|---|
| 185 | | </complexType> |
|---|
| 186 | | </element> |
|---|
| 187 | | </sequence> |
|---|
| 188 | | </complexType> |
|---|
| 189 | | </element> |
|---|
| 190 | | |
|---|
| 191 | | <element name="add-item"> |
|---|
| | 222 | <sequence> |
|---|
| | 223 | <element name="calendar-href" type="string" /> |
|---|
| | 224 | <element name="synch-info-responses"> |
|---|
| | 225 | <complexType> |
|---|
| | 226 | <sequence> |
|---|
| | 227 | <element maxOccurs="unbounded" name="synch-info" |
|---|
| | 228 | type="tns:SynchInfoType" /> |
|---|
| | 229 | </sequence> |
|---|
| | 230 | </complexType> |
|---|
| | 231 | </element> |
|---|
| | 232 | </sequence> |
|---|
| | 233 | </complexType> |
|---|
| | 234 | |
|---|
| | 235 | <element name="synch-info-response" type="tns:synch-info-response-type" /> |
|---|
| | 236 | |
|---|
| | 237 | <complexType name="add-item-type"> |
|---|
| 197 | | <complexType> |
|---|
| 198 | | <sequence> |
|---|
| 199 | | <element name="synch-token" type="string" /> |
|---|
| 200 | | <element name="calendar-href" type="string" /> |
|---|
| 201 | | <element name="principal-href" type="string" /> |
|---|
| 202 | | <element name="uid" type="string" /> |
|---|
| 203 | | <element name="icalendar" type="xcal:icalendarType" /> |
|---|
| 204 | | </sequence> |
|---|
| 205 | | </complexType> |
|---|
| 206 | | </element> |
|---|
| 207 | | |
|---|
| 208 | | <element name="add-item-response"> |
|---|
| | 243 | <complexContent mixed="false"> |
|---|
| | 244 | <extension base="tns:base-synch-request"> |
|---|
| | 245 | <sequence> |
|---|
| | 246 | <element name="uid" type="string" /> |
|---|
| | 247 | <element name="icalendar" type="xcal:icalendarType" /> |
|---|
| | 248 | </sequence> |
|---|
| | 249 | </extension> |
|---|
| | 250 | </complexContent> |
|---|
| | 251 | </complexType> |
|---|
| | 252 | |
|---|
| | 253 | <element name="add-item" type="tns:add-item-type" /> |
|---|
| | 254 | |
|---|
| | 255 | <complexType name="add-item-response-type"> |
|---|