texel-docusign 0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1871 @@
1
+ require 'soap/mapping'
2
+ require 'docusign'
3
+ # require File.expand_path(File.dirname(__FILE__) + '/docusign')
4
+
5
+ module Docusign
6
+
7
+ module DefaultMappingRegistry
8
+ EncodedRegistry = ::SOAP::Mapping::EncodedRegistry.new
9
+ LiteralRegistry = ::SOAP::Mapping::LiteralRegistry.new
10
+ NsC_30 = "http://www.docusign.net/API/3.0"
11
+ NsXMLSchema = "http://www.w3.org/2001/XMLSchema"
12
+
13
+ EncodedRegistry.register(
14
+ :class => Docusign::Envelope,
15
+ :schema_type => XSD::QName.new(NsC_30, "Envelope"),
16
+ :schema_element => [
17
+ ["accountId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "AccountId")], [0, 1]],
18
+ ["documents", ["Docusign::ArrayOfDocument", XSD::QName.new(NsC_30, "Documents")], [0, 1]],
19
+ ["recipients", ["Docusign::ArrayOfRecipient", XSD::QName.new(NsC_30, "Recipients")], [0, 1]],
20
+ ["tabs", ["Docusign::ArrayOfTab", XSD::QName.new(NsC_30, "Tabs")], [0, 1]],
21
+ ["subject", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Subject")], [0, 1]],
22
+ ["emailBlurb", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EmailBlurb")], [0, 1]],
23
+ ["signingLocation", ["Docusign::SigningLocationCode", XSD::QName.new(NsC_30, "SigningLocation")], [0, 1]],
24
+ ["customFields", ["Docusign::ArrayOfCustomField", XSD::QName.new(NsC_30, "CustomFields")], [0, 1]],
25
+ ["vaultingOptions", ["Docusign::VaultingOptions", XSD::QName.new(NsC_30, "VaultingOptions")], [0, 1]],
26
+ ["autoNavigation", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "AutoNavigation")], [0, 1]],
27
+ ["envelopeIdStamping", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "EnvelopeIdStamping")], [0, 1]],
28
+ ["authoritativeCopy", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "AuthoritativeCopy")], [0, 1]],
29
+ ["notification", ["Docusign::Notification", XSD::QName.new(NsC_30, "Notification")], [0, 1]],
30
+ ["envelopeAttachment", ["Docusign::ArrayOfAttachment", XSD::QName.new(NsC_30, "EnvelopeAttachment")], [0, 1]]
31
+ ]
32
+ )
33
+
34
+ EncodedRegistry.register(
35
+ :class => Docusign::ArrayOfDocument,
36
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfDocument"),
37
+ :schema_element => [
38
+ ["document", ["Docusign::Document[]", XSD::QName.new(NsC_30, "Document")], [0, nil]]
39
+ ]
40
+ )
41
+
42
+ EncodedRegistry.register(
43
+ :class => Docusign::Document,
44
+ :schema_type => XSD::QName.new(NsC_30, "Document"),
45
+ :schema_element => [
46
+ ["iD", ["SOAP::SOAPPositiveInteger", XSD::QName.new(NsC_30, "ID")], [0, 1]],
47
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Name")], [0, 1]],
48
+ ["pDFBytes", ["SOAP::SOAPBase64", XSD::QName.new(NsC_30, "PDFBytes")], [0, 1]],
49
+ ["password", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Password")], [0, 1]]
50
+ ]
51
+ )
52
+
53
+ EncodedRegistry.register(
54
+ :class => Docusign::ArrayOfRecipient,
55
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfRecipient"),
56
+ :schema_element => [
57
+ ["recipient", ["Docusign::Recipient[]", XSD::QName.new(NsC_30, "Recipient")], [0, nil]]
58
+ ]
59
+ )
60
+
61
+ EncodedRegistry.register(
62
+ :class => Docusign::Recipient,
63
+ :schema_type => XSD::QName.new(NsC_30, "Recipient"),
64
+ :schema_element => [
65
+ ["iD", ["SOAP::SOAPPositiveInteger", XSD::QName.new(NsC_30, "ID")], [0, 1]],
66
+ ["userName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "UserName")], [0, 1]],
67
+ ["email", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Email")], [0, 1]],
68
+ ["type", ["Docusign::RecipientTypeCode", XSD::QName.new(NsC_30, "Type")]],
69
+ ["accessCode", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "AccessCode")]],
70
+ ["addAccessCodeToEmail", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "AddAccessCodeToEmail")], [0, 1]],
71
+ ["requireIDLookup", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "RequireIDLookup")]],
72
+ ["iDCheckConfigurationName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "IDCheckConfigurationName")], [0, 1]],
73
+ ["signatureInfo", ["Docusign::RecipientSignatureInfo", XSD::QName.new(NsC_30, "SignatureInfo")], [0, 1]],
74
+ ["captiveInfo", ["Docusign::RecipientCaptiveInfo", XSD::QName.new(NsC_30, "CaptiveInfo")], [0, 1]],
75
+ ["customFields", ["Docusign::ArrayOfString", XSD::QName.new(NsC_30, "CustomFields")], [0, 1]],
76
+ ["routingOrder", ["SOAP::SOAPUnsignedShort", XSD::QName.new(NsC_30, "RoutingOrder")], [0, 1]],
77
+ ["iDCheckInformationInput", ["Docusign::IDCheckInformationInput", XSD::QName.new(NsC_30, "IDCheckInformationInput")], [0, 1]],
78
+ ["autoNavigation", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "AutoNavigation")], [0, 1]],
79
+ ["recipientAttachment", ["Docusign::ArrayOfAttachment", XSD::QName.new(NsC_30, "RecipientAttachment")], [0, 1]],
80
+ ["note", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Note")], [0, 1]]
81
+ ]
82
+ )
83
+
84
+ EncodedRegistry.register(
85
+ :class => Docusign::RecipientSignatureInfo,
86
+ :schema_type => XSD::QName.new(NsC_30, "RecipientSignatureInfo"),
87
+ :schema_element => [
88
+ ["signatureName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "SignatureName")], [0, 1]],
89
+ ["signatureInitials", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "SignatureInitials")], [0, 1]],
90
+ ["fontStyle", ["Docusign::FontStyleCode", XSD::QName.new(NsC_30, "FontStyle")]]
91
+ ]
92
+ )
93
+
94
+ EncodedRegistry.register(
95
+ :class => Docusign::RecipientCaptiveInfo,
96
+ :schema_type => XSD::QName.new(NsC_30, "RecipientCaptiveInfo"),
97
+ :schema_element => [
98
+ ["clientUserId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "ClientUserId")], [0, 1]]
99
+ ]
100
+ )
101
+
102
+ EncodedRegistry.register(
103
+ :class => Docusign::ArrayOfString,
104
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfString"),
105
+ :schema_element => [
106
+ ["customField", ["SOAP::SOAPString[]", XSD::QName.new(NsC_30, "CustomField")], [0, nil]]
107
+ ]
108
+ )
109
+
110
+ EncodedRegistry.register(
111
+ :class => Docusign::IDCheckInformationInput,
112
+ :schema_type => XSD::QName.new(NsC_30, "IDCheckInformationInput"),
113
+ :schema_element => [
114
+ ["addressInformationInput", ["Docusign::AddressInformationInput", XSD::QName.new(NsC_30, "AddressInformationInput")], [0, 1]],
115
+ ["dOBInformationInput", ["Docusign::DOBInformationInput", XSD::QName.new(NsC_30, "DOBInformationInput")], [0, 1]],
116
+ ["sSN4InformationInput", ["Docusign::SSN4InformationInput", XSD::QName.new(NsC_30, "SSN4InformationInput")], [0, 1]],
117
+ ["sSN9InformationInput", ["Docusign::SSN9InformationInput", XSD::QName.new(NsC_30, "SSN9InformationInput")], [0, 1]]
118
+ ]
119
+ )
120
+
121
+ EncodedRegistry.register(
122
+ :class => Docusign::AddressInformationInput,
123
+ :schema_type => XSD::QName.new(NsC_30, "AddressInformationInput"),
124
+ :schema_element => [
125
+ ["addressInformation", ["Docusign::AddressInformation", XSD::QName.new(NsC_30, "AddressInformation")], [0, 1]],
126
+ ["displayLevel", ["Docusign::DisplayLevelCode", XSD::QName.new(NsC_30, "DisplayLevel")], [0, 1]],
127
+ ["receiveInResponse", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "ReceiveInResponse")], [0, 1]]
128
+ ]
129
+ )
130
+
131
+ EncodedRegistry.register(
132
+ :class => Docusign::AddressInformation,
133
+ :schema_type => XSD::QName.new(NsC_30, "AddressInformation"),
134
+ :schema_element => [
135
+ ["street1", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Street1")], [0, 1]],
136
+ ["street2", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Street2")], [0, 1]],
137
+ ["city", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "City")], [0, 1]],
138
+ ["state", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "State")], [0, 1]],
139
+ ["zip", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Zip")], [0, 1]],
140
+ ["zipPlus4", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "ZipPlus4")], [0, 1]]
141
+ ]
142
+ )
143
+
144
+ EncodedRegistry.register(
145
+ :class => Docusign::DOBInformationInput,
146
+ :schema_type => XSD::QName.new(NsC_30, "DOBInformationInput"),
147
+ :schema_element => [
148
+ ["dOBInformation", ["Docusign::DOBInformation", XSD::QName.new(NsC_30, "DOBInformation")], [0, 1]],
149
+ ["displayLevel", ["Docusign::DisplayLevelCode", XSD::QName.new(NsC_30, "DisplayLevel")], [0, 1]],
150
+ ["receiveInResponse", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "ReceiveInResponse")], [0, 1]]
151
+ ]
152
+ )
153
+
154
+ EncodedRegistry.register(
155
+ :class => Docusign::DOBInformation,
156
+ :schema_type => XSD::QName.new(NsC_30, "DOBInformation"),
157
+ :schema_element => [
158
+ ["dOB", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "DOB")]]
159
+ ]
160
+ )
161
+
162
+ EncodedRegistry.register(
163
+ :class => Docusign::SSN4InformationInput,
164
+ :schema_type => XSD::QName.new(NsC_30, "SSN4InformationInput"),
165
+ :schema_element => [
166
+ ["sSN4Information", ["Docusign::SSN4Information", XSD::QName.new(NsC_30, "SSN4Information")], [0, 1]],
167
+ ["displayLevel", ["Docusign::DisplayLevelCode", XSD::QName.new(NsC_30, "DisplayLevel")], [0, 1]],
168
+ ["receiveInResponse", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "ReceiveInResponse")], [0, 1]]
169
+ ]
170
+ )
171
+
172
+ EncodedRegistry.register(
173
+ :class => Docusign::SSN4Information,
174
+ :schema_type => XSD::QName.new(NsC_30, "SSN4Information"),
175
+ :schema_element => [
176
+ ["sSN4", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "SSN4")], [0, 1]]
177
+ ]
178
+ )
179
+
180
+ EncodedRegistry.register(
181
+ :class => Docusign::SSN9InformationInput,
182
+ :schema_type => XSD::QName.new(NsC_30, "SSN9InformationInput"),
183
+ :schema_element => [
184
+ ["sSN9Information", ["Docusign::SSN9Information", XSD::QName.new(NsC_30, "SSN9Information")], [0, 1]],
185
+ ["displayLevel", ["Docusign::DisplayLevelCode", XSD::QName.new(NsC_30, "DisplayLevel")], [0, 1]]
186
+ ]
187
+ )
188
+
189
+ EncodedRegistry.register(
190
+ :class => Docusign::SSN9Information,
191
+ :schema_type => XSD::QName.new(NsC_30, "SSN9Information"),
192
+ :schema_element => [
193
+ ["sSN9", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "SSN9")], [0, 1]]
194
+ ]
195
+ )
196
+
197
+ EncodedRegistry.register(
198
+ :class => Docusign::ArrayOfAttachment,
199
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfAttachment"),
200
+ :schema_element => [
201
+ ["attachment", ["Docusign::Attachment[]", XSD::QName.new(NsC_30, "Attachment")], [0, nil]]
202
+ ]
203
+ )
204
+
205
+ EncodedRegistry.register(
206
+ :class => Docusign::Attachment,
207
+ :schema_type => XSD::QName.new(NsC_30, "Attachment"),
208
+ :schema_element => [
209
+ ["data", ["SOAP::SOAPBase64", XSD::QName.new(NsC_30, "Data")], [0, 1]],
210
+ ["label", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Label")], [0, 1]],
211
+ ["type", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Type")], [0, 1]]
212
+ ]
213
+ )
214
+
215
+ EncodedRegistry.register(
216
+ :class => Docusign::ArrayOfTab,
217
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfTab"),
218
+ :schema_element => [
219
+ ["tab", ["Docusign::Tab[]", XSD::QName.new(NsC_30, "Tab")], [0, nil]]
220
+ ]
221
+ )
222
+
223
+ EncodedRegistry.register(
224
+ :class => Docusign::Tab,
225
+ :schema_type => XSD::QName.new(NsC_30, "Tab"),
226
+ :schema_element => [
227
+ ["documentID", ["SOAP::SOAPPositiveInteger", XSD::QName.new(NsC_30, "DocumentID")], [0, 1]],
228
+ ["recipientID", ["SOAP::SOAPPositiveInteger", XSD::QName.new(NsC_30, "RecipientID")], [0, 1]],
229
+ ["pageNumber", ["SOAP::SOAPNonNegativeInteger", XSD::QName.new(NsC_30, "PageNumber")], [0, 1]],
230
+ ["xPosition", ["SOAP::SOAPNonNegativeInteger", XSD::QName.new(NsC_30, "XPosition")], [0, 1]],
231
+ ["yPosition", ["SOAP::SOAPNonNegativeInteger", XSD::QName.new(NsC_30, "YPosition")], [0, 1]],
232
+ ["anchorTabItem", ["Docusign::AnchorTab", XSD::QName.new(NsC_30, "AnchorTabItem")], [0, 1]],
233
+ ["type", ["Docusign::TabTypeCode", XSD::QName.new(NsC_30, "Type")]],
234
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Name")], [0, 1]],
235
+ ["tabLabel", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "TabLabel")], [0, 1]],
236
+ ["value", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Value")], [0, 1]],
237
+ ["customTabType", ["Docusign::CustomTabType", XSD::QName.new(NsC_30, "CustomTabType")], [0, 1]],
238
+ ["customTabWidth", ["SOAP::SOAPInt", XSD::QName.new(NsC_30, "CustomTabWidth")], [0, 1]],
239
+ ["customTabHeight", ["SOAP::SOAPInt", XSD::QName.new(NsC_30, "CustomTabHeight")], [0, 1]],
240
+ ["customTabRequired", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "CustomTabRequired")], [0, 1]],
241
+ ["customTabLocked", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "CustomTabLocked")], [0, 1]],
242
+ ["customTabDisableAutoSize", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "CustomTabDisableAutoSize")], [0, 1]],
243
+ ["customTabListItems", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "CustomTabListItems")], [0, 1]],
244
+ ["customTabRadioGroupName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "CustomTabRadioGroupName")], [0, 1]]
245
+ ]
246
+ )
247
+
248
+ EncodedRegistry.register(
249
+ :class => Docusign::AnchorTab,
250
+ :schema_type => XSD::QName.new(NsC_30, "AnchorTab"),
251
+ :schema_element => [
252
+ ["anchorTabString", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "AnchorTabString")], [0, 1]],
253
+ ["xOffset", ["SOAP::SOAPDouble", XSD::QName.new(NsC_30, "XOffset")], [0, 1]],
254
+ ["yOffset", ["SOAP::SOAPDouble", XSD::QName.new(NsC_30, "YOffset")], [0, 1]],
255
+ ["unit", ["Docusign::UnitTypeCode", XSD::QName.new(NsC_30, "Unit")], [0, 1]]
256
+ ]
257
+ )
258
+
259
+ EncodedRegistry.register(
260
+ :class => Docusign::ArrayOfCustomField,
261
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfCustomField"),
262
+ :schema_element => [
263
+ ["customField", ["Docusign::CustomField[]", XSD::QName.new(NsC_30, "CustomField")], [0, nil]]
264
+ ]
265
+ )
266
+
267
+ EncodedRegistry.register(
268
+ :class => Docusign::CustomField,
269
+ :schema_type => XSD::QName.new(NsC_30, "CustomField"),
270
+ :schema_element => [
271
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Name")], [0, 1]],
272
+ ["show", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Show")], [0, 1]],
273
+ ["required", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Required")], [0, 1]],
274
+ ["value", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Value")], [0, 1]]
275
+ ]
276
+ )
277
+
278
+ EncodedRegistry.register(
279
+ :class => Docusign::VaultingOptions,
280
+ :schema_type => XSD::QName.new(NsC_30, "VaultingOptions"),
281
+ :schema_element => [
282
+ ["vaultingMode", ["Docusign::VaultingModeCode", XSD::QName.new(NsC_30, "VaultingMode")]],
283
+ ["eODTransactionName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EODTransactionName")], [0, 1]],
284
+ ["eODDocumentName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EODDocumentName")], [0, 1]],
285
+ ["eODDocumentDescription", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EODDocumentDescription")], [0, 1]]
286
+ ]
287
+ )
288
+
289
+ EncodedRegistry.register(
290
+ :class => Docusign::Notification,
291
+ :schema_type => XSD::QName.new(NsC_30, "Notification"),
292
+ :schema_element => [
293
+ ["useAccountDefaults", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "UseAccountDefaults")], [0, 1]],
294
+ ["reminders", ["Docusign::Reminders", XSD::QName.new(NsC_30, "Reminders")], [0, 1]],
295
+ ["expirations", ["Docusign::Expirations", XSD::QName.new(NsC_30, "Expirations")], [0, 1]]
296
+ ]
297
+ )
298
+
299
+ EncodedRegistry.register(
300
+ :class => Docusign::Reminders,
301
+ :schema_type => XSD::QName.new(NsC_30, "Reminders"),
302
+ :schema_element => [
303
+ ["reminderEnabled", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "ReminderEnabled")]],
304
+ ["reminderDelay", ["SOAP::SOAPNonNegativeInteger", XSD::QName.new(NsC_30, "ReminderDelay")], [0, 1]],
305
+ ["reminderFrequency", ["SOAP::SOAPNonNegativeInteger", XSD::QName.new(NsC_30, "ReminderFrequency")], [0, 1]]
306
+ ]
307
+ )
308
+
309
+ EncodedRegistry.register(
310
+ :class => Docusign::Expirations,
311
+ :schema_type => XSD::QName.new(NsC_30, "Expirations"),
312
+ :schema_element => [
313
+ ["expireEnabled", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "ExpireEnabled")]],
314
+ ["expireAfter", ["SOAP::SOAPNonNegativeInteger", XSD::QName.new(NsC_30, "ExpireAfter")], [0, 1]],
315
+ ["expireWarn", ["SOAP::SOAPNonNegativeInteger", XSD::QName.new(NsC_30, "ExpireWarn")], [0, 1]]
316
+ ]
317
+ )
318
+
319
+ EncodedRegistry.register(
320
+ :class => Docusign::EnvelopeStatus,
321
+ :schema_type => XSD::QName.new(NsC_30, "EnvelopeStatus"),
322
+ :schema_element => [
323
+ ["recipientStatuses", ["Docusign::ArrayOfRecipientStatus", XSD::QName.new(NsC_30, "RecipientStatuses")]],
324
+ ["timeGenerated", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "TimeGenerated")]],
325
+ ["envelopeID", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopeID")], [0, 1]],
326
+ ["subject", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Subject")], [0, 1]],
327
+ ["userName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "UserName")], [0, 1]],
328
+ ["email", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Email")], [0, 1]],
329
+ ["status", ["Docusign::EnvelopeStatusCode", XSD::QName.new(NsC_30, "Status")]],
330
+ ["created", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Created")]],
331
+ ["deleted", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Deleted")], [0, 1]],
332
+ ["sent", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Sent")], [0, 1]],
333
+ ["delivered", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Delivered")], [0, 1]],
334
+ ["signed", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Signed")], [0, 1]],
335
+ ["completed", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Completed")], [0, 1]],
336
+ ["declined", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Declined")], [0, 1]],
337
+ ["timedOut", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "TimedOut")], [0, 1]],
338
+ ["aCStatus", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "ACStatus")], [0, 1]],
339
+ ["aCStatusDate", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "ACStatusDate")]],
340
+ ["aCHolder", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "ACHolder")], [0, 1]],
341
+ ["aCHolderEmail", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "ACHolderEmail")], [0, 1]],
342
+ ["aCHolderLocation", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "ACHolderLocation")], [0, 1]],
343
+ ["signingLocation", ["Docusign::SigningLocationCode", XSD::QName.new(NsC_30, "SigningLocation")]],
344
+ ["senderIPAddress", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "SenderIPAddress")], [0, 1]],
345
+ ["envelopePDFHash", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopePDFHash")], [0, 1]],
346
+ ["customFields", ["Docusign::ArrayOfCustomField", XSD::QName.new(NsC_30, "CustomFields")], [0, 1]],
347
+ ["vaultingDetails", ["Docusign::VaultingDetails", XSD::QName.new(NsC_30, "VaultingDetails")], [0, 1]],
348
+ ["autoNavigation", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "AutoNavigation")]],
349
+ ["envelopeIdStamping", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "EnvelopeIdStamping")]],
350
+ ["authoritativeCopy", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "AuthoritativeCopy")], [0, 1]],
351
+ ["envelopeAttachment", ["Docusign::ArrayOfAttachment", XSD::QName.new(NsC_30, "EnvelopeAttachment")], [0, 1]]
352
+ ]
353
+ )
354
+
355
+ EncodedRegistry.register(
356
+ :class => Docusign::ArrayOfRecipientStatus,
357
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfRecipientStatus"),
358
+ :schema_element => [
359
+ ["recipientStatus", ["Docusign::RecipientStatus[]", XSD::QName.new(NsC_30, "RecipientStatus")], [0, nil]]
360
+ ]
361
+ )
362
+
363
+ EncodedRegistry.register(
364
+ :class => Docusign::RecipientStatus,
365
+ :schema_type => XSD::QName.new(NsC_30, "RecipientStatus"),
366
+ :schema_element => [
367
+ ["type", ["Docusign::RecipientTypeCode", XSD::QName.new(NsC_30, "Type")]],
368
+ ["email", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Email")], [0, 1]],
369
+ ["userName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "UserName")], [0, 1]],
370
+ ["routingOrder", ["SOAP::SOAPUnsignedShort", XSD::QName.new(NsC_30, "RoutingOrder")]],
371
+ ["sent", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Sent")], [0, 1]],
372
+ ["delivered", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Delivered")], [0, 1]],
373
+ ["signed", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Signed")], [0, 1]],
374
+ ["declined", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Declined")], [0, 1]],
375
+ ["declineReason", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "DeclineReason")]],
376
+ ["status", ["Docusign::RecipientStatusCode", XSD::QName.new(NsC_30, "Status")]],
377
+ ["recipientIPAddress", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "RecipientIPAddress")], [0, 1]],
378
+ ["clientUserId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "ClientUserId")], [0, 1]],
379
+ ["autoNavigation", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "AutoNavigation")], [0, 1]],
380
+ ["iDCheckInformation", ["Docusign::IDCheckInformation", XSD::QName.new(NsC_30, "IDCheckInformation")], [0, 1]],
381
+ ["recipientAuthenticationStatus", ["Docusign::AuthenticationStatus", XSD::QName.new(NsC_30, "RecipientAuthenticationStatus")], [0, 1]],
382
+ ["customFields", ["Docusign::ArrayOfString", XSD::QName.new(NsC_30, "CustomFields")], [0, 1]],
383
+ ["tabStatuses", ["Docusign::ArrayOfTabStatus", XSD::QName.new(NsC_30, "TabStatuses")], [0, 1]],
384
+ ["recipientAttachment", ["Docusign::ArrayOfAttachment", XSD::QName.new(NsC_30, "RecipientAttachment")], [0, 1]]
385
+ ]
386
+ )
387
+
388
+ EncodedRegistry.register(
389
+ :class => Docusign::IDCheckInformation,
390
+ :schema_type => XSD::QName.new(NsC_30, "IDCheckInformation"),
391
+ :schema_element => [
392
+ ["addressInformation", ["Docusign::AddressInformation", XSD::QName.new(NsC_30, "AddressInformation")], [0, 1]],
393
+ ["dOBInformation", ["Docusign::DOBInformation", XSD::QName.new(NsC_30, "DOBInformation")], [0, 1]],
394
+ ["sSN4Information", ["Docusign::SSN4Information", XSD::QName.new(NsC_30, "SSN4Information")], [0, 1]]
395
+ ]
396
+ )
397
+
398
+ EncodedRegistry.register(
399
+ :class => Docusign::AuthenticationStatus,
400
+ :schema_type => XSD::QName.new(NsC_30, "AuthenticationStatus"),
401
+ :schema_element => [
402
+ ["accessCodeResult", ["Docusign::EventResult", XSD::QName.new(NsC_30, "AccessCodeResult")], [0, 1]],
403
+ ["iDQuestionsResult", ["Docusign::EventResult", XSD::QName.new(NsC_30, "IDQuestionsResult")], [0, 1]],
404
+ ["iDLookupResult", ["Docusign::EventResult", XSD::QName.new(NsC_30, "IDLookupResult")], [0, 1]],
405
+ ["ageVerifyResult", ["Docusign::EventResult", XSD::QName.new(NsC_30, "AgeVerifyResult")], [0, 1]],
406
+ ["sTANPinResult", ["Docusign::EventResult", XSD::QName.new(NsC_30, "STANPinResult")], [0, 1]],
407
+ ["oFACResult", ["Docusign::EventResult", XSD::QName.new(NsC_30, "OFACResult")], [0, 1]]
408
+ ]
409
+ )
410
+
411
+ EncodedRegistry.register(
412
+ :class => Docusign::EventResult,
413
+ :schema_type => XSD::QName.new(NsC_30, "EventResult"),
414
+ :schema_element => [
415
+ ["status", ["Docusign::EventStatusCode", XSD::QName.new(NsC_30, "Status")]],
416
+ ["eventTimestamp", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "EventTimestamp")]]
417
+ ]
418
+ )
419
+
420
+ EncodedRegistry.register(
421
+ :class => Docusign::ArrayOfTabStatus,
422
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfTabStatus"),
423
+ :schema_element => [
424
+ ["tabStatus", ["Docusign::TabStatus[]", XSD::QName.new(NsC_30, "TabStatus")], [0, nil]]
425
+ ]
426
+ )
427
+
428
+ EncodedRegistry.register(
429
+ :class => Docusign::TabStatus,
430
+ :schema_type => XSD::QName.new(NsC_30, "TabStatus"),
431
+ :schema_element => [
432
+ ["tabType", ["Docusign::TabTypeCode", XSD::QName.new(NsC_30, "TabType")]],
433
+ ["status", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Status")], [0, 1]],
434
+ ["xPosition", ["SOAP::SOAPDouble", XSD::QName.new(NsC_30, "XPosition")]],
435
+ ["yPosition", ["SOAP::SOAPDouble", XSD::QName.new(NsC_30, "YPosition")]],
436
+ ["signed", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Signed")], [0, 1]],
437
+ ["tabLabel", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "TabLabel")], [0, 1]],
438
+ ["tabName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "TabName")], [0, 1]],
439
+ ["tabValue", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "TabValue")], [0, 1]]
440
+ ]
441
+ )
442
+
443
+ EncodedRegistry.register(
444
+ :class => Docusign::VaultingDetails,
445
+ :schema_type => XSD::QName.new(NsC_30, "VaultingDetails"),
446
+ :schema_element => [
447
+ ["eODTransactionName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EODTransactionName")], [0, 1]],
448
+ ["eODTransactionID", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EODTransactionID")], [0, 1]],
449
+ ["eODDocumentProfileID", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EODDocumentProfileID")], [0, 1]]
450
+ ]
451
+ )
452
+
453
+ EncodedRegistry.register(
454
+ :class => Docusign::Correction,
455
+ :schema_type => XSD::QName.new(NsC_30, "Correction"),
456
+ :schema_element => [
457
+ ["envelopeID", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopeID")], [0, 1]],
458
+ ["envelopeSettingsCorrection", ["Docusign::EnvelopeSettings", XSD::QName.new(NsC_30, "EnvelopeSettingsCorrection")], [0, 1]],
459
+ ["recipientCorrections", ["Docusign::ArrayOfRecipientCorrection", XSD::QName.new(NsC_30, "RecipientCorrections")], [0, 1]]
460
+ ]
461
+ )
462
+
463
+ EncodedRegistry.register(
464
+ :class => Docusign::EnvelopeSettings,
465
+ :schema_type => XSD::QName.new(NsC_30, "EnvelopeSettings"),
466
+ :schema_element => [
467
+ ["autoNavigation", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "AutoNavigation")], [0, 1]],
468
+ ["envelopeIdStamping", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "EnvelopeIdStamping")], [0, 1]]
469
+ ]
470
+ )
471
+
472
+ EncodedRegistry.register(
473
+ :class => Docusign::ArrayOfRecipientCorrection,
474
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfRecipientCorrection"),
475
+ :schema_element => [
476
+ ["recipientCorrection", ["Docusign::RecipientCorrection[]", XSD::QName.new(NsC_30, "RecipientCorrection")], [0, nil]]
477
+ ]
478
+ )
479
+
480
+ EncodedRegistry.register(
481
+ :class => Docusign::RecipientCorrection,
482
+ :schema_type => XSD::QName.new(NsC_30, "RecipientCorrection"),
483
+ :schema_element => [
484
+ ["previousUserName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "PreviousUserName")], [0, 1]],
485
+ ["previousEmail", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "PreviousEmail")], [0, 1]],
486
+ ["previousRoutingOrder", ["SOAP::SOAPUnsignedShort", XSD::QName.new(NsC_30, "PreviousRoutingOrder")]],
487
+ ["correctedUserName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "CorrectedUserName")], [0, 1]],
488
+ ["correctedEmail", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "CorrectedEmail")], [0, 1]],
489
+ ["correctedCaptiveInfo", ["Docusign::RecipientCorrectionCorrectedCaptiveInfo", XSD::QName.new(NsC_30, "CorrectedCaptiveInfo")], [0, 1]],
490
+ ["correctedAccessCode", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "CorrectedAccessCode")], [0, 1]],
491
+ ["correctedAccessCodeRequired", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "CorrectedAccessCodeRequired")], [0, 1]],
492
+ ["correctedRequireIDLookup", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "CorrectedRequireIDLookup")], [0, 1]],
493
+ ["correctedIDCheckConfigurationName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "CorrectedIDCheckConfigurationName")], [0, 1]],
494
+ ["correctedRoutingOrder", ["SOAP::SOAPUnsignedShort", XSD::QName.new(NsC_30, "CorrectedRoutingOrder")], [0, 1]],
495
+ ["correctedAutoNavigation", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "CorrectedAutoNavigation")], [0, 1]],
496
+ ["correctedIDCheckInformationInput", ["Docusign::IDCheckInformationInput", XSD::QName.new(NsC_30, "CorrectedIDCheckInformationInput")], [0, 1]],
497
+ ["resend", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "Resend")], [0, 1]]
498
+ ]
499
+ )
500
+
501
+ EncodedRegistry.register(
502
+ :class => Docusign::RecipientCorrectionCorrectedCaptiveInfo,
503
+ :schema_type => XSD::QName.new(NsC_30, "RecipientCorrectionCorrectedCaptiveInfo"),
504
+ :schema_element => [
505
+ ["clientUserId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "ClientUserId")], [0, 1]]
506
+ ]
507
+ )
508
+
509
+ EncodedRegistry.register(
510
+ :class => Docusign::CorrectionStatus,
511
+ :schema_type => XSD::QName.new(NsC_30, "CorrectionStatus"),
512
+ :schema_element => [
513
+ ["envelopeSettingsCorrectionStatus", ["Docusign::EnvelopeSettings", XSD::QName.new(NsC_30, "EnvelopeSettingsCorrectionStatus")], [0, 1]],
514
+ ["recipientCorrectionStatuses", ["Docusign::ArrayOfRecipientCorrectionStatus", XSD::QName.new(NsC_30, "RecipientCorrectionStatuses")], [0, 1]]
515
+ ]
516
+ )
517
+
518
+ EncodedRegistry.register(
519
+ :class => Docusign::ArrayOfRecipientCorrectionStatus,
520
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfRecipientCorrectionStatus"),
521
+ :schema_element => [
522
+ ["recipientCorrectionStatus", ["Docusign::RecipientCorrectionStatus[]", XSD::QName.new(NsC_30, "RecipientCorrectionStatus")], [0, nil]]
523
+ ]
524
+ )
525
+
526
+ EncodedRegistry.register(
527
+ :class => Docusign::RecipientCorrectionStatus,
528
+ :schema_type => XSD::QName.new(NsC_30, "RecipientCorrectionStatus"),
529
+ :schema_element => [
530
+ ["correctionSucceeded", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "CorrectionSucceeded")]],
531
+ ["recipientCorrection", ["Docusign::RecipientCorrection", XSD::QName.new(NsC_30, "RecipientCorrection")], [0, 1]],
532
+ ["recipientStatus", ["Docusign::RecipientStatus", XSD::QName.new(NsC_30, "RecipientStatus")], [0, 1]]
533
+ ]
534
+ )
535
+
536
+ EncodedRegistry.register(
537
+ :class => Docusign::EnvelopePDF,
538
+ :schema_type => XSD::QName.new(NsC_30, "EnvelopePDF"),
539
+ :schema_element => [
540
+ ["envelopeID", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopeID")], [0, 1]],
541
+ ["pDFBytes", ["SOAP::SOAPBase64", XSD::QName.new(NsC_30, "PDFBytes")], [0, 1]]
542
+ ]
543
+ )
544
+
545
+ EncodedRegistry.register(
546
+ :class => Docusign::DocumentPDFs,
547
+ :schema_type => XSD::QName.new(NsC_30, "DocumentPDFs"),
548
+ :schema_element => [
549
+ ["envelopeId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopeId")], [0, 1]],
550
+ ["documentPDF", ["Docusign::DocumentPDF[]", XSD::QName.new(NsC_30, "DocumentPDF")], [0, nil]]
551
+ ]
552
+ )
553
+
554
+ EncodedRegistry.register(
555
+ :class => Docusign::DocumentPDF,
556
+ :schema_type => XSD::QName.new(NsC_30, "DocumentPDF"),
557
+ :schema_element => [
558
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Name")], [0, 1]],
559
+ ["pDFBytes", ["SOAP::SOAPBase64", XSD::QName.new(NsC_30, "PDFBytes")], [0, 1]]
560
+ ]
561
+ )
562
+
563
+ EncodedRegistry.register(
564
+ :class => Docusign::EnvelopeStatusFilter,
565
+ :schema_type => XSD::QName.new(NsC_30, "EnvelopeStatusFilter"),
566
+ :schema_element => [
567
+ ["userInfo", ["Docusign::UserInfo", XSD::QName.new(NsC_30, "UserInfo")], [0, 1]],
568
+ ["accountId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "AccountId")], [0, 1]],
569
+ ["beginDateTime", ["Docusign::EnvelopeStatusFilterBeginDateTime", XSD::QName.new(NsC_30, "BeginDateTime")]],
570
+ ["endDateTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "EndDateTime")], [0, 1]],
571
+ ["statuses", ["Docusign::ArrayOfEnvelopeStatusCode", XSD::QName.new(NsC_30, "Statuses")], [0, 1]],
572
+ ["envelopeIds", ["Docusign::ArrayOfString1", XSD::QName.new(NsC_30, "EnvelopeIds")], [0, 1]],
573
+ ["startAtIndex", ["SOAP::SOAPNonNegativeInteger", XSD::QName.new(NsC_30, "StartAtIndex")]],
574
+ ["aCStatus", ["Docusign::EnvelopeACStatusCode", XSD::QName.new(NsC_30, "ACStatus")], [0, 1]]
575
+ ]
576
+ )
577
+
578
+ EncodedRegistry.register(
579
+ :class => Docusign::UserInfo,
580
+ :schema_type => XSD::QName.new(NsC_30, "UserInfo"),
581
+ :schema_element => [
582
+ ["userName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "UserName")], [0, 1]],
583
+ ["email", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Email")], [0, 1]]
584
+ ]
585
+ )
586
+
587
+ EncodedRegistry.register(
588
+ :class => Docusign::EnvelopeStatusFilterBeginDateTime,
589
+ :schema_type => XSD::QName.new(NsC_30, "EnvelopeStatusFilterBeginDateTime"),
590
+ :schema_attribute => {
591
+ XSD::QName.new(nil, "statusQualifier") => "SOAP::SOAPString"
592
+ }
593
+ )
594
+
595
+ EncodedRegistry.register(
596
+ :class => Docusign::ArrayOfEnvelopeStatusCode,
597
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfEnvelopeStatusCode"),
598
+ :schema_element => [
599
+ ["status", ["Docusign::EnvelopeStatusCode[]", XSD::QName.new(NsC_30, "Status")], [0, nil]]
600
+ ]
601
+ )
602
+
603
+ EncodedRegistry.register(
604
+ :class => Docusign::ArrayOfString1,
605
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfString1"),
606
+ :schema_element => [
607
+ ["envelopeId", ["SOAP::SOAPString[]", XSD::QName.new(NsC_30, "EnvelopeId")], [0, nil]]
608
+ ]
609
+ )
610
+
611
+ EncodedRegistry.register(
612
+ :class => Docusign::FilteredEnvelopeStatuses,
613
+ :schema_type => XSD::QName.new(NsC_30, "FilteredEnvelopeStatuses"),
614
+ :schema_element => [
615
+ ["resultSetSize", ["SOAP::SOAPInt", XSD::QName.new(NsC_30, "ResultSetSize")]],
616
+ ["envelopeStatusFilter", ["Docusign::EnvelopeStatusFilter", XSD::QName.new(NsC_30, "EnvelopeStatusFilter")], [0, 1]],
617
+ ["envelopeStatuses", ["Docusign::ArrayOfEnvelopeStatus", XSD::QName.new(NsC_30, "EnvelopeStatuses")]]
618
+ ]
619
+ )
620
+
621
+ EncodedRegistry.register(
622
+ :class => Docusign::ArrayOfEnvelopeStatus,
623
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfEnvelopeStatus"),
624
+ :schema_element => [
625
+ ["envelopeStatus", ["Docusign::EnvelopeStatus[]", XSD::QName.new(NsC_30, "EnvelopeStatus")], [0, nil]]
626
+ ]
627
+ )
628
+
629
+ EncodedRegistry.register(
630
+ :class => Docusign::RecipientEsignList,
631
+ :schema_type => XSD::QName.new(NsC_30, "RecipientEsignList"),
632
+ :schema_element => [
633
+ ["accountId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "AccountId")], [0, 1]],
634
+ ["recipientEsign", ["Docusign::ArrayOfRecipientEsign", XSD::QName.new(NsC_30, "RecipientEsign")], [0, 1]]
635
+ ]
636
+ )
637
+
638
+ EncodedRegistry.register(
639
+ :class => Docusign::ArrayOfRecipientEsign,
640
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfRecipientEsign"),
641
+ :schema_element => [
642
+ ["recipientEsign", ["Docusign::RecipientEsign[]", XSD::QName.new(NsC_30, "RecipientEsign")], [0, nil]]
643
+ ]
644
+ )
645
+
646
+ EncodedRegistry.register(
647
+ :class => Docusign::RecipientEsign,
648
+ :schema_type => XSD::QName.new(NsC_30, "RecipientEsign"),
649
+ :schema_element => [
650
+ ["userName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "UserName")], [0, 1]],
651
+ ["email", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Email")], [0, 1]],
652
+ ["esign", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "Esign")]]
653
+ ]
654
+ )
655
+
656
+ EncodedRegistry.register(
657
+ :class => Docusign::VoidEnvelopeStatus,
658
+ :schema_type => XSD::QName.new(NsC_30, "VoidEnvelopeStatus"),
659
+ :schema_element => [
660
+ ["voidSuccess", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "VoidSuccess")]]
661
+ ]
662
+ )
663
+
664
+ EncodedRegistry.register(
665
+ :class => Docusign::RequestRecipientTokenAuthenticationAssertion,
666
+ :schema_type => XSD::QName.new(NsC_30, "RequestRecipientTokenAuthenticationAssertion"),
667
+ :schema_element => [
668
+ ["assertionID", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "AssertionID")], [0, 1]],
669
+ ["authenticationInstant", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "AuthenticationInstant")]],
670
+ ["authenticationMethod", ["Docusign::RequestRecipientTokenAuthenticationAssertionAuthenticationMethod", XSD::QName.new(NsC_30, "AuthenticationMethod")]],
671
+ ["securityDomain", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "SecurityDomain")], [0, 1]]
672
+ ]
673
+ )
674
+
675
+ EncodedRegistry.register(
676
+ :class => Docusign::RequestRecipientTokenClientURLs,
677
+ :schema_type => XSD::QName.new(NsC_30, "RequestRecipientTokenClientURLs"),
678
+ :schema_element => [
679
+ ["onSigningComplete", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "OnSigningComplete")], [0, 1]],
680
+ ["onViewingComplete", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "OnViewingComplete")], [0, 1]],
681
+ ["onCancel", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "OnCancel")], [0, 1]],
682
+ ["onDecline", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "OnDecline")], [0, 1]],
683
+ ["onSessionTimeout", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "OnSessionTimeout")], [0, 1]],
684
+ ["onTTLExpired", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "OnTTLExpired")], [0, 1]],
685
+ ["onException", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "OnException")], [0, 1]],
686
+ ["onAccessCodeFailed", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "OnAccessCodeFailed")], [0, 1]],
687
+ ["onIdCheckFailed", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "OnIdCheckFailed")], [0, 1]]
688
+ ]
689
+ )
690
+
691
+ EncodedRegistry.register(
692
+ :class => Docusign::TransferEnvelopeStatus,
693
+ :schema_type => XSD::QName.new(NsC_30, "TransferEnvelopeStatus"),
694
+ :schema_element => [
695
+ ["transferEnvelopeSuccess", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "TransferEnvelopeSuccess")]]
696
+ ]
697
+ )
698
+
699
+ EncodedRegistry.register(
700
+ :class => Docusign::AccountMembershipFeaturesList,
701
+ :schema_type => XSD::QName.new(NsC_30, "AccountMembershipFeaturesList"),
702
+ :schema_element => [
703
+ ["email", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Email")], [0, 1]],
704
+ ["userName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "UserName")], [0, 1]],
705
+ ["enabledFeaturesSet", ["Docusign::ArrayOfString2", XSD::QName.new(NsC_30, "EnabledFeaturesSet")], [0, 1]]
706
+ ]
707
+ )
708
+
709
+ EncodedRegistry.register(
710
+ :class => Docusign::ArrayOfString2,
711
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfString2"),
712
+ :schema_element => [
713
+ ["enabledFeatures", ["SOAP::SOAPString[]", XSD::QName.new(NsC_30, "EnabledFeatures")], [0, nil]]
714
+ ]
715
+ )
716
+
717
+ EncodedRegistry.register(
718
+ :class => Docusign::AuthoritativeCopyExportStatus,
719
+ :schema_type => XSD::QName.new(NsC_30, "AuthoritativeCopyExportStatus"),
720
+ :schema_element => [
721
+ ["authoritativeCopyExportSuccess", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "AuthoritativeCopyExportSuccess")], [0, 1]],
722
+ ["envelopeId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopeId")], [0, 1]],
723
+ ["exportKey", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "ExportKey")], [0, 1]]
724
+ ]
725
+ )
726
+
727
+ EncodedRegistry.register(
728
+ :class => Docusign::AuthoritativeCopyExportDocuments,
729
+ :schema_type => XSD::QName.new(NsC_30, "AuthoritativeCopyExportDocuments"),
730
+ :schema_element => [
731
+ ["envelopeId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopeId")], [0, 1]],
732
+ ["transactionId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "TransactionId")], [0, 1]],
733
+ ["count", ["SOAP::SOAPInt", XSD::QName.new(NsC_30, "Count")]],
734
+ ["documentPDF", ["Docusign::DocumentPDF[]", XSD::QName.new(NsC_30, "DocumentPDF")], [0, nil]]
735
+ ]
736
+ )
737
+
738
+ EncodedRegistry.register(
739
+ :class => Docusign::RecipientTypeCode,
740
+ :schema_type => XSD::QName.new(NsC_30, "RecipientTypeCode")
741
+ )
742
+
743
+ EncodedRegistry.register(
744
+ :class => Docusign::FontStyleCode,
745
+ :schema_type => XSD::QName.new(NsC_30, "FontStyleCode")
746
+ )
747
+
748
+ EncodedRegistry.register(
749
+ :class => Docusign::DisplayLevelCode,
750
+ :schema_type => XSD::QName.new(NsC_30, "DisplayLevelCode")
751
+ )
752
+
753
+ EncodedRegistry.register(
754
+ :class => Docusign::UnitTypeCode,
755
+ :schema_type => XSD::QName.new(NsC_30, "UnitTypeCode")
756
+ )
757
+
758
+ EncodedRegistry.register(
759
+ :class => Docusign::TabTypeCode,
760
+ :schema_type => XSD::QName.new(NsC_30, "TabTypeCode")
761
+ )
762
+
763
+ EncodedRegistry.register(
764
+ :class => Docusign::CustomTabType,
765
+ :schema_type => XSD::QName.new(NsC_30, "CustomTabType")
766
+ )
767
+
768
+ EncodedRegistry.register(
769
+ :class => Docusign::SigningLocationCode,
770
+ :schema_type => XSD::QName.new(NsC_30, "SigningLocationCode")
771
+ )
772
+
773
+ EncodedRegistry.register(
774
+ :class => Docusign::VaultingModeCode,
775
+ :schema_type => XSD::QName.new(NsC_30, "VaultingModeCode")
776
+ )
777
+
778
+ EncodedRegistry.register(
779
+ :class => Docusign::RecipientStatusCode,
780
+ :schema_type => XSD::QName.new(NsC_30, "RecipientStatusCode")
781
+ )
782
+
783
+ EncodedRegistry.register(
784
+ :class => Docusign::EventStatusCode,
785
+ :schema_type => XSD::QName.new(NsC_30, "EventStatusCode")
786
+ )
787
+
788
+ EncodedRegistry.register(
789
+ :class => Docusign::EnvelopeStatusCode,
790
+ :schema_type => XSD::QName.new(NsC_30, "EnvelopeStatusCode")
791
+ )
792
+
793
+ EncodedRegistry.register(
794
+ :class => Docusign::EnvelopeACStatusCode,
795
+ :schema_type => XSD::QName.new(NsC_30, "EnvelopeACStatusCode")
796
+ )
797
+
798
+ EncodedRegistry.register(
799
+ :class => Docusign::RequestRecipientTokenAuthenticationAssertionAuthenticationMethod,
800
+ :schema_type => XSD::QName.new(NsC_30, "RequestRecipientTokenAuthenticationAssertionAuthenticationMethod")
801
+ )
802
+
803
+ LiteralRegistry.register(
804
+ :class => Docusign::Envelope,
805
+ :schema_type => XSD::QName.new(NsC_30, "Envelope"),
806
+ :schema_element => [
807
+ ["accountId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "AccountId")], [0, 1]],
808
+ ["documents", ["Docusign::ArrayOfDocument", XSD::QName.new(NsC_30, "Documents")], [0, 1]],
809
+ ["recipients", ["Docusign::ArrayOfRecipient", XSD::QName.new(NsC_30, "Recipients")], [0, 1]],
810
+ ["tabs", ["Docusign::ArrayOfTab", XSD::QName.new(NsC_30, "Tabs")], [0, 1]],
811
+ ["subject", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Subject")], [0, 1]],
812
+ ["emailBlurb", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EmailBlurb")], [0, 1]],
813
+ ["signingLocation", ["Docusign::SigningLocationCode", XSD::QName.new(NsC_30, "SigningLocation")], [0, 1]],
814
+ ["customFields", ["Docusign::ArrayOfCustomField", XSD::QName.new(NsC_30, "CustomFields")], [0, 1]],
815
+ ["vaultingOptions", ["Docusign::VaultingOptions", XSD::QName.new(NsC_30, "VaultingOptions")], [0, 1]],
816
+ ["autoNavigation", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "AutoNavigation")], [0, 1]],
817
+ ["envelopeIdStamping", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "EnvelopeIdStamping")], [0, 1]],
818
+ ["authoritativeCopy", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "AuthoritativeCopy")], [0, 1]],
819
+ ["notification", ["Docusign::Notification", XSD::QName.new(NsC_30, "Notification")], [0, 1]],
820
+ ["envelopeAttachment", ["Docusign::ArrayOfAttachment", XSD::QName.new(NsC_30, "EnvelopeAttachment")], [0, 1]]
821
+ ]
822
+ )
823
+
824
+ LiteralRegistry.register(
825
+ :class => Docusign::ArrayOfDocument,
826
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfDocument"),
827
+ :schema_element => [
828
+ ["document", ["Docusign::Document[]", XSD::QName.new(NsC_30, "Document")], [0, nil]]
829
+ ]
830
+ )
831
+
832
+ LiteralRegistry.register(
833
+ :class => Docusign::Document,
834
+ :schema_type => XSD::QName.new(NsC_30, "Document"),
835
+ :schema_element => [
836
+ ["iD", ["SOAP::SOAPPositiveInteger", XSD::QName.new(NsC_30, "ID")], [0, 1]],
837
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Name")], [0, 1]],
838
+ ["pDFBytes", ["SOAP::SOAPBase64", XSD::QName.new(NsC_30, "PDFBytes")], [0, 1]],
839
+ ["password", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Password")], [0, 1]]
840
+ ]
841
+ )
842
+
843
+ LiteralRegistry.register(
844
+ :class => Docusign::ArrayOfRecipient,
845
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfRecipient"),
846
+ :schema_element => [
847
+ ["recipient", ["Docusign::Recipient[]", XSD::QName.new(NsC_30, "Recipient")], [0, nil]]
848
+ ]
849
+ )
850
+
851
+ LiteralRegistry.register(
852
+ :class => Docusign::Recipient,
853
+ :schema_type => XSD::QName.new(NsC_30, "Recipient"),
854
+ :schema_element => [
855
+ ["iD", ["SOAP::SOAPPositiveInteger", XSD::QName.new(NsC_30, "ID")], [0, 1]],
856
+ ["userName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "UserName")], [0, 1]],
857
+ ["email", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Email")], [0, 1]],
858
+ ["type", ["Docusign::RecipientTypeCode", XSD::QName.new(NsC_30, "Type")]],
859
+ ["accessCode", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "AccessCode")]],
860
+ ["addAccessCodeToEmail", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "AddAccessCodeToEmail")], [0, 1]],
861
+ ["requireIDLookup", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "RequireIDLookup")]],
862
+ ["iDCheckConfigurationName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "IDCheckConfigurationName")], [0, 1]],
863
+ ["signatureInfo", ["Docusign::RecipientSignatureInfo", XSD::QName.new(NsC_30, "SignatureInfo")], [0, 1]],
864
+ ["captiveInfo", ["Docusign::RecipientCaptiveInfo", XSD::QName.new(NsC_30, "CaptiveInfo")], [0, 1]],
865
+ ["customFields", ["Docusign::ArrayOfString", XSD::QName.new(NsC_30, "CustomFields")], [0, 1]],
866
+ ["routingOrder", ["SOAP::SOAPUnsignedShort", XSD::QName.new(NsC_30, "RoutingOrder")], [0, 1]],
867
+ ["iDCheckInformationInput", ["Docusign::IDCheckInformationInput", XSD::QName.new(NsC_30, "IDCheckInformationInput")], [0, 1]],
868
+ ["autoNavigation", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "AutoNavigation")], [0, 1]],
869
+ ["recipientAttachment", ["Docusign::ArrayOfAttachment", XSD::QName.new(NsC_30, "RecipientAttachment")], [0, 1]],
870
+ ["note", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Note")], [0, 1]]
871
+ ]
872
+ )
873
+
874
+ LiteralRegistry.register(
875
+ :class => Docusign::RecipientSignatureInfo,
876
+ :schema_type => XSD::QName.new(NsC_30, "RecipientSignatureInfo"),
877
+ :schema_element => [
878
+ ["signatureName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "SignatureName")], [0, 1]],
879
+ ["signatureInitials", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "SignatureInitials")], [0, 1]],
880
+ ["fontStyle", ["Docusign::FontStyleCode", XSD::QName.new(NsC_30, "FontStyle")]]
881
+ ]
882
+ )
883
+
884
+ LiteralRegistry.register(
885
+ :class => Docusign::RecipientCaptiveInfo,
886
+ :schema_type => XSD::QName.new(NsC_30, "RecipientCaptiveInfo"),
887
+ :schema_element => [
888
+ ["clientUserId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "ClientUserId")], [0, 1]]
889
+ ]
890
+ )
891
+
892
+ LiteralRegistry.register(
893
+ :class => Docusign::ArrayOfString,
894
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfString"),
895
+ :schema_element => [
896
+ ["customField", ["SOAP::SOAPString[]", XSD::QName.new(NsC_30, "CustomField")], [0, nil]]
897
+ ]
898
+ )
899
+
900
+ LiteralRegistry.register(
901
+ :class => Docusign::IDCheckInformationInput,
902
+ :schema_type => XSD::QName.new(NsC_30, "IDCheckInformationInput"),
903
+ :schema_element => [
904
+ ["addressInformationInput", ["Docusign::AddressInformationInput", XSD::QName.new(NsC_30, "AddressInformationInput")], [0, 1]],
905
+ ["dOBInformationInput", ["Docusign::DOBInformationInput", XSD::QName.new(NsC_30, "DOBInformationInput")], [0, 1]],
906
+ ["sSN4InformationInput", ["Docusign::SSN4InformationInput", XSD::QName.new(NsC_30, "SSN4InformationInput")], [0, 1]],
907
+ ["sSN9InformationInput", ["Docusign::SSN9InformationInput", XSD::QName.new(NsC_30, "SSN9InformationInput")], [0, 1]]
908
+ ]
909
+ )
910
+
911
+ LiteralRegistry.register(
912
+ :class => Docusign::AddressInformationInput,
913
+ :schema_type => XSD::QName.new(NsC_30, "AddressInformationInput"),
914
+ :schema_element => [
915
+ ["addressInformation", ["Docusign::AddressInformation", XSD::QName.new(NsC_30, "AddressInformation")], [0, 1]],
916
+ ["displayLevel", ["Docusign::DisplayLevelCode", XSD::QName.new(NsC_30, "DisplayLevel")], [0, 1]],
917
+ ["receiveInResponse", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "ReceiveInResponse")], [0, 1]]
918
+ ]
919
+ )
920
+
921
+ LiteralRegistry.register(
922
+ :class => Docusign::AddressInformation,
923
+ :schema_type => XSD::QName.new(NsC_30, "AddressInformation"),
924
+ :schema_element => [
925
+ ["street1", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Street1")], [0, 1]],
926
+ ["street2", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Street2")], [0, 1]],
927
+ ["city", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "City")], [0, 1]],
928
+ ["state", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "State")], [0, 1]],
929
+ ["zip", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Zip")], [0, 1]],
930
+ ["zipPlus4", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "ZipPlus4")], [0, 1]]
931
+ ]
932
+ )
933
+
934
+ LiteralRegistry.register(
935
+ :class => Docusign::DOBInformationInput,
936
+ :schema_type => XSD::QName.new(NsC_30, "DOBInformationInput"),
937
+ :schema_element => [
938
+ ["dOBInformation", ["Docusign::DOBInformation", XSD::QName.new(NsC_30, "DOBInformation")], [0, 1]],
939
+ ["displayLevel", ["Docusign::DisplayLevelCode", XSD::QName.new(NsC_30, "DisplayLevel")], [0, 1]],
940
+ ["receiveInResponse", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "ReceiveInResponse")], [0, 1]]
941
+ ]
942
+ )
943
+
944
+ LiteralRegistry.register(
945
+ :class => Docusign::DOBInformation,
946
+ :schema_type => XSD::QName.new(NsC_30, "DOBInformation"),
947
+ :schema_element => [
948
+ ["dOB", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "DOB")]]
949
+ ]
950
+ )
951
+
952
+ LiteralRegistry.register(
953
+ :class => Docusign::SSN4InformationInput,
954
+ :schema_type => XSD::QName.new(NsC_30, "SSN4InformationInput"),
955
+ :schema_element => [
956
+ ["sSN4Information", ["Docusign::SSN4Information", XSD::QName.new(NsC_30, "SSN4Information")], [0, 1]],
957
+ ["displayLevel", ["Docusign::DisplayLevelCode", XSD::QName.new(NsC_30, "DisplayLevel")], [0, 1]],
958
+ ["receiveInResponse", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "ReceiveInResponse")], [0, 1]]
959
+ ]
960
+ )
961
+
962
+ LiteralRegistry.register(
963
+ :class => Docusign::SSN4Information,
964
+ :schema_type => XSD::QName.new(NsC_30, "SSN4Information"),
965
+ :schema_element => [
966
+ ["sSN4", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "SSN4")], [0, 1]]
967
+ ]
968
+ )
969
+
970
+ LiteralRegistry.register(
971
+ :class => Docusign::SSN9InformationInput,
972
+ :schema_type => XSD::QName.new(NsC_30, "SSN9InformationInput"),
973
+ :schema_element => [
974
+ ["sSN9Information", ["Docusign::SSN9Information", XSD::QName.new(NsC_30, "SSN9Information")], [0, 1]],
975
+ ["displayLevel", ["Docusign::DisplayLevelCode", XSD::QName.new(NsC_30, "DisplayLevel")], [0, 1]]
976
+ ]
977
+ )
978
+
979
+ LiteralRegistry.register(
980
+ :class => Docusign::SSN9Information,
981
+ :schema_type => XSD::QName.new(NsC_30, "SSN9Information"),
982
+ :schema_element => [
983
+ ["sSN9", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "SSN9")], [0, 1]]
984
+ ]
985
+ )
986
+
987
+ LiteralRegistry.register(
988
+ :class => Docusign::ArrayOfAttachment,
989
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfAttachment"),
990
+ :schema_element => [
991
+ ["attachment", ["Docusign::Attachment[]", XSD::QName.new(NsC_30, "Attachment")], [0, nil]]
992
+ ]
993
+ )
994
+
995
+ LiteralRegistry.register(
996
+ :class => Docusign::Attachment,
997
+ :schema_type => XSD::QName.new(NsC_30, "Attachment"),
998
+ :schema_element => [
999
+ ["data", ["SOAP::SOAPBase64", XSD::QName.new(NsC_30, "Data")], [0, 1]],
1000
+ ["label", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Label")], [0, 1]],
1001
+ ["type", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Type")], [0, 1]]
1002
+ ]
1003
+ )
1004
+
1005
+ LiteralRegistry.register(
1006
+ :class => Docusign::ArrayOfTab,
1007
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfTab"),
1008
+ :schema_element => [
1009
+ ["tab", ["Docusign::Tab[]", XSD::QName.new(NsC_30, "Tab")], [0, nil]]
1010
+ ]
1011
+ )
1012
+
1013
+ LiteralRegistry.register(
1014
+ :class => Docusign::Tab,
1015
+ :schema_type => XSD::QName.new(NsC_30, "Tab"),
1016
+ :schema_element => [
1017
+ ["documentID", ["SOAP::SOAPPositiveInteger", XSD::QName.new(NsC_30, "DocumentID")], [0, 1]],
1018
+ ["recipientID", ["SOAP::SOAPPositiveInteger", XSD::QName.new(NsC_30, "RecipientID")], [0, 1]],
1019
+ ["pageNumber", ["SOAP::SOAPNonNegativeInteger", XSD::QName.new(NsC_30, "PageNumber")], [0, 1]],
1020
+ ["xPosition", ["SOAP::SOAPNonNegativeInteger", XSD::QName.new(NsC_30, "XPosition")], [0, 1]],
1021
+ ["yPosition", ["SOAP::SOAPNonNegativeInteger", XSD::QName.new(NsC_30, "YPosition")], [0, 1]],
1022
+ ["anchorTabItem", ["Docusign::AnchorTab", XSD::QName.new(NsC_30, "AnchorTabItem")], [0, 1]],
1023
+ ["type", ["Docusign::TabTypeCode", XSD::QName.new(NsC_30, "Type")]],
1024
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Name")], [0, 1]],
1025
+ ["tabLabel", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "TabLabel")], [0, 1]],
1026
+ ["value", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Value")], [0, 1]],
1027
+ ["customTabType", ["Docusign::CustomTabType", XSD::QName.new(NsC_30, "CustomTabType")], [0, 1]],
1028
+ ["customTabWidth", ["SOAP::SOAPInt", XSD::QName.new(NsC_30, "CustomTabWidth")], [0, 1]],
1029
+ ["customTabHeight", ["SOAP::SOAPInt", XSD::QName.new(NsC_30, "CustomTabHeight")], [0, 1]],
1030
+ ["customTabRequired", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "CustomTabRequired")], [0, 1]],
1031
+ ["customTabLocked", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "CustomTabLocked")], [0, 1]],
1032
+ ["customTabDisableAutoSize", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "CustomTabDisableAutoSize")], [0, 1]],
1033
+ ["customTabListItems", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "CustomTabListItems")], [0, 1]],
1034
+ ["customTabRadioGroupName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "CustomTabRadioGroupName")], [0, 1]]
1035
+ ]
1036
+ )
1037
+
1038
+ LiteralRegistry.register(
1039
+ :class => Docusign::AnchorTab,
1040
+ :schema_type => XSD::QName.new(NsC_30, "AnchorTab"),
1041
+ :schema_element => [
1042
+ ["anchorTabString", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "AnchorTabString")], [0, 1]],
1043
+ ["xOffset", ["SOAP::SOAPDouble", XSD::QName.new(NsC_30, "XOffset")], [0, 1]],
1044
+ ["yOffset", ["SOAP::SOAPDouble", XSD::QName.new(NsC_30, "YOffset")], [0, 1]],
1045
+ ["unit", ["Docusign::UnitTypeCode", XSD::QName.new(NsC_30, "Unit")], [0, 1]]
1046
+ ]
1047
+ )
1048
+
1049
+ LiteralRegistry.register(
1050
+ :class => Docusign::ArrayOfCustomField,
1051
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfCustomField"),
1052
+ :schema_element => [
1053
+ ["customField", ["Docusign::CustomField[]", XSD::QName.new(NsC_30, "CustomField")], [0, nil]]
1054
+ ]
1055
+ )
1056
+
1057
+ LiteralRegistry.register(
1058
+ :class => Docusign::CustomField,
1059
+ :schema_type => XSD::QName.new(NsC_30, "CustomField"),
1060
+ :schema_element => [
1061
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Name")], [0, 1]],
1062
+ ["show", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Show")], [0, 1]],
1063
+ ["required", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Required")], [0, 1]],
1064
+ ["value", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Value")], [0, 1]]
1065
+ ]
1066
+ )
1067
+
1068
+ LiteralRegistry.register(
1069
+ :class => Docusign::VaultingOptions,
1070
+ :schema_type => XSD::QName.new(NsC_30, "VaultingOptions"),
1071
+ :schema_element => [
1072
+ ["vaultingMode", ["Docusign::VaultingModeCode", XSD::QName.new(NsC_30, "VaultingMode")]],
1073
+ ["eODTransactionName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EODTransactionName")], [0, 1]],
1074
+ ["eODDocumentName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EODDocumentName")], [0, 1]],
1075
+ ["eODDocumentDescription", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EODDocumentDescription")], [0, 1]]
1076
+ ]
1077
+ )
1078
+
1079
+ LiteralRegistry.register(
1080
+ :class => Docusign::Notification,
1081
+ :schema_type => XSD::QName.new(NsC_30, "Notification"),
1082
+ :schema_element => [
1083
+ ["useAccountDefaults", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "UseAccountDefaults")], [0, 1]],
1084
+ ["reminders", ["Docusign::Reminders", XSD::QName.new(NsC_30, "Reminders")], [0, 1]],
1085
+ ["expirations", ["Docusign::Expirations", XSD::QName.new(NsC_30, "Expirations")], [0, 1]]
1086
+ ]
1087
+ )
1088
+
1089
+ LiteralRegistry.register(
1090
+ :class => Docusign::Reminders,
1091
+ :schema_type => XSD::QName.new(NsC_30, "Reminders"),
1092
+ :schema_element => [
1093
+ ["reminderEnabled", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "ReminderEnabled")]],
1094
+ ["reminderDelay", ["SOAP::SOAPNonNegativeInteger", XSD::QName.new(NsC_30, "ReminderDelay")], [0, 1]],
1095
+ ["reminderFrequency", ["SOAP::SOAPNonNegativeInteger", XSD::QName.new(NsC_30, "ReminderFrequency")], [0, 1]]
1096
+ ]
1097
+ )
1098
+
1099
+ LiteralRegistry.register(
1100
+ :class => Docusign::Expirations,
1101
+ :schema_type => XSD::QName.new(NsC_30, "Expirations"),
1102
+ :schema_element => [
1103
+ ["expireEnabled", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "ExpireEnabled")]],
1104
+ ["expireAfter", ["SOAP::SOAPNonNegativeInteger", XSD::QName.new(NsC_30, "ExpireAfter")], [0, 1]],
1105
+ ["expireWarn", ["SOAP::SOAPNonNegativeInteger", XSD::QName.new(NsC_30, "ExpireWarn")], [0, 1]]
1106
+ ]
1107
+ )
1108
+
1109
+ LiteralRegistry.register(
1110
+ :class => Docusign::EnvelopeStatus,
1111
+ :schema_type => XSD::QName.new(NsC_30, "EnvelopeStatus"),
1112
+ :schema_element => [
1113
+ ["recipientStatuses", ["Docusign::ArrayOfRecipientStatus", XSD::QName.new(NsC_30, "RecipientStatuses")]],
1114
+ ["timeGenerated", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "TimeGenerated")]],
1115
+ ["envelopeID", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopeID")], [0, 1]],
1116
+ ["subject", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Subject")], [0, 1]],
1117
+ ["userName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "UserName")], [0, 1]],
1118
+ ["email", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Email")], [0, 1]],
1119
+ ["status", ["Docusign::EnvelopeStatusCode", XSD::QName.new(NsC_30, "Status")]],
1120
+ ["created", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Created")]],
1121
+ ["deleted", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Deleted")], [0, 1]],
1122
+ ["sent", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Sent")], [0, 1]],
1123
+ ["delivered", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Delivered")], [0, 1]],
1124
+ ["signed", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Signed")], [0, 1]],
1125
+ ["completed", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Completed")], [0, 1]],
1126
+ ["declined", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Declined")], [0, 1]],
1127
+ ["timedOut", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "TimedOut")], [0, 1]],
1128
+ ["aCStatus", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "ACStatus")], [0, 1]],
1129
+ ["aCStatusDate", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "ACStatusDate")]],
1130
+ ["aCHolder", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "ACHolder")], [0, 1]],
1131
+ ["aCHolderEmail", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "ACHolderEmail")], [0, 1]],
1132
+ ["aCHolderLocation", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "ACHolderLocation")], [0, 1]],
1133
+ ["signingLocation", ["Docusign::SigningLocationCode", XSD::QName.new(NsC_30, "SigningLocation")]],
1134
+ ["senderIPAddress", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "SenderIPAddress")], [0, 1]],
1135
+ ["envelopePDFHash", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopePDFHash")], [0, 1]],
1136
+ ["customFields", ["Docusign::ArrayOfCustomField", XSD::QName.new(NsC_30, "CustomFields")], [0, 1]],
1137
+ ["vaultingDetails", ["Docusign::VaultingDetails", XSD::QName.new(NsC_30, "VaultingDetails")], [0, 1]],
1138
+ ["autoNavigation", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "AutoNavigation")]],
1139
+ ["envelopeIdStamping", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "EnvelopeIdStamping")]],
1140
+ ["authoritativeCopy", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "AuthoritativeCopy")], [0, 1]],
1141
+ ["envelopeAttachment", ["Docusign::ArrayOfAttachment", XSD::QName.new(NsC_30, "EnvelopeAttachment")], [0, 1]]
1142
+ ]
1143
+ )
1144
+
1145
+ LiteralRegistry.register(
1146
+ :class => Docusign::ArrayOfRecipientStatus,
1147
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfRecipientStatus"),
1148
+ :schema_element => [
1149
+ ["recipientStatus", ["Docusign::RecipientStatus[]", XSD::QName.new(NsC_30, "RecipientStatus")], [0, nil]]
1150
+ ]
1151
+ )
1152
+
1153
+ LiteralRegistry.register(
1154
+ :class => Docusign::RecipientStatus,
1155
+ :schema_type => XSD::QName.new(NsC_30, "RecipientStatus"),
1156
+ :schema_element => [
1157
+ ["type", ["Docusign::RecipientTypeCode", XSD::QName.new(NsC_30, "Type")]],
1158
+ ["email", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Email")], [0, 1]],
1159
+ ["userName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "UserName")], [0, 1]],
1160
+ ["routingOrder", ["SOAP::SOAPUnsignedShort", XSD::QName.new(NsC_30, "RoutingOrder")]],
1161
+ ["sent", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Sent")], [0, 1]],
1162
+ ["delivered", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Delivered")], [0, 1]],
1163
+ ["signed", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Signed")], [0, 1]],
1164
+ ["declined", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Declined")], [0, 1]],
1165
+ ["declineReason", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "DeclineReason")]],
1166
+ ["status", ["Docusign::RecipientStatusCode", XSD::QName.new(NsC_30, "Status")]],
1167
+ ["recipientIPAddress", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "RecipientIPAddress")], [0, 1]],
1168
+ ["clientUserId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "ClientUserId")], [0, 1]],
1169
+ ["autoNavigation", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "AutoNavigation")], [0, 1]],
1170
+ ["iDCheckInformation", ["Docusign::IDCheckInformation", XSD::QName.new(NsC_30, "IDCheckInformation")], [0, 1]],
1171
+ ["recipientAuthenticationStatus", ["Docusign::AuthenticationStatus", XSD::QName.new(NsC_30, "RecipientAuthenticationStatus")], [0, 1]],
1172
+ ["customFields", ["Docusign::ArrayOfString", XSD::QName.new(NsC_30, "CustomFields")], [0, 1]],
1173
+ ["tabStatuses", ["Docusign::ArrayOfTabStatus", XSD::QName.new(NsC_30, "TabStatuses")], [0, 1]],
1174
+ ["recipientAttachment", ["Docusign::ArrayOfAttachment", XSD::QName.new(NsC_30, "RecipientAttachment")], [0, 1]]
1175
+ ]
1176
+ )
1177
+
1178
+ LiteralRegistry.register(
1179
+ :class => Docusign::IDCheckInformation,
1180
+ :schema_type => XSD::QName.new(NsC_30, "IDCheckInformation"),
1181
+ :schema_element => [
1182
+ ["addressInformation", ["Docusign::AddressInformation", XSD::QName.new(NsC_30, "AddressInformation")], [0, 1]],
1183
+ ["dOBInformation", ["Docusign::DOBInformation", XSD::QName.new(NsC_30, "DOBInformation")], [0, 1]],
1184
+ ["sSN4Information", ["Docusign::SSN4Information", XSD::QName.new(NsC_30, "SSN4Information")], [0, 1]]
1185
+ ]
1186
+ )
1187
+
1188
+ LiteralRegistry.register(
1189
+ :class => Docusign::AuthenticationStatus,
1190
+ :schema_type => XSD::QName.new(NsC_30, "AuthenticationStatus"),
1191
+ :schema_element => [
1192
+ ["accessCodeResult", ["Docusign::EventResult", XSD::QName.new(NsC_30, "AccessCodeResult")], [0, 1]],
1193
+ ["iDQuestionsResult", ["Docusign::EventResult", XSD::QName.new(NsC_30, "IDQuestionsResult")], [0, 1]],
1194
+ ["iDLookupResult", ["Docusign::EventResult", XSD::QName.new(NsC_30, "IDLookupResult")], [0, 1]],
1195
+ ["ageVerifyResult", ["Docusign::EventResult", XSD::QName.new(NsC_30, "AgeVerifyResult")], [0, 1]],
1196
+ ["sTANPinResult", ["Docusign::EventResult", XSD::QName.new(NsC_30, "STANPinResult")], [0, 1]],
1197
+ ["oFACResult", ["Docusign::EventResult", XSD::QName.new(NsC_30, "OFACResult")], [0, 1]]
1198
+ ]
1199
+ )
1200
+
1201
+ LiteralRegistry.register(
1202
+ :class => Docusign::EventResult,
1203
+ :schema_type => XSD::QName.new(NsC_30, "EventResult"),
1204
+ :schema_element => [
1205
+ ["status", ["Docusign::EventStatusCode", XSD::QName.new(NsC_30, "Status")]],
1206
+ ["eventTimestamp", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "EventTimestamp")]]
1207
+ ]
1208
+ )
1209
+
1210
+ LiteralRegistry.register(
1211
+ :class => Docusign::ArrayOfTabStatus,
1212
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfTabStatus"),
1213
+ :schema_element => [
1214
+ ["tabStatus", ["Docusign::TabStatus[]", XSD::QName.new(NsC_30, "TabStatus")], [0, nil]]
1215
+ ]
1216
+ )
1217
+
1218
+ LiteralRegistry.register(
1219
+ :class => Docusign::TabStatus,
1220
+ :schema_type => XSD::QName.new(NsC_30, "TabStatus"),
1221
+ :schema_element => [
1222
+ ["tabType", ["Docusign::TabTypeCode", XSD::QName.new(NsC_30, "TabType")]],
1223
+ ["status", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Status")], [0, 1]],
1224
+ ["xPosition", ["SOAP::SOAPDouble", XSD::QName.new(NsC_30, "XPosition")]],
1225
+ ["yPosition", ["SOAP::SOAPDouble", XSD::QName.new(NsC_30, "YPosition")]],
1226
+ ["signed", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "Signed")], [0, 1]],
1227
+ ["tabLabel", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "TabLabel")], [0, 1]],
1228
+ ["tabName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "TabName")], [0, 1]],
1229
+ ["tabValue", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "TabValue")], [0, 1]]
1230
+ ]
1231
+ )
1232
+
1233
+ LiteralRegistry.register(
1234
+ :class => Docusign::VaultingDetails,
1235
+ :schema_type => XSD::QName.new(NsC_30, "VaultingDetails"),
1236
+ :schema_element => [
1237
+ ["eODTransactionName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EODTransactionName")], [0, 1]],
1238
+ ["eODTransactionID", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EODTransactionID")], [0, 1]],
1239
+ ["eODDocumentProfileID", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EODDocumentProfileID")], [0, 1]]
1240
+ ]
1241
+ )
1242
+
1243
+ LiteralRegistry.register(
1244
+ :class => Docusign::Correction,
1245
+ :schema_type => XSD::QName.new(NsC_30, "Correction"),
1246
+ :schema_element => [
1247
+ ["envelopeID", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopeID")], [0, 1]],
1248
+ ["envelopeSettingsCorrection", ["Docusign::EnvelopeSettings", XSD::QName.new(NsC_30, "EnvelopeSettingsCorrection")], [0, 1]],
1249
+ ["recipientCorrections", ["Docusign::ArrayOfRecipientCorrection", XSD::QName.new(NsC_30, "RecipientCorrections")], [0, 1]]
1250
+ ]
1251
+ )
1252
+
1253
+ LiteralRegistry.register(
1254
+ :class => Docusign::EnvelopeSettings,
1255
+ :schema_type => XSD::QName.new(NsC_30, "EnvelopeSettings"),
1256
+ :schema_element => [
1257
+ ["autoNavigation", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "AutoNavigation")], [0, 1]],
1258
+ ["envelopeIdStamping", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "EnvelopeIdStamping")], [0, 1]]
1259
+ ]
1260
+ )
1261
+
1262
+ LiteralRegistry.register(
1263
+ :class => Docusign::ArrayOfRecipientCorrection,
1264
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfRecipientCorrection"),
1265
+ :schema_element => [
1266
+ ["recipientCorrection", ["Docusign::RecipientCorrection[]", XSD::QName.new(NsC_30, "RecipientCorrection")], [0, nil]]
1267
+ ]
1268
+ )
1269
+
1270
+ LiteralRegistry.register(
1271
+ :class => Docusign::RecipientCorrection,
1272
+ :schema_type => XSD::QName.new(NsC_30, "RecipientCorrection"),
1273
+ :schema_element => [
1274
+ ["previousUserName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "PreviousUserName")], [0, 1]],
1275
+ ["previousEmail", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "PreviousEmail")], [0, 1]],
1276
+ ["previousRoutingOrder", ["SOAP::SOAPUnsignedShort", XSD::QName.new(NsC_30, "PreviousRoutingOrder")]],
1277
+ ["correctedUserName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "CorrectedUserName")], [0, 1]],
1278
+ ["correctedEmail", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "CorrectedEmail")], [0, 1]],
1279
+ ["correctedCaptiveInfo", ["Docusign::RecipientCorrectionCorrectedCaptiveInfo", XSD::QName.new(NsC_30, "CorrectedCaptiveInfo")], [0, 1]],
1280
+ ["correctedAccessCode", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "CorrectedAccessCode")], [0, 1]],
1281
+ ["correctedAccessCodeRequired", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "CorrectedAccessCodeRequired")], [0, 1]],
1282
+ ["correctedRequireIDLookup", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "CorrectedRequireIDLookup")], [0, 1]],
1283
+ ["correctedIDCheckConfigurationName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "CorrectedIDCheckConfigurationName")], [0, 1]],
1284
+ ["correctedRoutingOrder", ["SOAP::SOAPUnsignedShort", XSD::QName.new(NsC_30, "CorrectedRoutingOrder")], [0, 1]],
1285
+ ["correctedAutoNavigation", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "CorrectedAutoNavigation")], [0, 1]],
1286
+ ["correctedIDCheckInformationInput", ["Docusign::IDCheckInformationInput", XSD::QName.new(NsC_30, "CorrectedIDCheckInformationInput")], [0, 1]],
1287
+ ["resend", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "Resend")], [0, 1]]
1288
+ ]
1289
+ )
1290
+
1291
+ LiteralRegistry.register(
1292
+ :class => Docusign::RecipientCorrectionCorrectedCaptiveInfo,
1293
+ :schema_type => XSD::QName.new(NsC_30, "RecipientCorrectionCorrectedCaptiveInfo"),
1294
+ :schema_element => [
1295
+ ["clientUserId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "ClientUserId")], [0, 1]]
1296
+ ]
1297
+ )
1298
+
1299
+ LiteralRegistry.register(
1300
+ :class => Docusign::CorrectionStatus,
1301
+ :schema_type => XSD::QName.new(NsC_30, "CorrectionStatus"),
1302
+ :schema_element => [
1303
+ ["envelopeSettingsCorrectionStatus", ["Docusign::EnvelopeSettings", XSD::QName.new(NsC_30, "EnvelopeSettingsCorrectionStatus")], [0, 1]],
1304
+ ["recipientCorrectionStatuses", ["Docusign::ArrayOfRecipientCorrectionStatus", XSD::QName.new(NsC_30, "RecipientCorrectionStatuses")], [0, 1]]
1305
+ ]
1306
+ )
1307
+
1308
+ LiteralRegistry.register(
1309
+ :class => Docusign::ArrayOfRecipientCorrectionStatus,
1310
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfRecipientCorrectionStatus"),
1311
+ :schema_element => [
1312
+ ["recipientCorrectionStatus", ["Docusign::RecipientCorrectionStatus[]", XSD::QName.new(NsC_30, "RecipientCorrectionStatus")], [0, nil]]
1313
+ ]
1314
+ )
1315
+
1316
+ LiteralRegistry.register(
1317
+ :class => Docusign::RecipientCorrectionStatus,
1318
+ :schema_type => XSD::QName.new(NsC_30, "RecipientCorrectionStatus"),
1319
+ :schema_element => [
1320
+ ["correctionSucceeded", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "CorrectionSucceeded")]],
1321
+ ["recipientCorrection", ["Docusign::RecipientCorrection", XSD::QName.new(NsC_30, "RecipientCorrection")], [0, 1]],
1322
+ ["recipientStatus", ["Docusign::RecipientStatus", XSD::QName.new(NsC_30, "RecipientStatus")], [0, 1]]
1323
+ ]
1324
+ )
1325
+
1326
+ LiteralRegistry.register(
1327
+ :class => Docusign::EnvelopePDF,
1328
+ :schema_type => XSD::QName.new(NsC_30, "EnvelopePDF"),
1329
+ :schema_element => [
1330
+ ["envelopeID", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopeID")], [0, 1]],
1331
+ ["pDFBytes", ["SOAP::SOAPBase64", XSD::QName.new(NsC_30, "PDFBytes")], [0, 1]]
1332
+ ]
1333
+ )
1334
+
1335
+ LiteralRegistry.register(
1336
+ :class => Docusign::DocumentPDFs,
1337
+ :schema_type => XSD::QName.new(NsC_30, "DocumentPDFs"),
1338
+ :schema_element => [
1339
+ ["envelopeId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopeId")], [0, 1]],
1340
+ ["documentPDF", ["Docusign::DocumentPDF[]", XSD::QName.new(NsC_30, "DocumentPDF")], [0, nil]]
1341
+ ]
1342
+ )
1343
+
1344
+ LiteralRegistry.register(
1345
+ :class => Docusign::DocumentPDF,
1346
+ :schema_type => XSD::QName.new(NsC_30, "DocumentPDF"),
1347
+ :schema_element => [
1348
+ ["name", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Name")], [0, 1]],
1349
+ ["pDFBytes", ["SOAP::SOAPBase64", XSD::QName.new(NsC_30, "PDFBytes")], [0, 1]]
1350
+ ]
1351
+ )
1352
+
1353
+ LiteralRegistry.register(
1354
+ :class => Docusign::EnvelopeStatusFilter,
1355
+ :schema_type => XSD::QName.new(NsC_30, "EnvelopeStatusFilter"),
1356
+ :schema_element => [
1357
+ ["userInfo", ["Docusign::UserInfo", XSD::QName.new(NsC_30, "UserInfo")], [0, 1]],
1358
+ ["accountId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "AccountId")], [0, 1]],
1359
+ ["beginDateTime", ["Docusign::EnvelopeStatusFilterBeginDateTime", XSD::QName.new(NsC_30, "BeginDateTime")]],
1360
+ ["endDateTime", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "EndDateTime")], [0, 1]],
1361
+ ["statuses", ["Docusign::ArrayOfEnvelopeStatusCode", XSD::QName.new(NsC_30, "Statuses")], [0, 1]],
1362
+ ["envelopeIds", ["Docusign::ArrayOfString1", XSD::QName.new(NsC_30, "EnvelopeIds")], [0, 1]],
1363
+ ["startAtIndex", ["SOAP::SOAPNonNegativeInteger", XSD::QName.new(NsC_30, "StartAtIndex")]],
1364
+ ["aCStatus", ["Docusign::EnvelopeACStatusCode", XSD::QName.new(NsC_30, "ACStatus")], [0, 1]]
1365
+ ]
1366
+ )
1367
+
1368
+ LiteralRegistry.register(
1369
+ :class => Docusign::UserInfo,
1370
+ :schema_type => XSD::QName.new(NsC_30, "UserInfo"),
1371
+ :schema_element => [
1372
+ ["userName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "UserName")], [0, 1]],
1373
+ ["email", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Email")], [0, 1]]
1374
+ ]
1375
+ )
1376
+
1377
+ LiteralRegistry.register(
1378
+ :class => Docusign::EnvelopeStatusFilterBeginDateTime,
1379
+ :schema_type => XSD::QName.new(NsC_30, "EnvelopeStatusFilterBeginDateTime"),
1380
+ :schema_attribute => {
1381
+ XSD::QName.new(nil, "statusQualifier") => "SOAP::SOAPString"
1382
+ }
1383
+ )
1384
+
1385
+ LiteralRegistry.register(
1386
+ :class => Docusign::ArrayOfEnvelopeStatusCode,
1387
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfEnvelopeStatusCode"),
1388
+ :schema_element => [
1389
+ ["status", ["Docusign::EnvelopeStatusCode[]", XSD::QName.new(NsC_30, "Status")], [0, nil]]
1390
+ ]
1391
+ )
1392
+
1393
+ LiteralRegistry.register(
1394
+ :class => Docusign::ArrayOfString1,
1395
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfString1"),
1396
+ :schema_element => [
1397
+ ["envelopeId", ["SOAP::SOAPString[]", XSD::QName.new(NsC_30, "EnvelopeId")], [0, nil]]
1398
+ ]
1399
+ )
1400
+
1401
+ LiteralRegistry.register(
1402
+ :class => Docusign::FilteredEnvelopeStatuses,
1403
+ :schema_type => XSD::QName.new(NsC_30, "FilteredEnvelopeStatuses"),
1404
+ :schema_element => [
1405
+ ["resultSetSize", ["SOAP::SOAPInt", XSD::QName.new(NsC_30, "ResultSetSize")]],
1406
+ ["envelopeStatusFilter", ["Docusign::EnvelopeStatusFilter", XSD::QName.new(NsC_30, "EnvelopeStatusFilter")], [0, 1]],
1407
+ ["envelopeStatuses", ["Docusign::ArrayOfEnvelopeStatus", XSD::QName.new(NsC_30, "EnvelopeStatuses")]]
1408
+ ]
1409
+ )
1410
+
1411
+ LiteralRegistry.register(
1412
+ :class => Docusign::ArrayOfEnvelopeStatus,
1413
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfEnvelopeStatus"),
1414
+ :schema_element => [
1415
+ ["envelopeStatus", ["Docusign::EnvelopeStatus[]", XSD::QName.new(NsC_30, "EnvelopeStatus")], [0, nil]]
1416
+ ]
1417
+ )
1418
+
1419
+ LiteralRegistry.register(
1420
+ :class => Docusign::RecipientEsignList,
1421
+ :schema_type => XSD::QName.new(NsC_30, "RecipientEsignList"),
1422
+ :schema_element => [
1423
+ ["accountId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "AccountId")], [0, 1]],
1424
+ ["recipientEsign", ["Docusign::ArrayOfRecipientEsign", XSD::QName.new(NsC_30, "RecipientEsign")], [0, 1]]
1425
+ ]
1426
+ )
1427
+
1428
+ LiteralRegistry.register(
1429
+ :class => Docusign::ArrayOfRecipientEsign,
1430
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfRecipientEsign"),
1431
+ :schema_element => [
1432
+ ["recipientEsign", ["Docusign::RecipientEsign[]", XSD::QName.new(NsC_30, "RecipientEsign")], [0, nil]]
1433
+ ]
1434
+ )
1435
+
1436
+ LiteralRegistry.register(
1437
+ :class => Docusign::RecipientEsign,
1438
+ :schema_type => XSD::QName.new(NsC_30, "RecipientEsign"),
1439
+ :schema_element => [
1440
+ ["userName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "UserName")], [0, 1]],
1441
+ ["email", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Email")], [0, 1]],
1442
+ ["esign", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "Esign")]]
1443
+ ]
1444
+ )
1445
+
1446
+ LiteralRegistry.register(
1447
+ :class => Docusign::VoidEnvelopeStatus,
1448
+ :schema_type => XSD::QName.new(NsC_30, "VoidEnvelopeStatus"),
1449
+ :schema_element => [
1450
+ ["voidSuccess", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "VoidSuccess")]]
1451
+ ]
1452
+ )
1453
+
1454
+ LiteralRegistry.register(
1455
+ :class => Docusign::RequestRecipientTokenAuthenticationAssertion,
1456
+ :schema_type => XSD::QName.new(NsC_30, "RequestRecipientTokenAuthenticationAssertion"),
1457
+ :schema_element => [
1458
+ ["assertionID", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "AssertionID")], [0, 1]],
1459
+ ["authenticationInstant", ["SOAP::SOAPDateTime", XSD::QName.new(NsC_30, "AuthenticationInstant")]],
1460
+ ["authenticationMethod", ["Docusign::RequestRecipientTokenAuthenticationAssertionAuthenticationMethod", XSD::QName.new(NsC_30, "AuthenticationMethod")]],
1461
+ ["securityDomain", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "SecurityDomain")], [0, 1]]
1462
+ ]
1463
+ )
1464
+
1465
+ LiteralRegistry.register(
1466
+ :class => Docusign::RequestRecipientTokenClientURLs,
1467
+ :schema_type => XSD::QName.new(NsC_30, "RequestRecipientTokenClientURLs"),
1468
+ :schema_element => [
1469
+ ["onSigningComplete", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "OnSigningComplete")], [0, 1]],
1470
+ ["onViewingComplete", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "OnViewingComplete")], [0, 1]],
1471
+ ["onCancel", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "OnCancel")], [0, 1]],
1472
+ ["onDecline", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "OnDecline")], [0, 1]],
1473
+ ["onSessionTimeout", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "OnSessionTimeout")], [0, 1]],
1474
+ ["onTTLExpired", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "OnTTLExpired")], [0, 1]],
1475
+ ["onException", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "OnException")], [0, 1]],
1476
+ ["onAccessCodeFailed", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "OnAccessCodeFailed")], [0, 1]],
1477
+ ["onIdCheckFailed", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "OnIdCheckFailed")], [0, 1]]
1478
+ ]
1479
+ )
1480
+
1481
+ LiteralRegistry.register(
1482
+ :class => Docusign::TransferEnvelopeStatus,
1483
+ :schema_type => XSD::QName.new(NsC_30, "TransferEnvelopeStatus"),
1484
+ :schema_element => [
1485
+ ["transferEnvelopeSuccess", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "TransferEnvelopeSuccess")]]
1486
+ ]
1487
+ )
1488
+
1489
+ LiteralRegistry.register(
1490
+ :class => Docusign::AccountMembershipFeaturesList,
1491
+ :schema_type => XSD::QName.new(NsC_30, "AccountMembershipFeaturesList"),
1492
+ :schema_element => [
1493
+ ["email", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Email")], [0, 1]],
1494
+ ["userName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "UserName")], [0, 1]],
1495
+ ["enabledFeaturesSet", ["Docusign::ArrayOfString2", XSD::QName.new(NsC_30, "EnabledFeaturesSet")], [0, 1]]
1496
+ ]
1497
+ )
1498
+
1499
+ LiteralRegistry.register(
1500
+ :class => Docusign::ArrayOfString2,
1501
+ :schema_type => XSD::QName.new(NsC_30, "ArrayOfString2"),
1502
+ :schema_element => [
1503
+ ["enabledFeatures", ["SOAP::SOAPString[]", XSD::QName.new(NsC_30, "EnabledFeatures")], [0, nil]]
1504
+ ]
1505
+ )
1506
+
1507
+ LiteralRegistry.register(
1508
+ :class => Docusign::AuthoritativeCopyExportStatus,
1509
+ :schema_type => XSD::QName.new(NsC_30, "AuthoritativeCopyExportStatus"),
1510
+ :schema_element => [
1511
+ ["authoritativeCopyExportSuccess", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "AuthoritativeCopyExportSuccess")], [0, 1]],
1512
+ ["envelopeId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopeId")], [0, 1]],
1513
+ ["exportKey", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "ExportKey")], [0, 1]]
1514
+ ]
1515
+ )
1516
+
1517
+ LiteralRegistry.register(
1518
+ :class => Docusign::AuthoritativeCopyExportDocuments,
1519
+ :schema_type => XSD::QName.new(NsC_30, "AuthoritativeCopyExportDocuments"),
1520
+ :schema_element => [
1521
+ ["envelopeId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopeId")], [0, 1]],
1522
+ ["transactionId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "TransactionId")], [0, 1]],
1523
+ ["count", ["SOAP::SOAPInt", XSD::QName.new(NsC_30, "Count")]],
1524
+ ["documentPDF", ["Docusign::DocumentPDF[]", XSD::QName.new(NsC_30, "DocumentPDF")], [0, nil]]
1525
+ ]
1526
+ )
1527
+
1528
+ LiteralRegistry.register(
1529
+ :class => Docusign::RecipientTypeCode,
1530
+ :schema_type => XSD::QName.new(NsC_30, "RecipientTypeCode")
1531
+ )
1532
+
1533
+ LiteralRegistry.register(
1534
+ :class => Docusign::FontStyleCode,
1535
+ :schema_type => XSD::QName.new(NsC_30, "FontStyleCode")
1536
+ )
1537
+
1538
+ LiteralRegistry.register(
1539
+ :class => Docusign::DisplayLevelCode,
1540
+ :schema_type => XSD::QName.new(NsC_30, "DisplayLevelCode")
1541
+ )
1542
+
1543
+ LiteralRegistry.register(
1544
+ :class => Docusign::UnitTypeCode,
1545
+ :schema_type => XSD::QName.new(NsC_30, "UnitTypeCode")
1546
+ )
1547
+
1548
+ LiteralRegistry.register(
1549
+ :class => Docusign::TabTypeCode,
1550
+ :schema_type => XSD::QName.new(NsC_30, "TabTypeCode")
1551
+ )
1552
+
1553
+ LiteralRegistry.register(
1554
+ :class => Docusign::CustomTabType,
1555
+ :schema_type => XSD::QName.new(NsC_30, "CustomTabType")
1556
+ )
1557
+
1558
+ LiteralRegistry.register(
1559
+ :class => Docusign::SigningLocationCode,
1560
+ :schema_type => XSD::QName.new(NsC_30, "SigningLocationCode")
1561
+ )
1562
+
1563
+ LiteralRegistry.register(
1564
+ :class => Docusign::VaultingModeCode,
1565
+ :schema_type => XSD::QName.new(NsC_30, "VaultingModeCode")
1566
+ )
1567
+
1568
+ LiteralRegistry.register(
1569
+ :class => Docusign::RecipientStatusCode,
1570
+ :schema_type => XSD::QName.new(NsC_30, "RecipientStatusCode")
1571
+ )
1572
+
1573
+ LiteralRegistry.register(
1574
+ :class => Docusign::EventStatusCode,
1575
+ :schema_type => XSD::QName.new(NsC_30, "EventStatusCode")
1576
+ )
1577
+
1578
+ LiteralRegistry.register(
1579
+ :class => Docusign::EnvelopeStatusCode,
1580
+ :schema_type => XSD::QName.new(NsC_30, "EnvelopeStatusCode")
1581
+ )
1582
+
1583
+ LiteralRegistry.register(
1584
+ :class => Docusign::EnvelopeACStatusCode,
1585
+ :schema_type => XSD::QName.new(NsC_30, "EnvelopeACStatusCode")
1586
+ )
1587
+
1588
+ LiteralRegistry.register(
1589
+ :class => Docusign::RequestRecipientTokenAuthenticationAssertionAuthenticationMethod,
1590
+ :schema_type => XSD::QName.new(NsC_30, "RequestRecipientTokenAuthenticationAssertionAuthenticationMethod")
1591
+ )
1592
+
1593
+ LiteralRegistry.register(
1594
+ :class => Docusign::CreateEnvelope,
1595
+ :schema_name => XSD::QName.new(NsC_30, "CreateEnvelope"),
1596
+ :schema_element => [
1597
+ ["envelope", ["Docusign::Envelope", XSD::QName.new(NsC_30, "Envelope")], [0, 1]]
1598
+ ]
1599
+ )
1600
+
1601
+ LiteralRegistry.register(
1602
+ :class => Docusign::CreateEnvelopeResponse,
1603
+ :schema_name => XSD::QName.new(NsC_30, "CreateEnvelopeResponse"),
1604
+ :schema_element => [
1605
+ ["createEnvelopeResult", ["Docusign::EnvelopeStatus", XSD::QName.new(NsC_30, "CreateEnvelopeResult")], [0, 1]]
1606
+ ]
1607
+ )
1608
+
1609
+ LiteralRegistry.register(
1610
+ :class => Docusign::CreateAndSendEnvelope,
1611
+ :schema_name => XSD::QName.new(NsC_30, "CreateAndSendEnvelope"),
1612
+ :schema_element => [
1613
+ ["envelope", ["Docusign::Envelope", XSD::QName.new(NsC_30, "Envelope")], [0, 1]]
1614
+ ]
1615
+ )
1616
+
1617
+ LiteralRegistry.register(
1618
+ :class => Docusign::CreateAndSendEnvelopeResponse,
1619
+ :schema_name => XSD::QName.new(NsC_30, "CreateAndSendEnvelopeResponse"),
1620
+ :schema_element => [
1621
+ ["createAndSendEnvelopeResult", ["Docusign::EnvelopeStatus", XSD::QName.new(NsC_30, "CreateAndSendEnvelopeResult")], [0, 1]]
1622
+ ]
1623
+ )
1624
+
1625
+ LiteralRegistry.register(
1626
+ :class => Docusign::CorrectAndResendEnvelope,
1627
+ :schema_name => XSD::QName.new(NsC_30, "CorrectAndResendEnvelope"),
1628
+ :schema_element => [
1629
+ ["correction", ["Docusign::Correction", XSD::QName.new(NsC_30, "Correction")], [0, 1]]
1630
+ ]
1631
+ )
1632
+
1633
+ LiteralRegistry.register(
1634
+ :class => Docusign::CorrectAndResendEnvelopeResponse,
1635
+ :schema_name => XSD::QName.new(NsC_30, "CorrectAndResendEnvelopeResponse"),
1636
+ :schema_element => [
1637
+ ["correctAndResendEnvelopeResult", ["Docusign::CorrectionStatus", XSD::QName.new(NsC_30, "CorrectAndResendEnvelopeResult")], [0, 1]]
1638
+ ]
1639
+ )
1640
+
1641
+ LiteralRegistry.register(
1642
+ :class => Docusign::RequestPDF,
1643
+ :schema_name => XSD::QName.new(NsC_30, "RequestPDF"),
1644
+ :schema_element => [
1645
+ ["envelopeID", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopeID")], [0, 1]]
1646
+ ]
1647
+ )
1648
+
1649
+ LiteralRegistry.register(
1650
+ :class => Docusign::RequestPDFResponse,
1651
+ :schema_name => XSD::QName.new(NsC_30, "RequestPDFResponse"),
1652
+ :schema_element => [
1653
+ ["requestPDFResult", ["Docusign::EnvelopePDF", XSD::QName.new(NsC_30, "RequestPDFResult")], [0, 1]]
1654
+ ]
1655
+ )
1656
+
1657
+ LiteralRegistry.register(
1658
+ :class => Docusign::RequestDocumentPDFs,
1659
+ :schema_name => XSD::QName.new(NsC_30, "RequestDocumentPDFs"),
1660
+ :schema_element => [
1661
+ ["envelopeID", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopeID")], [0, 1]]
1662
+ ]
1663
+ )
1664
+
1665
+ LiteralRegistry.register(
1666
+ :class => Docusign::RequestDocumentPDFsResponse,
1667
+ :schema_name => XSD::QName.new(NsC_30, "RequestDocumentPDFsResponse"),
1668
+ :schema_element => [
1669
+ ["requestDocumentPDFsResult", ["Docusign::DocumentPDFs", XSD::QName.new(NsC_30, "RequestDocumentPDFsResult")], [0, 1]]
1670
+ ]
1671
+ )
1672
+
1673
+ LiteralRegistry.register(
1674
+ :class => Docusign::RequestStatus,
1675
+ :schema_name => XSD::QName.new(NsC_30, "RequestStatus"),
1676
+ :schema_element => [
1677
+ ["envelopeID", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopeID")], [0, 1]]
1678
+ ]
1679
+ )
1680
+
1681
+ LiteralRegistry.register(
1682
+ :class => Docusign::RequestStatusResponse,
1683
+ :schema_name => XSD::QName.new(NsC_30, "RequestStatusResponse"),
1684
+ :schema_element => [
1685
+ ["requestStatusResult", ["Docusign::EnvelopeStatus", XSD::QName.new(NsC_30, "RequestStatusResult")], [0, 1]]
1686
+ ]
1687
+ )
1688
+
1689
+ LiteralRegistry.register(
1690
+ :class => Docusign::RequestStatuses,
1691
+ :schema_name => XSD::QName.new(NsC_30, "RequestStatuses"),
1692
+ :schema_element => [
1693
+ ["envelopeStatusFilter", ["Docusign::EnvelopeStatusFilter", XSD::QName.new(NsC_30, "EnvelopeStatusFilter")], [0, 1]]
1694
+ ]
1695
+ )
1696
+
1697
+ LiteralRegistry.register(
1698
+ :class => Docusign::RequestStatusesResponse,
1699
+ :schema_name => XSD::QName.new(NsC_30, "RequestStatusesResponse"),
1700
+ :schema_element => [
1701
+ ["requestStatusesResult", ["Docusign::FilteredEnvelopeStatuses", XSD::QName.new(NsC_30, "RequestStatusesResult")], [0, 1]]
1702
+ ]
1703
+ )
1704
+
1705
+ LiteralRegistry.register(
1706
+ :class => Docusign::GetRecipientEsignList,
1707
+ :schema_name => XSD::QName.new(NsC_30, "GetRecipientEsignList"),
1708
+ :schema_element => [
1709
+ ["userName", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "UserName")], [0, 1]],
1710
+ ["senderEmail", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "SenderEmail")], [0, 1]],
1711
+ ["senderAccountId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "SenderAccountId")], [0, 1]],
1712
+ ["recipientEmail", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "RecipientEmail")], [0, 1]]
1713
+ ]
1714
+ )
1715
+
1716
+ LiteralRegistry.register(
1717
+ :class => Docusign::GetRecipientEsignListResponse,
1718
+ :schema_name => XSD::QName.new(NsC_30, "GetRecipientEsignListResponse"),
1719
+ :schema_element => [
1720
+ ["getRecipientEsignListResult", ["Docusign::RecipientEsignList", XSD::QName.new(NsC_30, "GetRecipientEsignListResult")], [0, 1]]
1721
+ ]
1722
+ )
1723
+
1724
+ LiteralRegistry.register(
1725
+ :class => Docusign::VoidEnvelope,
1726
+ :schema_name => XSD::QName.new(NsC_30, "VoidEnvelope"),
1727
+ :schema_element => [
1728
+ ["envelopeID", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopeID")], [0, 1]],
1729
+ ["reason", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Reason")], [0, 1]]
1730
+ ]
1731
+ )
1732
+
1733
+ LiteralRegistry.register(
1734
+ :class => Docusign::VoidEnvelopeResponse,
1735
+ :schema_name => XSD::QName.new(NsC_30, "VoidEnvelopeResponse"),
1736
+ :schema_element => [
1737
+ ["voidEnvelopeResult", ["Docusign::VoidEnvelopeStatus", XSD::QName.new(NsC_30, "VoidEnvelopeResult")], [0, 1]]
1738
+ ]
1739
+ )
1740
+
1741
+ LiteralRegistry.register(
1742
+ :class => Docusign::RequestRecipientToken,
1743
+ :schema_name => XSD::QName.new(NsC_30, "RequestRecipientToken"),
1744
+ :schema_element => [
1745
+ ["envelopeID", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopeID")], [0, 1]],
1746
+ ["clientUserID", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "ClientUserID")], [0, 1]],
1747
+ ["username", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Username")], [0, 1]],
1748
+ ["email", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "Email")], [0, 1]],
1749
+ ["authenticationAssertion", ["Docusign::RequestRecipientTokenAuthenticationAssertion", XSD::QName.new(NsC_30, "AuthenticationAssertion")], [0, 1]],
1750
+ ["clientURLs", ["Docusign::RequestRecipientTokenClientURLs", XSD::QName.new(NsC_30, "ClientURLs")], [0, 1]]
1751
+ ]
1752
+ )
1753
+
1754
+ LiteralRegistry.register(
1755
+ :class => Docusign::RequestRecipientTokenResponse,
1756
+ :schema_name => XSD::QName.new(NsC_30, "RequestRecipientTokenResponse"),
1757
+ :schema_element => [
1758
+ ["requestRecipientTokenResult", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "RequestRecipientTokenResult")], [0, 1]]
1759
+ ]
1760
+ )
1761
+
1762
+ LiteralRegistry.register(
1763
+ :class => Docusign::TransferEnvelope,
1764
+ :schema_name => XSD::QName.new(NsC_30, "TransferEnvelope"),
1765
+ :schema_element => [
1766
+ ["envelopeID", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopeID")], [0, 1]],
1767
+ ["accountID", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "AccountID")], [0, 1]],
1768
+ ["userID", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "UserID")], [0, 1]]
1769
+ ]
1770
+ )
1771
+
1772
+ LiteralRegistry.register(
1773
+ :class => Docusign::TransferEnvelopeResponse,
1774
+ :schema_name => XSD::QName.new(NsC_30, "TransferEnvelopeResponse"),
1775
+ :schema_element => [
1776
+ ["transferEnvelopeResult", ["Docusign::TransferEnvelopeStatus", XSD::QName.new(NsC_30, "TransferEnvelopeResult")], [0, 1]]
1777
+ ]
1778
+ )
1779
+
1780
+ LiteralRegistry.register(
1781
+ :class => Docusign::GetAccountMembershipFeaturesList,
1782
+ :schema_name => XSD::QName.new(NsC_30, "GetAccountMembershipFeaturesList"),
1783
+ :schema_element => [
1784
+ ["accountId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "AccountId")], [0, 1]]
1785
+ ]
1786
+ )
1787
+
1788
+ LiteralRegistry.register(
1789
+ :class => Docusign::GetAccountMembershipFeaturesListResponse,
1790
+ :schema_name => XSD::QName.new(NsC_30, "GetAccountMembershipFeaturesListResponse"),
1791
+ :schema_element => [
1792
+ ["getAccountMembershipFeaturesListResult", ["Docusign::AccountMembershipFeaturesList", XSD::QName.new(NsC_30, "GetAccountMembershipFeaturesListResult")], [0, 1]]
1793
+ ]
1794
+ )
1795
+
1796
+ LiteralRegistry.register(
1797
+ :class => Docusign::AcknowledgeAuthoritativeCopyExport,
1798
+ :schema_name => XSD::QName.new(NsC_30, "AcknowledgeAuthoritativeCopyExport"),
1799
+ :schema_element => [
1800
+ ["envelopeId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopeId")], [0, 1]],
1801
+ ["transactionId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "TransactionId")], [0, 1]],
1802
+ ["checkSumHash", "SOAP::SOAPBase64", [0, 1]]
1803
+ ]
1804
+ )
1805
+
1806
+ LiteralRegistry.register(
1807
+ :class => Docusign::AcknowledgeAuthoritativeCopyExportResponse,
1808
+ :schema_name => XSD::QName.new(NsC_30, "AcknowledgeAuthoritativeCopyExportResponse"),
1809
+ :schema_element => [
1810
+ ["acknowledgeAuthoritativeCopyExportResult", ["Docusign::AuthoritativeCopyExportStatus", XSD::QName.new(NsC_30, "AcknowledgeAuthoritativeCopyExportResult")], [0, 1]]
1811
+ ]
1812
+ )
1813
+
1814
+ LiteralRegistry.register(
1815
+ :class => Docusign::ExportAuthoritativeCopy,
1816
+ :schema_name => XSD::QName.new(NsC_30, "ExportAuthoritativeCopy"),
1817
+ :schema_element => [
1818
+ ["envelopeId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopeId")], [0, 1]]
1819
+ ]
1820
+ )
1821
+
1822
+ LiteralRegistry.register(
1823
+ :class => Docusign::ExportAuthoritativeCopyResponse,
1824
+ :schema_name => XSD::QName.new(NsC_30, "ExportAuthoritativeCopyResponse"),
1825
+ :schema_element => [
1826
+ ["exportAuthoritativeCopyResult", ["Docusign::AuthoritativeCopyExportDocuments", XSD::QName.new(NsC_30, "ExportAuthoritativeCopyResult")], [0, 1]]
1827
+ ]
1828
+ )
1829
+
1830
+ LiteralRegistry.register(
1831
+ :class => Docusign::EnvelopeAuditEvents,
1832
+ :schema_name => XSD::QName.new(NsC_30, "EnvelopeAuditEvents"),
1833
+ :schema_element => [
1834
+ ["envelopeId", ["SOAP::SOAPString", XSD::QName.new(NsC_30, "EnvelopeId")], [0, 1]]
1835
+ ]
1836
+ )
1837
+
1838
+ LiteralRegistry.register(
1839
+ :class => Docusign::EnvelopeAuditEventsResponse,
1840
+ :schema_name => XSD::QName.new(NsC_30, "EnvelopeAuditEventsResponse"),
1841
+ :schema_element => [
1842
+ ["envelopeAuditEventsResult", ["Docusign::EnvelopeAuditEventsResponse::EnvelopeAuditEventsResult", XSD::QName.new(NsC_30, "EnvelopeAuditEventsResult")], [0, 1]]
1843
+ ]
1844
+ )
1845
+
1846
+ LiteralRegistry.register(
1847
+ :class => Docusign::EnvelopeAuditEventsResponse::EnvelopeAuditEventsResult,
1848
+ :schema_name => XSD::QName.new(NsC_30, "EnvelopeAuditEventsResult"),
1849
+ :is_anonymous => true,
1850
+ :schema_qualified => true,
1851
+ :schema_element => [
1852
+ ["any", [nil, XSD::QName.new(NsXMLSchema, "anyType")]]
1853
+ ]
1854
+ )
1855
+
1856
+ LiteralRegistry.register(
1857
+ :class => Docusign::Ping,
1858
+ :schema_name => XSD::QName.new(NsC_30, "Ping"),
1859
+ :schema_element => []
1860
+ )
1861
+
1862
+ LiteralRegistry.register(
1863
+ :class => Docusign::PingResponse,
1864
+ :schema_name => XSD::QName.new(NsC_30, "PingResponse"),
1865
+ :schema_element => [
1866
+ ["pingResult", ["SOAP::SOAPBoolean", XSD::QName.new(NsC_30, "PingResult")]]
1867
+ ]
1868
+ )
1869
+ end
1870
+
1871
+ end