LaurentG

Untitled

Aug 25th, 2011
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 220.13 KB | None | 0 0
  1. DEBUG:suds.wsdl:reading wsdl at: http://localhost:8087/calculator/soap/description ...
  2. DEBUG:suds.xsd.schema:built:
  3. Schema:0x48521cd8
  4. (raw)
  5. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://schemas.xmlsoap.org/soap/encoding/" url="suds://schemas.xmlsoap.org/soap/encoding/">
  6. <xs:attribute name="root">
  7. <xs:annotation>
  8. <xs:documentation>
  9. &apos;root&apos; can be used to distinguish serialization roots from other
  10. elements that are present in a serialization but are not roots of
  11. a serialized value graph
  12. </xs:documentation>
  13. </xs:annotation>
  14. <xs:simpleType>
  15. <xs:restriction base="xs:boolean">
  16. <xs:pattern value="0|1"/>
  17. </xs:restriction>
  18. </xs:simpleType>
  19. </xs:attribute>
  20. <xs:attributeGroup name="commonAttributes">
  21. <xs:annotation>
  22. <xs:documentation>
  23. Attributes common to all elements that function as accessors or
  24. represent independent (multi-ref) values. The href attribute is
  25. intended to be used in a manner like CONREF. That is, the element
  26. content should be empty iff the href attribute appears
  27. </xs:documentation>
  28. </xs:annotation>
  29. <xs:attribute type="xs:ID" name="id"/>
  30. <xs:attribute type="xs:anyURI" name="href"/>
  31. <xs:anyAttribute namespace="##other" processContents="lax"/>
  32. </xs:attributeGroup>
  33. <xs:simpleType name="arrayCoordinate">
  34. <xs:restriction base="xs:string"/>
  35. </xs:simpleType>
  36. <xs:attribute type="xs:string" name="arrayType"/>
  37. <xs:attribute type="tns:arrayCoordinate" name="offset"/>
  38. <xs:attributeGroup name="arrayAttributes">
  39. <xs:attribute ref="tns:arrayType"/>
  40. <xs:attribute ref="tns:offset"/>
  41. </xs:attributeGroup>
  42. <xs:attribute type="tns:arrayCoordinate" name="position"/>
  43. <xs:attributeGroup name="arrayMemberAttributes">
  44. <xs:attribute ref="tns:position"/>
  45. </xs:attributeGroup>
  46. <xs:group name="Array">
  47. <xs:sequence>
  48. <xs:any maxOccurs="unbounded" namespace="##any" processContents="lax" minOccurs="0"/>
  49. </xs:sequence>
  50. </xs:group>
  51. <xs:element type="tns:Array" name="Array"/>
  52. <xs:complexType name="Array">
  53. <xs:annotation>
  54. <xs:documentation>
  55. &apos;Array&apos; is a complex type for accessors identified by position
  56. </xs:documentation>
  57. </xs:annotation>
  58. <xs:group ref="tns:Array" minOccurs="0"/>
  59. <xs:attributeGroup ref="tns:arrayAttributes"/>
  60. <xs:attributeGroup ref="tns:commonAttributes"/>
  61. </xs:complexType>
  62. <xs:element type="tns:Struct" name="Struct"/>
  63. <xs:group name="Struct">
  64. <xs:sequence>
  65. <xs:any maxOccurs="unbounded" namespace="##any" processContents="lax" minOccurs="0"/>
  66. </xs:sequence>
  67. </xs:group>
  68. <xs:complexType name="Struct">
  69. <xs:group ref="tns:Struct" minOccurs="0"/>
  70. <xs:attributeGroup ref="tns:commonAttributes"/>
  71. </xs:complexType>
  72. <xs:simpleType name="base64">
  73. <xs:restriction base="xs:base64Binary"/>
  74. </xs:simpleType>
  75. <xs:element type="tns:duration" name="duration"/>
  76. <xs:complexType name="duration">
  77. <xs:simpleContent>
  78. <xs:extension base="xs:duration">
  79. <xs:attributeGroup ref="tns:commonAttributes"/>
  80. </xs:extension>
  81. </xs:simpleContent>
  82. </xs:complexType>
  83. <xs:element type="tns:dateTime" name="dateTime"/>
  84. <xs:complexType name="dateTime">
  85. <xs:simpleContent>
  86. <xs:extension base="xs:dateTime">
  87. <xs:attributeGroup ref="tns:commonAttributes"/>
  88. </xs:extension>
  89. </xs:simpleContent>
  90. </xs:complexType>
  91. <xs:element type="tns:NOTATION" name="NOTATION"/>
  92. <xs:complexType name="NOTATION">
  93. <xs:simpleContent>
  94. <xs:extension base="xs:QName">
  95. <xs:attributeGroup ref="tns:commonAttributes"/>
  96. </xs:extension>
  97. </xs:simpleContent>
  98. </xs:complexType>
  99. <xs:element type="tns:time" name="time"/>
  100. <xs:complexType name="time">
  101. <xs:simpleContent>
  102. <xs:extension base="xs:time">
  103. <xs:attributeGroup ref="tns:commonAttributes"/>
  104. </xs:extension>
  105. </xs:simpleContent>
  106. </xs:complexType>
  107. <xs:element type="tns:date" name="date"/>
  108. <xs:complexType name="date">
  109. <xs:simpleContent>
  110. <xs:extension base="xs:date">
  111. <xs:attributeGroup ref="tns:commonAttributes"/>
  112. </xs:extension>
  113. </xs:simpleContent>
  114. </xs:complexType>
  115. <xs:element type="tns:gYearMonth" name="gYearMonth"/>
  116. <xs:complexType name="gYearMonth">
  117. <xs:simpleContent>
  118. <xs:extension base="xs:gYearMonth">
  119. <xs:attributeGroup ref="tns:commonAttributes"/>
  120. </xs:extension>
  121. </xs:simpleContent>
  122. </xs:complexType>
  123. <xs:element type="tns:gYear" name="gYear"/>
  124. <xs:complexType name="gYear">
  125. <xs:simpleContent>
  126. <xs:extension base="xs:gYear">
  127. <xs:attributeGroup ref="tns:commonAttributes"/>
  128. </xs:extension>
  129. </xs:simpleContent>
  130. </xs:complexType>
  131. <xs:element type="tns:gMonthDay" name="gMonthDay"/>
  132. <xs:complexType name="gMonthDay">
  133. <xs:simpleContent>
  134. <xs:extension base="xs:gMonthDay">
  135. <xs:attributeGroup ref="tns:commonAttributes"/>
  136. </xs:extension>
  137. </xs:simpleContent>
  138. </xs:complexType>
  139. <xs:element type="tns:gDay" name="gDay"/>
  140. <xs:complexType name="gDay">
  141. <xs:simpleContent>
  142. <xs:extension base="xs:gDay">
  143. <xs:attributeGroup ref="tns:commonAttributes"/>
  144. </xs:extension>
  145. </xs:simpleContent>
  146. </xs:complexType>
  147. <xs:element type="tns:gMonth" name="gMonth"/>
  148. <xs:complexType name="gMonth">
  149. <xs:simpleContent>
  150. <xs:extension base="xs:gMonth">
  151. <xs:attributeGroup ref="tns:commonAttributes"/>
  152. </xs:extension>
  153. </xs:simpleContent>
  154. </xs:complexType>
  155. <xs:element type="tns:boolean" name="boolean"/>
  156. <xs:complexType name="boolean">
  157. <xs:simpleContent>
  158. <xs:extension base="xs:boolean">
  159. <xs:attributeGroup ref="tns:commonAttributes"/>
  160. </xs:extension>
  161. </xs:simpleContent>
  162. </xs:complexType>
  163. <xs:element type="tns:base64Binary" name="base64Binary"/>
  164. <xs:complexType name="base64Binary">
  165. <xs:simpleContent>
  166. <xs:extension base="xs:base64Binary">
  167. <xs:attributeGroup ref="tns:commonAttributes"/>
  168. </xs:extension>
  169. </xs:simpleContent>
  170. </xs:complexType>
  171. <xs:element type="tns:hexBinary" name="hexBinary"/>
  172. <xs:complexType name="hexBinary">
  173. <xs:simpleContent>
  174. <xs:extension base="xs:hexBinary">
  175. <xs:attributeGroup ref="tns:commonAttributes"/>
  176. </xs:extension>
  177. </xs:simpleContent>
  178. </xs:complexType>
  179. <xs:element type="tns:float" name="float"/>
  180. <xs:complexType name="float">
  181. <xs:simpleContent>
  182. <xs:extension base="xs:float">
  183. <xs:attributeGroup ref="tns:commonAttributes"/>
  184. </xs:extension>
  185. </xs:simpleContent>
  186. </xs:complexType>
  187. <xs:element type="tns:double" name="double"/>
  188. <xs:complexType name="double">
  189. <xs:simpleContent>
  190. <xs:extension base="xs:double">
  191. <xs:attributeGroup ref="tns:commonAttributes"/>
  192. </xs:extension>
  193. </xs:simpleContent>
  194. </xs:complexType>
  195. <xs:element type="tns:anyURI" name="anyURI"/>
  196. <xs:complexType name="anyURI">
  197. <xs:simpleContent>
  198. <xs:extension base="xs:anyURI">
  199. <xs:attributeGroup ref="tns:commonAttributes"/>
  200. </xs:extension>
  201. </xs:simpleContent>
  202. </xs:complexType>
  203. <xs:element type="tns:QName" name="QName"/>
  204. <xs:complexType name="QName">
  205. <xs:simpleContent>
  206. <xs:extension base="xs:QName">
  207. <xs:attributeGroup ref="tns:commonAttributes"/>
  208. </xs:extension>
  209. </xs:simpleContent>
  210. </xs:complexType>
  211. <xs:element type="tns:string" name="string"/>
  212. <xs:complexType name="string">
  213. <xs:simpleContent>
  214. <xs:extension base="xs:string">
  215. <xs:attributeGroup ref="tns:commonAttributes"/>
  216. </xs:extension>
  217. </xs:simpleContent>
  218. </xs:complexType>
  219. <xs:element type="tns:normalizedString" name="normalizedString"/>
  220. <xs:complexType name="normalizedString">
  221. <xs:simpleContent>
  222. <xs:extension base="xs:normalizedString">
  223. <xs:attributeGroup ref="tns:commonAttributes"/>
  224. </xs:extension>
  225. </xs:simpleContent>
  226. </xs:complexType>
  227. <xs:element type="tns:token" name="token"/>
  228. <xs:complexType name="token">
  229. <xs:simpleContent>
  230. <xs:extension base="xs:token">
  231. <xs:attributeGroup ref="tns:commonAttributes"/>
  232. </xs:extension>
  233. </xs:simpleContent>
  234. </xs:complexType>
  235. <xs:element type="tns:language" name="language"/>
  236. <xs:complexType name="language">
  237. <xs:simpleContent>
  238. <xs:extension base="xs:language">
  239. <xs:attributeGroup ref="tns:commonAttributes"/>
  240. </xs:extension>
  241. </xs:simpleContent>
  242. </xs:complexType>
  243. <xs:element type="tns:Name" name="Name"/>
  244. <xs:complexType name="Name">
  245. <xs:simpleContent>
  246. <xs:extension base="xs:Name">
  247. <xs:attributeGroup ref="tns:commonAttributes"/>
  248. </xs:extension>
  249. </xs:simpleContent>
  250. </xs:complexType>
  251. <xs:element type="tns:NMTOKEN" name="NMTOKEN"/>
  252. <xs:complexType name="NMTOKEN">
  253. <xs:simpleContent>
  254. <xs:extension base="xs:NMTOKEN">
  255. <xs:attributeGroup ref="tns:commonAttributes"/>
  256. </xs:extension>
  257. </xs:simpleContent>
  258. </xs:complexType>
  259. <xs:element type="tns:NCName" name="NCName"/>
  260. <xs:complexType name="NCName">
  261. <xs:simpleContent>
  262. <xs:extension base="xs:NCName">
  263. <xs:attributeGroup ref="tns:commonAttributes"/>
  264. </xs:extension>
  265. </xs:simpleContent>
  266. </xs:complexType>
  267. <xs:element type="tns:NMTOKENS" name="NMTOKENS"/>
  268. <xs:complexType name="NMTOKENS">
  269. <xs:simpleContent>
  270. <xs:extension base="xs:NMTOKENS">
  271. <xs:attributeGroup ref="tns:commonAttributes"/>
  272. </xs:extension>
  273. </xs:simpleContent>
  274. </xs:complexType>
  275. <xs:element type="tns:ID" name="ID"/>
  276. <xs:complexType name="ID">
  277. <xs:simpleContent>
  278. <xs:extension base="xs:ID">
  279. <xs:attributeGroup ref="tns:commonAttributes"/>
  280. </xs:extension>
  281. </xs:simpleContent>
  282. </xs:complexType>
  283. <xs:element type="tns:IDREF" name="IDREF"/>
  284. <xs:complexType name="IDREF">
  285. <xs:simpleContent>
  286. <xs:extension base="xs:IDREF">
  287. <xs:attributeGroup ref="tns:commonAttributes"/>
  288. </xs:extension>
  289. </xs:simpleContent>
  290. </xs:complexType>
  291. <xs:element type="tns:ENTITY" name="ENTITY"/>
  292. <xs:complexType name="ENTITY">
  293. <xs:simpleContent>
  294. <xs:extension base="xs:ENTITY">
  295. <xs:attributeGroup ref="tns:commonAttributes"/>
  296. </xs:extension>
  297. </xs:simpleContent>
  298. </xs:complexType>
  299. <xs:element type="tns:IDREFS" name="IDREFS"/>
  300. <xs:complexType name="IDREFS">
  301. <xs:simpleContent>
  302. <xs:extension base="xs:IDREFS">
  303. <xs:attributeGroup ref="tns:commonAttributes"/>
  304. </xs:extension>
  305. </xs:simpleContent>
  306. </xs:complexType>
  307. <xs:element type="tns:ENTITIES" name="ENTITIES"/>
  308. <xs:complexType name="ENTITIES">
  309. <xs:simpleContent>
  310. <xs:extension base="xs:ENTITIES">
  311. <xs:attributeGroup ref="tns:commonAttributes"/>
  312. </xs:extension>
  313. </xs:simpleContent>
  314. </xs:complexType>
  315. <xs:element type="tns:decimal" name="decimal"/>
  316. <xs:complexType name="decimal">
  317. <xs:simpleContent>
  318. <xs:extension base="xs:decimal">
  319. <xs:attributeGroup ref="tns:commonAttributes"/>
  320. </xs:extension>
  321. </xs:simpleContent>
  322. </xs:complexType>
  323. <xs:element type="tns:integer" name="integer"/>
  324. <xs:complexType name="integer">
  325. <xs:simpleContent>
  326. <xs:extension base="xs:integer">
  327. <xs:attributeGroup ref="tns:commonAttributes"/>
  328. </xs:extension>
  329. </xs:simpleContent>
  330. </xs:complexType>
  331. <xs:element type="tns:nonPositiveInteger" name="nonPositiveInteger"/>
  332. <xs:complexType name="nonPositiveInteger">
  333. <xs:simpleContent>
  334. <xs:extension base="xs:nonPositiveInteger">
  335. <xs:attributeGroup ref="tns:commonAttributes"/>
  336. </xs:extension>
  337. </xs:simpleContent>
  338. </xs:complexType>
  339. <xs:element type="tns:negativeInteger" name="negativeInteger"/>
  340. <xs:complexType name="negativeInteger">
  341. <xs:simpleContent>
  342. <xs:extension base="xs:negativeInteger">
  343. <xs:attributeGroup ref="tns:commonAttributes"/>
  344. </xs:extension>
  345. </xs:simpleContent>
  346. </xs:complexType>
  347. <xs:element type="tns:long" name="long"/>
  348. <xs:complexType name="long">
  349. <xs:simpleContent>
  350. <xs:extension base="xs:long">
  351. <xs:attributeGroup ref="tns:commonAttributes"/>
  352. </xs:extension>
  353. </xs:simpleContent>
  354. </xs:complexType>
  355. <xs:element type="tns:int" name="int"/>
  356. <xs:complexType name="int">
  357. <xs:simpleContent>
  358. <xs:extension base="xs:int">
  359. <xs:attributeGroup ref="tns:commonAttributes"/>
  360. </xs:extension>
  361. </xs:simpleContent>
  362. </xs:complexType>
  363. <xs:element type="tns:short" name="short"/>
  364. <xs:complexType name="short">
  365. <xs:simpleContent>
  366. <xs:extension base="xs:short">
  367. <xs:attributeGroup ref="tns:commonAttributes"/>
  368. </xs:extension>
  369. </xs:simpleContent>
  370. </xs:complexType>
  371. <xs:element type="tns:byte" name="byte"/>
  372. <xs:complexType name="byte">
  373. <xs:simpleContent>
  374. <xs:extension base="xs:byte">
  375. <xs:attributeGroup ref="tns:commonAttributes"/>
  376. </xs:extension>
  377. </xs:simpleContent>
  378. </xs:complexType>
  379. <xs:element type="tns:nonNegativeInteger" name="nonNegativeInteger"/>
  380. <xs:complexType name="nonNegativeInteger">
  381. <xs:simpleContent>
  382. <xs:extension base="xs:nonNegativeInteger">
  383. <xs:attributeGroup ref="tns:commonAttributes"/>
  384. </xs:extension>
  385. </xs:simpleContent>
  386. </xs:complexType>
  387. <xs:element type="tns:unsignedLong" name="unsignedLong"/>
  388. <xs:complexType name="unsignedLong">
  389. <xs:simpleContent>
  390. <xs:extension base="xs:unsignedLong">
  391. <xs:attributeGroup ref="tns:commonAttributes"/>
  392. </xs:extension>
  393. </xs:simpleContent>
  394. </xs:complexType>
  395. <xs:element type="tns:unsignedInt" name="unsignedInt"/>
  396. <xs:complexType name="unsignedInt">
  397. <xs:simpleContent>
  398. <xs:extension base="xs:unsignedInt">
  399. <xs:attributeGroup ref="tns:commonAttributes"/>
  400. </xs:extension>
  401. </xs:simpleContent>
  402. </xs:complexType>
  403. <xs:element type="tns:unsignedShort" name="unsignedShort"/>
  404. <xs:complexType name="unsignedShort">
  405. <xs:simpleContent>
  406. <xs:extension base="xs:unsignedShort">
  407. <xs:attributeGroup ref="tns:commonAttributes"/>
  408. </xs:extension>
  409. </xs:simpleContent>
  410. </xs:complexType>
  411. <xs:element type="tns:unsignedByte" name="unsignedByte"/>
  412. <xs:complexType name="unsignedByte">
  413. <xs:simpleContent>
  414. <xs:extension base="xs:unsignedByte">
  415. <xs:attributeGroup ref="tns:commonAttributes"/>
  416. </xs:extension>
  417. </xs:simpleContent>
  418. </xs:complexType>
  419. <xs:element type="tns:positiveInteger" name="positiveInteger"/>
  420. <xs:complexType name="positiveInteger">
  421. <xs:simpleContent>
  422. <xs:extension base="xs:positiveInteger">
  423. <xs:attributeGroup ref="tns:commonAttributes"/>
  424. </xs:extension>
  425. </xs:simpleContent>
  426. </xs:complexType>
  427. <xs:element name="anyType"/>
  428. </xs:schema>
  429. (model)
  430. <Attribute:0x484b8d50 name="root" />
  431. <AttributeGroup:0x484b8bd0 name="commonAttributes">
  432. <Attribute:0x484b8c70 name="id" type="xs:ID" />@
  433. <Attribute:0x484b84f0 name="href" type="xs:anyURI" />@
  434. </AttributeGroup>
  435. <Simple:0x484b8510 name="arrayCoordinate" />
  436. <Attribute:0x484b8c90 name="arrayType" type="xs:string" />
  437. <Attribute:0x484b8cd0 name="offset" type="tns:arrayCoordinate" />
  438. <AttributeGroup:0x484b8cb0 name="arrayAttributes">
  439. <Attribute:0x484fbcb0 ref="tns:arrayType" />@
  440. <Attribute:0x484fbcf0 ref="tns:offset" />@
  441. </AttributeGroup>
  442. <Attribute:0x484b8c50 name="position" type="tns:arrayCoordinate" />
  443. <AttributeGroup:0x484fbd10 name="arrayMemberAttributes">
  444. <Attribute:0x484fbd50 ref="tns:position" />@
  445. </AttributeGroup>
  446. <Group:0x484fbd70 name="Array">
  447. <Sequence:0x484fbd30>
  448. <Any:0x484fbdf0 />
  449. </Sequence>
  450. </Group>
  451. <Element:0x484fbd90 name="Array" type="tns:Array" />
  452. <Complex:0x484fbe30 name="Array" />
  453. <Element:0x484b8490 name="Struct" type="tns:Struct" />
  454. <Group:0x484fbe90 name="Struct">
  455. <Sequence:0x484fbe70>
  456. <Any:0x484fbef0 />
  457. </Sequence>
  458. </Group>
  459. <Complex:0x484fbeb0 name="Struct" />
  460. <Simple:0x484fbf50 name="base64" />
  461. <Element:0x484fbf10 name="duration" type="tns:duration" />
  462. <Complex:0x484fbfb0 name="duration" />
  463. <Element:0x484fbf70 name="dateTime" type="tns:dateTime" />
  464. <Complex:0x484fbfd0 name="dateTime" />
  465. <Element:0x48544050 name="NOTATION" type="tns:NOTATION" />
  466. <Complex:0x485440f0 name="NOTATION" />
  467. <Element:0x48544070 name="time" type="tns:time" />
  468. <Complex:0x48544190 name="time" />
  469. <Element:0x48544110 name="date" type="tns:date" />
  470. <Complex:0x48544230 name="date" />
  471. <Element:0x485441b0 name="gYearMonth" type="tns:gYearMonth" />
  472. <Complex:0x485442d0 name="gYearMonth" />
  473. <Element:0x48544250 name="gYear" type="tns:gYear" />
  474. <Complex:0x48544370 name="gYear" />
  475. <Element:0x485442f0 name="gMonthDay" type="tns:gMonthDay" />
  476. <Complex:0x48544410 name="gMonthDay" />
  477. <Element:0x48544390 name="gDay" type="tns:gDay" />
  478. <Complex:0x485444b0 name="gDay" />
  479. <Element:0x48544430 name="gMonth" type="tns:gMonth" />
  480. <Complex:0x48544550 name="gMonth" />
  481. <Element:0x485444d0 name="boolean" type="tns:boolean" />
  482. <Complex:0x485445f0 name="boolean" />
  483. <Element:0x48544570 name="base64Binary" type="tns:base64Binary" />
  484. <Complex:0x48544690 name="base64Binary" />
  485. <Element:0x48544610 name="hexBinary" type="tns:hexBinary" />
  486. <Complex:0x48544730 name="hexBinary" />
  487. <Element:0x485446b0 name="float" type="tns:float" />
  488. <Complex:0x485447d0 name="float" />
  489. <Element:0x48544750 name="double" type="tns:double" />
  490. <Complex:0x48544870 name="double" />
  491. <Element:0x485447f0 name="anyURI" type="tns:anyURI" />
  492. <Complex:0x48544910 name="anyURI" />
  493. <Element:0x48544890 name="QName" type="tns:QName" />
  494. <Complex:0x485449b0 name="QName" />
  495. <Element:0x48544930 name="string" type="tns:string" />
  496. <Complex:0x48544a50 name="string" />
  497. <Element:0x485449d0 name="normalizedString" type="tns:normalizedString" />
  498. <Complex:0x48544af0 name="normalizedString" />
  499. <Element:0x48544a70 name="token" type="tns:token" />
  500. <Complex:0x48544b90 name="token" />
  501. <Element:0x48544b10 name="language" type="tns:language" />
  502. <Complex:0x48544c30 name="language" />
  503. <Element:0x48544bb0 name="Name" type="tns:Name" />
  504. <Complex:0x48544cd0 name="Name" />
  505. <Element:0x48544c50 name="NMTOKEN" type="tns:NMTOKEN" />
  506. <Complex:0x48544d70 name="NMTOKEN" />
  507. <Element:0x48544cf0 name="NCName" type="tns:NCName" />
  508. <Complex:0x48544e10 name="NCName" />
  509. <Element:0x48544d90 name="NMTOKENS" type="tns:NMTOKENS" />
  510. <Complex:0x48544eb0 name="NMTOKENS" />
  511. <Element:0x48544e30 name="ID" type="tns:ID" />
  512. <Complex:0x48544f50 name="ID" />
  513. <Element:0x48544ed0 name="IDREF" type="tns:IDREF" />
  514. <Complex:0x48544ff0 name="IDREF" />
  515. <Element:0x48544f70 name="ENTITY" type="tns:ENTITY" />
  516. <Complex:0x485490b0 name="ENTITY" />
  517. <Element:0x48549030 name="IDREFS" type="tns:IDREFS" />
  518. <Complex:0x48549150 name="IDREFS" />
  519. <Element:0x485490d0 name="ENTITIES" type="tns:ENTITIES" />
  520. <Complex:0x485491f0 name="ENTITIES" />
  521. <Element:0x48549170 name="decimal" type="tns:decimal" />
  522. <Complex:0x48549290 name="decimal" />
  523. <Element:0x48549210 name="integer" type="tns:integer" />
  524. <Complex:0x48549330 name="integer" />
  525. <Element:0x485492b0 name="nonPositiveInteger" type="tns:nonPositiveInteger" />
  526. <Complex:0x485493d0 name="nonPositiveInteger" />
  527. <Element:0x48549350 name="negativeInteger" type="tns:negativeInteger" />
  528. <Complex:0x48549470 name="negativeInteger" />
  529. <Element:0x485493f0 name="long" type="tns:long" />
  530. <Complex:0x48549510 name="long" />
  531. <Element:0x48549490 name="int" type="tns:int" />
  532. <Complex:0x485495b0 name="int" />
  533. <Element:0x48549530 name="short" type="tns:short" />
  534. <Complex:0x48549650 name="short" />
  535. <Element:0x485495d0 name="byte" type="tns:byte" />
  536. <Complex:0x485496f0 name="byte" />
  537. <Element:0x48549670 name="nonNegativeInteger" type="tns:nonNegativeInteger" />
  538. <Complex:0x48549790 name="nonNegativeInteger" />
  539. <Element:0x48549710 name="unsignedLong" type="tns:unsignedLong" />
  540. <Complex:0x48549830 name="unsignedLong" />
  541. <Element:0x485497b0 name="unsignedInt" type="tns:unsignedInt" />
  542. <Complex:0x485498d0 name="unsignedInt" />
  543. <Element:0x48549850 name="unsignedShort" type="tns:unsignedShort" />
  544. <Complex:0x48549970 name="unsignedShort" />
  545. <Element:0x485498f0 name="unsignedByte" type="tns:unsignedByte" />
  546. <Complex:0x48549a10 name="unsignedByte" />
  547. <Element:0x48549990 name="positiveInteger" type="tns:positiveInteger" />
  548. <Complex:0x48549ab0 name="positiveInteger" />
  549. <Element:0x48549a30 name="anyType" type="xs:anyType" />
  550.  
  551. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <Attribute:0x484fbcb0 ref="(u'arrayType', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <Attribute:0x484b8c90 name="arrayType" type="(u'string', u'http://www.w3.org/2001/XMLSchema')" />
  552. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <Attribute:0x484fbcf0 ref="(u'offset', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <Attribute:0x484b8cd0 name="offset" type="(u'arrayCoordinate', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  553. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <Attribute:0x484fbd50 ref="(u'position', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <Attribute:0x484b8c50 name="position" type="(u'arrayCoordinate', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  554. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <Group:0x484fbdb0 ref="(u'Array', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <Group:0x484fbd70 name="Array" />
  555. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x484fbdd0 ref="(u'arrayAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8cb0 name="arrayAttributes" />
  556. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x484fbe50 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  557. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <Group:0x484fbe10 ref="(u'Struct', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <Group:0x484fbe90 name="Struct" />
  558. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x484fbf30 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  559. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48544030 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  560. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x485440d0 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  561. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48544170 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  562. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48544210 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  563. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x485442b0 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  564. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48544350 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  565. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x485443f0 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  566. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48544490 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  567. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48544530 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  568. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x485445d0 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  569. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48544670 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  570. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48544710 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  571. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x485447b0 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  572. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48544850 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  573. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x485448f0 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  574. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48544990 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  575. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48544a30 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  576. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48544ad0 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  577. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48544b70 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  578. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48544c10 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  579. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48544cb0 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  580. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48544d50 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  581. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48544df0 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  582. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48544e90 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  583. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48544f30 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  584. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48544fd0 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  585. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48549090 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  586. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48549130 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  587. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x485491d0 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  588. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48549270 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  589. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48549310 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  590. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x485493b0 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  591. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48549450 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  592. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x485494f0 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  593. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48549590 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  594. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48549630 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  595. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x485496d0 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  596. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48549770 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  597. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48549810 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  598. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x485498b0 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  599. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48549950 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  600. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x485499f0 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  601. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48549a90 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  602. DEBUG:suds.xsd.schema:(http://schemas.xmlsoap.org/soap/encoding/) merging <AttributeGroup:0x48549b30 ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <AttributeGroup:0x484b8bd0 name="commonAttributes" />
  603. DEBUG:suds.xsd.schema:dereferenced:
  604. Schema:0x48521cd8
  605. (raw)
  606. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://schemas.xmlsoap.org/soap/encoding/" url="suds://schemas.xmlsoap.org/soap/encoding/">
  607. <xs:attribute name="root">
  608. <xs:annotation>
  609. <xs:documentation>
  610. &apos;root&apos; can be used to distinguish serialization roots from other
  611. elements that are present in a serialization but are not roots of
  612. a serialized value graph
  613. </xs:documentation>
  614. </xs:annotation>
  615. <xs:simpleType>
  616. <xs:restriction base="xs:boolean">
  617. <xs:pattern value="0|1"/>
  618. </xs:restriction>
  619. </xs:simpleType>
  620. </xs:attribute>
  621. <xs:attributeGroup name="commonAttributes">
  622. <xs:annotation>
  623. <xs:documentation>
  624. Attributes common to all elements that function as accessors or
  625. represent independent (multi-ref) values. The href attribute is
  626. intended to be used in a manner like CONREF. That is, the element
  627. content should be empty iff the href attribute appears
  628. </xs:documentation>
  629. </xs:annotation>
  630. <xs:attribute type="xs:ID" name="id"/>
  631. <xs:attribute type="xs:anyURI" name="href"/>
  632. <xs:anyAttribute namespace="##other" processContents="lax"/>
  633. </xs:attributeGroup>
  634. <xs:simpleType name="arrayCoordinate">
  635. <xs:restriction base="xs:string"/>
  636. </xs:simpleType>
  637. <xs:attribute type="xs:string" name="arrayType"/>
  638. <xs:attribute type="tns:arrayCoordinate" name="offset"/>
  639. <xs:attributeGroup name="arrayAttributes">
  640. <xs:attribute ref="tns:arrayType"/>
  641. <xs:attribute ref="tns:offset"/>
  642. </xs:attributeGroup>
  643. <xs:attribute type="tns:arrayCoordinate" name="position"/>
  644. <xs:attributeGroup name="arrayMemberAttributes">
  645. <xs:attribute ref="tns:position"/>
  646. </xs:attributeGroup>
  647. <xs:group name="Array">
  648. <xs:sequence>
  649. <xs:any maxOccurs="unbounded" namespace="##any" processContents="lax" minOccurs="0"/>
  650. </xs:sequence>
  651. </xs:group>
  652. <xs:element type="tns:Array" name="Array"/>
  653. <xs:complexType name="Array">
  654. <xs:annotation>
  655. <xs:documentation>
  656. &apos;Array&apos; is a complex type for accessors identified by position
  657. </xs:documentation>
  658. </xs:annotation>
  659. <xs:group ref="tns:Array" minOccurs="0"/>
  660. <xs:attributeGroup ref="tns:arrayAttributes"/>
  661. <xs:attributeGroup ref="tns:commonAttributes"/>
  662. </xs:complexType>
  663. <xs:element type="tns:Struct" name="Struct"/>
  664. <xs:group name="Struct">
  665. <xs:sequence>
  666. <xs:any maxOccurs="unbounded" namespace="##any" processContents="lax" minOccurs="0"/>
  667. </xs:sequence>
  668. </xs:group>
  669. <xs:complexType name="Struct">
  670. <xs:group ref="tns:Struct" minOccurs="0"/>
  671. <xs:attributeGroup ref="tns:commonAttributes"/>
  672. </xs:complexType>
  673. <xs:simpleType name="base64">
  674. <xs:restriction base="xs:base64Binary"/>
  675. </xs:simpleType>
  676. <xs:element type="tns:duration" name="duration"/>
  677. <xs:complexType name="duration">
  678. <xs:simpleContent>
  679. <xs:extension base="xs:duration">
  680. <xs:attributeGroup ref="tns:commonAttributes"/>
  681. </xs:extension>
  682. </xs:simpleContent>
  683. </xs:complexType>
  684. <xs:element type="tns:dateTime" name="dateTime"/>
  685. <xs:complexType name="dateTime">
  686. <xs:simpleContent>
  687. <xs:extension base="xs:dateTime">
  688. <xs:attributeGroup ref="tns:commonAttributes"/>
  689. </xs:extension>
  690. </xs:simpleContent>
  691. </xs:complexType>
  692. <xs:element type="tns:NOTATION" name="NOTATION"/>
  693. <xs:complexType name="NOTATION">
  694. <xs:simpleContent>
  695. <xs:extension base="xs:QName">
  696. <xs:attributeGroup ref="tns:commonAttributes"/>
  697. </xs:extension>
  698. </xs:simpleContent>
  699. </xs:complexType>
  700. <xs:element type="tns:time" name="time"/>
  701. <xs:complexType name="time">
  702. <xs:simpleContent>
  703. <xs:extension base="xs:time">
  704. <xs:attributeGroup ref="tns:commonAttributes"/>
  705. </xs:extension>
  706. </xs:simpleContent>
  707. </xs:complexType>
  708. <xs:element type="tns:date" name="date"/>
  709. <xs:complexType name="date">
  710. <xs:simpleContent>
  711. <xs:extension base="xs:date">
  712. <xs:attributeGroup ref="tns:commonAttributes"/>
  713. </xs:extension>
  714. </xs:simpleContent>
  715. </xs:complexType>
  716. <xs:element type="tns:gYearMonth" name="gYearMonth"/>
  717. <xs:complexType name="gYearMonth">
  718. <xs:simpleContent>
  719. <xs:extension base="xs:gYearMonth">
  720. <xs:attributeGroup ref="tns:commonAttributes"/>
  721. </xs:extension>
  722. </xs:simpleContent>
  723. </xs:complexType>
  724. <xs:element type="tns:gYear" name="gYear"/>
  725. <xs:complexType name="gYear">
  726. <xs:simpleContent>
  727. <xs:extension base="xs:gYear">
  728. <xs:attributeGroup ref="tns:commonAttributes"/>
  729. </xs:extension>
  730. </xs:simpleContent>
  731. </xs:complexType>
  732. <xs:element type="tns:gMonthDay" name="gMonthDay"/>
  733. <xs:complexType name="gMonthDay">
  734. <xs:simpleContent>
  735. <xs:extension base="xs:gMonthDay">
  736. <xs:attributeGroup ref="tns:commonAttributes"/>
  737. </xs:extension>
  738. </xs:simpleContent>
  739. </xs:complexType>
  740. <xs:element type="tns:gDay" name="gDay"/>
  741. <xs:complexType name="gDay">
  742. <xs:simpleContent>
  743. <xs:extension base="xs:gDay">
  744. <xs:attributeGroup ref="tns:commonAttributes"/>
  745. </xs:extension>
  746. </xs:simpleContent>
  747. </xs:complexType>
  748. <xs:element type="tns:gMonth" name="gMonth"/>
  749. <xs:complexType name="gMonth">
  750. <xs:simpleContent>
  751. <xs:extension base="xs:gMonth">
  752. <xs:attributeGroup ref="tns:commonAttributes"/>
  753. </xs:extension>
  754. </xs:simpleContent>
  755. </xs:complexType>
  756. <xs:element type="tns:boolean" name="boolean"/>
  757. <xs:complexType name="boolean">
  758. <xs:simpleContent>
  759. <xs:extension base="xs:boolean">
  760. <xs:attributeGroup ref="tns:commonAttributes"/>
  761. </xs:extension>
  762. </xs:simpleContent>
  763. </xs:complexType>
  764. <xs:element type="tns:base64Binary" name="base64Binary"/>
  765. <xs:complexType name="base64Binary">
  766. <xs:simpleContent>
  767. <xs:extension base="xs:base64Binary">
  768. <xs:attributeGroup ref="tns:commonAttributes"/>
  769. </xs:extension>
  770. </xs:simpleContent>
  771. </xs:complexType>
  772. <xs:element type="tns:hexBinary" name="hexBinary"/>
  773. <xs:complexType name="hexBinary">
  774. <xs:simpleContent>
  775. <xs:extension base="xs:hexBinary">
  776. <xs:attributeGroup ref="tns:commonAttributes"/>
  777. </xs:extension>
  778. </xs:simpleContent>
  779. </xs:complexType>
  780. <xs:element type="tns:float" name="float"/>
  781. <xs:complexType name="float">
  782. <xs:simpleContent>
  783. <xs:extension base="xs:float">
  784. <xs:attributeGroup ref="tns:commonAttributes"/>
  785. </xs:extension>
  786. </xs:simpleContent>
  787. </xs:complexType>
  788. <xs:element type="tns:double" name="double"/>
  789. <xs:complexType name="double">
  790. <xs:simpleContent>
  791. <xs:extension base="xs:double">
  792. <xs:attributeGroup ref="tns:commonAttributes"/>
  793. </xs:extension>
  794. </xs:simpleContent>
  795. </xs:complexType>
  796. <xs:element type="tns:anyURI" name="anyURI"/>
  797. <xs:complexType name="anyURI">
  798. <xs:simpleContent>
  799. <xs:extension base="xs:anyURI">
  800. <xs:attributeGroup ref="tns:commonAttributes"/>
  801. </xs:extension>
  802. </xs:simpleContent>
  803. </xs:complexType>
  804. <xs:element type="tns:QName" name="QName"/>
  805. <xs:complexType name="QName">
  806. <xs:simpleContent>
  807. <xs:extension base="xs:QName">
  808. <xs:attributeGroup ref="tns:commonAttributes"/>
  809. </xs:extension>
  810. </xs:simpleContent>
  811. </xs:complexType>
  812. <xs:element type="tns:string" name="string"/>
  813. <xs:complexType name="string">
  814. <xs:simpleContent>
  815. <xs:extension base="xs:string">
  816. <xs:attributeGroup ref="tns:commonAttributes"/>
  817. </xs:extension>
  818. </xs:simpleContent>
  819. </xs:complexType>
  820. <xs:element type="tns:normalizedString" name="normalizedString"/>
  821. <xs:complexType name="normalizedString">
  822. <xs:simpleContent>
  823. <xs:extension base="xs:normalizedString">
  824. <xs:attributeGroup ref="tns:commonAttributes"/>
  825. </xs:extension>
  826. </xs:simpleContent>
  827. </xs:complexType>
  828. <xs:element type="tns:token" name="token"/>
  829. <xs:complexType name="token">
  830. <xs:simpleContent>
  831. <xs:extension base="xs:token">
  832. <xs:attributeGroup ref="tns:commonAttributes"/>
  833. </xs:extension>
  834. </xs:simpleContent>
  835. </xs:complexType>
  836. <xs:element type="tns:language" name="language"/>
  837. <xs:complexType name="language">
  838. <xs:simpleContent>
  839. <xs:extension base="xs:language">
  840. <xs:attributeGroup ref="tns:commonAttributes"/>
  841. </xs:extension>
  842. </xs:simpleContent>
  843. </xs:complexType>
  844. <xs:element type="tns:Name" name="Name"/>
  845. <xs:complexType name="Name">
  846. <xs:simpleContent>
  847. <xs:extension base="xs:Name">
  848. <xs:attributeGroup ref="tns:commonAttributes"/>
  849. </xs:extension>
  850. </xs:simpleContent>
  851. </xs:complexType>
  852. <xs:element type="tns:NMTOKEN" name="NMTOKEN"/>
  853. <xs:complexType name="NMTOKEN">
  854. <xs:simpleContent>
  855. <xs:extension base="xs:NMTOKEN">
  856. <xs:attributeGroup ref="tns:commonAttributes"/>
  857. </xs:extension>
  858. </xs:simpleContent>
  859. </xs:complexType>
  860. <xs:element type="tns:NCName" name="NCName"/>
  861. <xs:complexType name="NCName">
  862. <xs:simpleContent>
  863. <xs:extension base="xs:NCName">
  864. <xs:attributeGroup ref="tns:commonAttributes"/>
  865. </xs:extension>
  866. </xs:simpleContent>
  867. </xs:complexType>
  868. <xs:element type="tns:NMTOKENS" name="NMTOKENS"/>
  869. <xs:complexType name="NMTOKENS">
  870. <xs:simpleContent>
  871. <xs:extension base="xs:NMTOKENS">
  872. <xs:attributeGroup ref="tns:commonAttributes"/>
  873. </xs:extension>
  874. </xs:simpleContent>
  875. </xs:complexType>
  876. <xs:element type="tns:ID" name="ID"/>
  877. <xs:complexType name="ID">
  878. <xs:simpleContent>
  879. <xs:extension base="xs:ID">
  880. <xs:attributeGroup ref="tns:commonAttributes"/>
  881. </xs:extension>
  882. </xs:simpleContent>
  883. </xs:complexType>
  884. <xs:element type="tns:IDREF" name="IDREF"/>
  885. <xs:complexType name="IDREF">
  886. <xs:simpleContent>
  887. <xs:extension base="xs:IDREF">
  888. <xs:attributeGroup ref="tns:commonAttributes"/>
  889. </xs:extension>
  890. </xs:simpleContent>
  891. </xs:complexType>
  892. <xs:element type="tns:ENTITY" name="ENTITY"/>
  893. <xs:complexType name="ENTITY">
  894. <xs:simpleContent>
  895. <xs:extension base="xs:ENTITY">
  896. <xs:attributeGroup ref="tns:commonAttributes"/>
  897. </xs:extension>
  898. </xs:simpleContent>
  899. </xs:complexType>
  900. <xs:element type="tns:IDREFS" name="IDREFS"/>
  901. <xs:complexType name="IDREFS">
  902. <xs:simpleContent>
  903. <xs:extension base="xs:IDREFS">
  904. <xs:attributeGroup ref="tns:commonAttributes"/>
  905. </xs:extension>
  906. </xs:simpleContent>
  907. </xs:complexType>
  908. <xs:element type="tns:ENTITIES" name="ENTITIES"/>
  909. <xs:complexType name="ENTITIES">
  910. <xs:simpleContent>
  911. <xs:extension base="xs:ENTITIES">
  912. <xs:attributeGroup ref="tns:commonAttributes"/>
  913. </xs:extension>
  914. </xs:simpleContent>
  915. </xs:complexType>
  916. <xs:element type="tns:decimal" name="decimal"/>
  917. <xs:complexType name="decimal">
  918. <xs:simpleContent>
  919. <xs:extension base="xs:decimal">
  920. <xs:attributeGroup ref="tns:commonAttributes"/>
  921. </xs:extension>
  922. </xs:simpleContent>
  923. </xs:complexType>
  924. <xs:element type="tns:integer" name="integer"/>
  925. <xs:complexType name="integer">
  926. <xs:simpleContent>
  927. <xs:extension base="xs:integer">
  928. <xs:attributeGroup ref="tns:commonAttributes"/>
  929. </xs:extension>
  930. </xs:simpleContent>
  931. </xs:complexType>
  932. <xs:element type="tns:nonPositiveInteger" name="nonPositiveInteger"/>
  933. <xs:complexType name="nonPositiveInteger">
  934. <xs:simpleContent>
  935. <xs:extension base="xs:nonPositiveInteger">
  936. <xs:attributeGroup ref="tns:commonAttributes"/>
  937. </xs:extension>
  938. </xs:simpleContent>
  939. </xs:complexType>
  940. <xs:element type="tns:negativeInteger" name="negativeInteger"/>
  941. <xs:complexType name="negativeInteger">
  942. <xs:simpleContent>
  943. <xs:extension base="xs:negativeInteger">
  944. <xs:attributeGroup ref="tns:commonAttributes"/>
  945. </xs:extension>
  946. </xs:simpleContent>
  947. </xs:complexType>
  948. <xs:element type="tns:long" name="long"/>
  949. <xs:complexType name="long">
  950. <xs:simpleContent>
  951. <xs:extension base="xs:long">
  952. <xs:attributeGroup ref="tns:commonAttributes"/>
  953. </xs:extension>
  954. </xs:simpleContent>
  955. </xs:complexType>
  956. <xs:element type="tns:int" name="int"/>
  957. <xs:complexType name="int">
  958. <xs:simpleContent>
  959. <xs:extension base="xs:int">
  960. <xs:attributeGroup ref="tns:commonAttributes"/>
  961. </xs:extension>
  962. </xs:simpleContent>
  963. </xs:complexType>
  964. <xs:element type="tns:short" name="short"/>
  965. <xs:complexType name="short">
  966. <xs:simpleContent>
  967. <xs:extension base="xs:short">
  968. <xs:attributeGroup ref="tns:commonAttributes"/>
  969. </xs:extension>
  970. </xs:simpleContent>
  971. </xs:complexType>
  972. <xs:element type="tns:byte" name="byte"/>
  973. <xs:complexType name="byte">
  974. <xs:simpleContent>
  975. <xs:extension base="xs:byte">
  976. <xs:attributeGroup ref="tns:commonAttributes"/>
  977. </xs:extension>
  978. </xs:simpleContent>
  979. </xs:complexType>
  980. <xs:element type="tns:nonNegativeInteger" name="nonNegativeInteger"/>
  981. <xs:complexType name="nonNegativeInteger">
  982. <xs:simpleContent>
  983. <xs:extension base="xs:nonNegativeInteger">
  984. <xs:attributeGroup ref="tns:commonAttributes"/>
  985. </xs:extension>
  986. </xs:simpleContent>
  987. </xs:complexType>
  988. <xs:element type="tns:unsignedLong" name="unsignedLong"/>
  989. <xs:complexType name="unsignedLong">
  990. <xs:simpleContent>
  991. <xs:extension base="xs:unsignedLong">
  992. <xs:attributeGroup ref="tns:commonAttributes"/>
  993. </xs:extension>
  994. </xs:simpleContent>
  995. </xs:complexType>
  996. <xs:element type="tns:unsignedInt" name="unsignedInt"/>
  997. <xs:complexType name="unsignedInt">
  998. <xs:simpleContent>
  999. <xs:extension base="xs:unsignedInt">
  1000. <xs:attributeGroup ref="tns:commonAttributes"/>
  1001. </xs:extension>
  1002. </xs:simpleContent>
  1003. </xs:complexType>
  1004. <xs:element type="tns:unsignedShort" name="unsignedShort"/>
  1005. <xs:complexType name="unsignedShort">
  1006. <xs:simpleContent>
  1007. <xs:extension base="xs:unsignedShort">
  1008. <xs:attributeGroup ref="tns:commonAttributes"/>
  1009. </xs:extension>
  1010. </xs:simpleContent>
  1011. </xs:complexType>
  1012. <xs:element type="tns:unsignedByte" name="unsignedByte"/>
  1013. <xs:complexType name="unsignedByte">
  1014. <xs:simpleContent>
  1015. <xs:extension base="xs:unsignedByte">
  1016. <xs:attributeGroup ref="tns:commonAttributes"/>
  1017. </xs:extension>
  1018. </xs:simpleContent>
  1019. </xs:complexType>
  1020. <xs:element type="tns:positiveInteger" name="positiveInteger"/>
  1021. <xs:complexType name="positiveInteger">
  1022. <xs:simpleContent>
  1023. <xs:extension base="xs:positiveInteger">
  1024. <xs:attributeGroup ref="tns:commonAttributes"/>
  1025. </xs:extension>
  1026. </xs:simpleContent>
  1027. </xs:complexType>
  1028. <xs:element name="anyType"/>
  1029. </xs:schema>
  1030. (model)
  1031. <Attribute:0x484b8d50 name="root" />
  1032. <AttributeGroup:0x484b8bd0 name="commonAttributes">
  1033. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1034. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1035. </AttributeGroup>
  1036. <Simple:0x484b8510 name="arrayCoordinate" />
  1037. <Attribute:0x484b8c90 name="arrayType" type="(u'string', u'http://www.w3.org/2001/XMLSchema')" />
  1038. <Attribute:0x484b8cd0 name="offset" type="(u'arrayCoordinate', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1039. <AttributeGroup:0x484b8cb0 name="arrayAttributes">
  1040. <Attribute:0x484fbcb0 name="arrayType" ref="(u'arrayType', u'http://schemas.xmlsoap.org/soap/encoding/')" type="(u'string', u'http://www.w3.org/2001/XMLSchema')" />@
  1041. <Attribute:0x484fbcf0 name="offset" ref="(u'offset', u'http://schemas.xmlsoap.org/soap/encoding/')" type="(u'arrayCoordinate', u'http://schemas.xmlsoap.org/soap/encoding/')" />@
  1042. </AttributeGroup>
  1043. <Attribute:0x484b8c50 name="position" type="(u'arrayCoordinate', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1044. <AttributeGroup:0x484fbd10 name="arrayMemberAttributes">
  1045. <Attribute:0x484fbd50 name="position" ref="(u'position', u'http://schemas.xmlsoap.org/soap/encoding/')" type="(u'arrayCoordinate', u'http://schemas.xmlsoap.org/soap/encoding/')" />@
  1046. </AttributeGroup>
  1047. <Group:0x484fbd70 name="Array">
  1048. <Sequence:0x484fbd30>
  1049. <Any:0x484fbdf0 />
  1050. </Sequence>
  1051. </Group>
  1052. <Element:0x484fbd90 name="Array" type="(u'Array', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1053. <Complex:0x484fbe30 name="Array">
  1054. <Group:0x484fbdb0 name="Array" ref="(u'Array', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1055. <Sequence:0x484fbd30>
  1056. <Any:0x484fbdf0 />
  1057. </Sequence>
  1058. </Group>
  1059. <AttributeGroup:0x484fbdd0 name="arrayAttributes" ref="(u'arrayAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1060. <Attribute:0x484fbcb0 name="arrayType" ref="(u'arrayType', u'http://schemas.xmlsoap.org/soap/encoding/')" type="(u'string', u'http://www.w3.org/2001/XMLSchema')" />@
  1061. <Attribute:0x484fbcf0 name="offset" ref="(u'offset', u'http://schemas.xmlsoap.org/soap/encoding/')" type="(u'arrayCoordinate', u'http://schemas.xmlsoap.org/soap/encoding/')" />@
  1062. </AttributeGroup>
  1063. <AttributeGroup:0x484fbe50 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1064. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1065. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1066. </AttributeGroup>
  1067. </Complex>
  1068. <Element:0x484b8490 name="Struct" type="(u'Struct', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1069. <Group:0x484fbe90 name="Struct">
  1070. <Sequence:0x484fbe70>
  1071. <Any:0x484fbef0 />
  1072. </Sequence>
  1073. </Group>
  1074. <Complex:0x484fbeb0 name="Struct">
  1075. <Group:0x484fbe10 name="Struct" ref="(u'Struct', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1076. <Sequence:0x484fbe70>
  1077. <Any:0x484fbef0 />
  1078. </Sequence>
  1079. </Group>
  1080. <AttributeGroup:0x484fbf30 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1081. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1082. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1083. </AttributeGroup>
  1084. </Complex>
  1085. <Simple:0x484fbf50 name="base64" />
  1086. <Element:0x484fbf10 name="duration" type="(u'duration', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1087. <Complex:0x484fbfb0 name="duration">
  1088. <SimpleContent:0x484fbf90>
  1089. <Extension:0x484fbff0 ref="(u'duration', u'http://www.w3.org/2001/XMLSchema')">
  1090. <AttributeGroup:0x48544030 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1091. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1092. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1093. </AttributeGroup>
  1094. </Extension>
  1095. </SimpleContent>
  1096. </Complex>
  1097. <Element:0x484fbf70 name="dateTime" type="(u'dateTime', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1098. <Complex:0x484fbfd0 name="dateTime">
  1099. <SimpleContent:0x48544090>
  1100. <Extension:0x485440b0 ref="(u'dateTime', u'http://www.w3.org/2001/XMLSchema')">
  1101. <AttributeGroup:0x485440d0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1102. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1103. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1104. </AttributeGroup>
  1105. </Extension>
  1106. </SimpleContent>
  1107. </Complex>
  1108. <Element:0x48544050 name="NOTATION" type="(u'NOTATION', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1109. <Complex:0x485440f0 name="NOTATION">
  1110. <SimpleContent:0x48544130>
  1111. <Extension:0x48544150 ref="(u'QName', u'http://www.w3.org/2001/XMLSchema')">
  1112. <AttributeGroup:0x48544170 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1113. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1114. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1115. </AttributeGroup>
  1116. </Extension>
  1117. </SimpleContent>
  1118. </Complex>
  1119. <Element:0x48544070 name="time" type="(u'time', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1120. <Complex:0x48544190 name="time">
  1121. <SimpleContent:0x485441d0>
  1122. <Extension:0x485441f0 ref="(u'time', u'http://www.w3.org/2001/XMLSchema')">
  1123. <AttributeGroup:0x48544210 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1124. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1125. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1126. </AttributeGroup>
  1127. </Extension>
  1128. </SimpleContent>
  1129. </Complex>
  1130. <Element:0x48544110 name="date" type="(u'date', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1131. <Complex:0x48544230 name="date">
  1132. <SimpleContent:0x48544270>
  1133. <Extension:0x48544290 ref="(u'date', u'http://www.w3.org/2001/XMLSchema')">
  1134. <AttributeGroup:0x485442b0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1135. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1136. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1137. </AttributeGroup>
  1138. </Extension>
  1139. </SimpleContent>
  1140. </Complex>
  1141. <Element:0x485441b0 name="gYearMonth" type="(u'gYearMonth', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1142. <Complex:0x485442d0 name="gYearMonth">
  1143. <SimpleContent:0x48544310>
  1144. <Extension:0x48544330 ref="(u'gYearMonth', u'http://www.w3.org/2001/XMLSchema')">
  1145. <AttributeGroup:0x48544350 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1146. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1147. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1148. </AttributeGroup>
  1149. </Extension>
  1150. </SimpleContent>
  1151. </Complex>
  1152. <Element:0x48544250 name="gYear" type="(u'gYear', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1153. <Complex:0x48544370 name="gYear">
  1154. <SimpleContent:0x485443b0>
  1155. <Extension:0x485443d0 ref="(u'gYear', u'http://www.w3.org/2001/XMLSchema')">
  1156. <AttributeGroup:0x485443f0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1157. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1158. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1159. </AttributeGroup>
  1160. </Extension>
  1161. </SimpleContent>
  1162. </Complex>
  1163. <Element:0x485442f0 name="gMonthDay" type="(u'gMonthDay', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1164. <Complex:0x48544410 name="gMonthDay">
  1165. <SimpleContent:0x48544450>
  1166. <Extension:0x48544470 ref="(u'gMonthDay', u'http://www.w3.org/2001/XMLSchema')">
  1167. <AttributeGroup:0x48544490 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1168. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1169. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1170. </AttributeGroup>
  1171. </Extension>
  1172. </SimpleContent>
  1173. </Complex>
  1174. <Element:0x48544390 name="gDay" type="(u'gDay', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1175. <Complex:0x485444b0 name="gDay">
  1176. <SimpleContent:0x485444f0>
  1177. <Extension:0x48544510 ref="(u'gDay', u'http://www.w3.org/2001/XMLSchema')">
  1178. <AttributeGroup:0x48544530 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1179. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1180. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1181. </AttributeGroup>
  1182. </Extension>
  1183. </SimpleContent>
  1184. </Complex>
  1185. <Element:0x48544430 name="gMonth" type="(u'gMonth', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1186. <Complex:0x48544550 name="gMonth">
  1187. <SimpleContent:0x48544590>
  1188. <Extension:0x485445b0 ref="(u'gMonth', u'http://www.w3.org/2001/XMLSchema')">
  1189. <AttributeGroup:0x485445d0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1190. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1191. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1192. </AttributeGroup>
  1193. </Extension>
  1194. </SimpleContent>
  1195. </Complex>
  1196. <Element:0x485444d0 name="boolean" type="(u'boolean', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1197. <Complex:0x485445f0 name="boolean">
  1198. <SimpleContent:0x48544630>
  1199. <Extension:0x48544650 ref="(u'boolean', u'http://www.w3.org/2001/XMLSchema')">
  1200. <AttributeGroup:0x48544670 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1201. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1202. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1203. </AttributeGroup>
  1204. </Extension>
  1205. </SimpleContent>
  1206. </Complex>
  1207. <Element:0x48544570 name="base64Binary" type="(u'base64Binary', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1208. <Complex:0x48544690 name="base64Binary">
  1209. <SimpleContent:0x485446d0>
  1210. <Extension:0x485446f0 ref="(u'base64Binary', u'http://www.w3.org/2001/XMLSchema')">
  1211. <AttributeGroup:0x48544710 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1212. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1213. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1214. </AttributeGroup>
  1215. </Extension>
  1216. </SimpleContent>
  1217. </Complex>
  1218. <Element:0x48544610 name="hexBinary" type="(u'hexBinary', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1219. <Complex:0x48544730 name="hexBinary">
  1220. <SimpleContent:0x48544770>
  1221. <Extension:0x48544790 ref="(u'hexBinary', u'http://www.w3.org/2001/XMLSchema')">
  1222. <AttributeGroup:0x485447b0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1223. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1224. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1225. </AttributeGroup>
  1226. </Extension>
  1227. </SimpleContent>
  1228. </Complex>
  1229. <Element:0x485446b0 name="float" type="(u'float', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1230. <Complex:0x485447d0 name="float">
  1231. <SimpleContent:0x48544810>
  1232. <Extension:0x48544830 ref="(u'float', u'http://www.w3.org/2001/XMLSchema')">
  1233. <AttributeGroup:0x48544850 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1234. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1235. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1236. </AttributeGroup>
  1237. </Extension>
  1238. </SimpleContent>
  1239. </Complex>
  1240. <Element:0x48544750 name="double" type="(u'double', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1241. <Complex:0x48544870 name="double">
  1242. <SimpleContent:0x485448b0>
  1243. <Extension:0x485448d0 ref="(u'double', u'http://www.w3.org/2001/XMLSchema')">
  1244. <AttributeGroup:0x485448f0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1245. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1246. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1247. </AttributeGroup>
  1248. </Extension>
  1249. </SimpleContent>
  1250. </Complex>
  1251. <Element:0x485447f0 name="anyURI" type="(u'anyURI', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1252. <Complex:0x48544910 name="anyURI">
  1253. <SimpleContent:0x48544950>
  1254. <Extension:0x48544970 ref="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')">
  1255. <AttributeGroup:0x48544990 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1256. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1257. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1258. </AttributeGroup>
  1259. </Extension>
  1260. </SimpleContent>
  1261. </Complex>
  1262. <Element:0x48544890 name="QName" type="(u'QName', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1263. <Complex:0x485449b0 name="QName">
  1264. <SimpleContent:0x485449f0>
  1265. <Extension:0x48544a10 ref="(u'QName', u'http://www.w3.org/2001/XMLSchema')">
  1266. <AttributeGroup:0x48544a30 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1267. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1268. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1269. </AttributeGroup>
  1270. </Extension>
  1271. </SimpleContent>
  1272. </Complex>
  1273. <Element:0x48544930 name="string" type="(u'string', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1274. <Complex:0x48544a50 name="string">
  1275. <SimpleContent:0x48544a90>
  1276. <Extension:0x48544ab0 ref="(u'string', u'http://www.w3.org/2001/XMLSchema')">
  1277. <AttributeGroup:0x48544ad0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1278. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1279. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1280. </AttributeGroup>
  1281. </Extension>
  1282. </SimpleContent>
  1283. </Complex>
  1284. <Element:0x485449d0 name="normalizedString" type="(u'normalizedString', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1285. <Complex:0x48544af0 name="normalizedString">
  1286. <SimpleContent:0x48544b30>
  1287. <Extension:0x48544b50 ref="(u'normalizedString', u'http://www.w3.org/2001/XMLSchema')">
  1288. <AttributeGroup:0x48544b70 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1289. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1290. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1291. </AttributeGroup>
  1292. </Extension>
  1293. </SimpleContent>
  1294. </Complex>
  1295. <Element:0x48544a70 name="token" type="(u'token', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1296. <Complex:0x48544b90 name="token">
  1297. <SimpleContent:0x48544bd0>
  1298. <Extension:0x48544bf0 ref="(u'token', u'http://www.w3.org/2001/XMLSchema')">
  1299. <AttributeGroup:0x48544c10 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1300. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1301. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1302. </AttributeGroup>
  1303. </Extension>
  1304. </SimpleContent>
  1305. </Complex>
  1306. <Element:0x48544b10 name="language" type="(u'language', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1307. <Complex:0x48544c30 name="language">
  1308. <SimpleContent:0x48544c70>
  1309. <Extension:0x48544c90 ref="(u'language', u'http://www.w3.org/2001/XMLSchema')">
  1310. <AttributeGroup:0x48544cb0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1311. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1312. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1313. </AttributeGroup>
  1314. </Extension>
  1315. </SimpleContent>
  1316. </Complex>
  1317. <Element:0x48544bb0 name="Name" type="(u'Name', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1318. <Complex:0x48544cd0 name="Name">
  1319. <SimpleContent:0x48544d10>
  1320. <Extension:0x48544d30 ref="(u'Name', u'http://www.w3.org/2001/XMLSchema')">
  1321. <AttributeGroup:0x48544d50 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1322. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1323. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1324. </AttributeGroup>
  1325. </Extension>
  1326. </SimpleContent>
  1327. </Complex>
  1328. <Element:0x48544c50 name="NMTOKEN" type="(u'NMTOKEN', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1329. <Complex:0x48544d70 name="NMTOKEN">
  1330. <SimpleContent:0x48544db0>
  1331. <Extension:0x48544dd0 ref="(u'NMTOKEN', u'http://www.w3.org/2001/XMLSchema')">
  1332. <AttributeGroup:0x48544df0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1333. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1334. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1335. </AttributeGroup>
  1336. </Extension>
  1337. </SimpleContent>
  1338. </Complex>
  1339. <Element:0x48544cf0 name="NCName" type="(u'NCName', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1340. <Complex:0x48544e10 name="NCName">
  1341. <SimpleContent:0x48544e50>
  1342. <Extension:0x48544e70 ref="(u'NCName', u'http://www.w3.org/2001/XMLSchema')">
  1343. <AttributeGroup:0x48544e90 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1344. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1345. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1346. </AttributeGroup>
  1347. </Extension>
  1348. </SimpleContent>
  1349. </Complex>
  1350. <Element:0x48544d90 name="NMTOKENS" type="(u'NMTOKENS', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1351. <Complex:0x48544eb0 name="NMTOKENS">
  1352. <SimpleContent:0x48544ef0>
  1353. <Extension:0x48544f10 ref="(u'NMTOKENS', u'http://www.w3.org/2001/XMLSchema')">
  1354. <AttributeGroup:0x48544f30 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1355. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1356. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1357. </AttributeGroup>
  1358. </Extension>
  1359. </SimpleContent>
  1360. </Complex>
  1361. <Element:0x48544e30 name="ID" type="(u'ID', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1362. <Complex:0x48544f50 name="ID">
  1363. <SimpleContent:0x48544f90>
  1364. <Extension:0x48544fb0 ref="(u'ID', u'http://www.w3.org/2001/XMLSchema')">
  1365. <AttributeGroup:0x48544fd0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1366. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1367. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1368. </AttributeGroup>
  1369. </Extension>
  1370. </SimpleContent>
  1371. </Complex>
  1372. <Element:0x48544ed0 name="IDREF" type="(u'IDREF', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1373. <Complex:0x48544ff0 name="IDREF">
  1374. <SimpleContent:0x48549050>
  1375. <Extension:0x48549070 ref="(u'IDREF', u'http://www.w3.org/2001/XMLSchema')">
  1376. <AttributeGroup:0x48549090 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1377. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1378. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1379. </AttributeGroup>
  1380. </Extension>
  1381. </SimpleContent>
  1382. </Complex>
  1383. <Element:0x48544f70 name="ENTITY" type="(u'ENTITY', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1384. <Complex:0x485490b0 name="ENTITY">
  1385. <SimpleContent:0x485490f0>
  1386. <Extension:0x48549110 ref="(u'ENTITY', u'http://www.w3.org/2001/XMLSchema')">
  1387. <AttributeGroup:0x48549130 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1388. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1389. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1390. </AttributeGroup>
  1391. </Extension>
  1392. </SimpleContent>
  1393. </Complex>
  1394. <Element:0x48549030 name="IDREFS" type="(u'IDREFS', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1395. <Complex:0x48549150 name="IDREFS">
  1396. <SimpleContent:0x48549190>
  1397. <Extension:0x485491b0 ref="(u'IDREFS', u'http://www.w3.org/2001/XMLSchema')">
  1398. <AttributeGroup:0x485491d0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1399. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1400. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1401. </AttributeGroup>
  1402. </Extension>
  1403. </SimpleContent>
  1404. </Complex>
  1405. <Element:0x485490d0 name="ENTITIES" type="(u'ENTITIES', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1406. <Complex:0x485491f0 name="ENTITIES">
  1407. <SimpleContent:0x48549230>
  1408. <Extension:0x48549250 ref="(u'ENTITIES', u'http://www.w3.org/2001/XMLSchema')">
  1409. <AttributeGroup:0x48549270 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1410. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1411. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1412. </AttributeGroup>
  1413. </Extension>
  1414. </SimpleContent>
  1415. </Complex>
  1416. <Element:0x48549170 name="decimal" type="(u'decimal', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1417. <Complex:0x48549290 name="decimal">
  1418. <SimpleContent:0x485492d0>
  1419. <Extension:0x485492f0 ref="(u'decimal', u'http://www.w3.org/2001/XMLSchema')">
  1420. <AttributeGroup:0x48549310 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1421. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1422. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1423. </AttributeGroup>
  1424. </Extension>
  1425. </SimpleContent>
  1426. </Complex>
  1427. <Element:0x48549210 name="integer" type="(u'integer', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1428. <Complex:0x48549330 name="integer">
  1429. <SimpleContent:0x48549370>
  1430. <Extension:0x48549390 ref="(u'integer', u'http://www.w3.org/2001/XMLSchema')">
  1431. <AttributeGroup:0x485493b0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1432. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1433. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1434. </AttributeGroup>
  1435. </Extension>
  1436. </SimpleContent>
  1437. </Complex>
  1438. <Element:0x485492b0 name="nonPositiveInteger" type="(u'nonPositiveInteger', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1439. <Complex:0x485493d0 name="nonPositiveInteger">
  1440. <SimpleContent:0x48549410>
  1441. <Extension:0x48549430 ref="(u'nonPositiveInteger', u'http://www.w3.org/2001/XMLSchema')">
  1442. <AttributeGroup:0x48549450 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1443. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1444. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1445. </AttributeGroup>
  1446. </Extension>
  1447. </SimpleContent>
  1448. </Complex>
  1449. <Element:0x48549350 name="negativeInteger" type="(u'negativeInteger', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1450. <Complex:0x48549470 name="negativeInteger">
  1451. <SimpleContent:0x485494b0>
  1452. <Extension:0x485494d0 ref="(u'negativeInteger', u'http://www.w3.org/2001/XMLSchema')">
  1453. <AttributeGroup:0x485494f0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1454. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1455. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1456. </AttributeGroup>
  1457. </Extension>
  1458. </SimpleContent>
  1459. </Complex>
  1460. <Element:0x485493f0 name="long" type="(u'long', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1461. <Complex:0x48549510 name="long">
  1462. <SimpleContent:0x48549550>
  1463. <Extension:0x48549570 ref="(u'long', u'http://www.w3.org/2001/XMLSchema')">
  1464. <AttributeGroup:0x48549590 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1465. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1466. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1467. </AttributeGroup>
  1468. </Extension>
  1469. </SimpleContent>
  1470. </Complex>
  1471. <Element:0x48549490 name="int" type="(u'int', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1472. <Complex:0x485495b0 name="int">
  1473. <SimpleContent:0x485495f0>
  1474. <Extension:0x48549610 ref="(u'int', u'http://www.w3.org/2001/XMLSchema')">
  1475. <AttributeGroup:0x48549630 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1476. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1477. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1478. </AttributeGroup>
  1479. </Extension>
  1480. </SimpleContent>
  1481. </Complex>
  1482. <Element:0x48549530 name="short" type="(u'short', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1483. <Complex:0x48549650 name="short">
  1484. <SimpleContent:0x48549690>
  1485. <Extension:0x485496b0 ref="(u'short', u'http://www.w3.org/2001/XMLSchema')">
  1486. <AttributeGroup:0x485496d0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1487. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1488. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1489. </AttributeGroup>
  1490. </Extension>
  1491. </SimpleContent>
  1492. </Complex>
  1493. <Element:0x485495d0 name="byte" type="(u'byte', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1494. <Complex:0x485496f0 name="byte">
  1495. <SimpleContent:0x48549730>
  1496. <Extension:0x48549750 ref="(u'byte', u'http://www.w3.org/2001/XMLSchema')">
  1497. <AttributeGroup:0x48549770 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1498. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1499. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1500. </AttributeGroup>
  1501. </Extension>
  1502. </SimpleContent>
  1503. </Complex>
  1504. <Element:0x48549670 name="nonNegativeInteger" type="(u'nonNegativeInteger', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1505. <Complex:0x48549790 name="nonNegativeInteger">
  1506. <SimpleContent:0x485497d0>
  1507. <Extension:0x485497f0 ref="(u'nonNegativeInteger', u'http://www.w3.org/2001/XMLSchema')">
  1508. <AttributeGroup:0x48549810 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1509. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1510. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1511. </AttributeGroup>
  1512. </Extension>
  1513. </SimpleContent>
  1514. </Complex>
  1515. <Element:0x48549710 name="unsignedLong" type="(u'unsignedLong', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1516. <Complex:0x48549830 name="unsignedLong">
  1517. <SimpleContent:0x48549870>
  1518. <Extension:0x48549890 ref="(u'unsignedLong', u'http://www.w3.org/2001/XMLSchema')">
  1519. <AttributeGroup:0x485498b0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1520. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1521. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1522. </AttributeGroup>
  1523. </Extension>
  1524. </SimpleContent>
  1525. </Complex>
  1526. <Element:0x485497b0 name="unsignedInt" type="(u'unsignedInt', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1527. <Complex:0x485498d0 name="unsignedInt">
  1528. <SimpleContent:0x48549910>
  1529. <Extension:0x48549930 ref="(u'unsignedInt', u'http://www.w3.org/2001/XMLSchema')">
  1530. <AttributeGroup:0x48549950 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1531. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1532. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1533. </AttributeGroup>
  1534. </Extension>
  1535. </SimpleContent>
  1536. </Complex>
  1537. <Element:0x48549850 name="unsignedShort" type="(u'unsignedShort', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1538. <Complex:0x48549970 name="unsignedShort">
  1539. <SimpleContent:0x485499b0>
  1540. <Extension:0x485499d0 ref="(u'unsignedShort', u'http://www.w3.org/2001/XMLSchema')">
  1541. <AttributeGroup:0x485499f0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1542. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1543. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1544. </AttributeGroup>
  1545. </Extension>
  1546. </SimpleContent>
  1547. </Complex>
  1548. <Element:0x485498f0 name="unsignedByte" type="(u'unsignedByte', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1549. <Complex:0x48549a10 name="unsignedByte">
  1550. <SimpleContent:0x48549a50>
  1551. <Extension:0x48549a70 ref="(u'unsignedByte', u'http://www.w3.org/2001/XMLSchema')">
  1552. <AttributeGroup:0x48549a90 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1553. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1554. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1555. </AttributeGroup>
  1556. </Extension>
  1557. </SimpleContent>
  1558. </Complex>
  1559. <Element:0x48549990 name="positiveInteger" type="(u'positiveInteger', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  1560. <Complex:0x48549ab0 name="positiveInteger">
  1561. <SimpleContent:0x48549af0>
  1562. <Extension:0x48549b10 ref="(u'positiveInteger', u'http://www.w3.org/2001/XMLSchema')">
  1563. <AttributeGroup:0x48549b30 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  1564. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  1565. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  1566. </AttributeGroup>
  1567. </Extension>
  1568. </SimpleContent>
  1569. </Complex>
  1570. <Element:0x48549a30 name="anyType" type="(u'anyType', u'http://www.w3.org/2001/XMLSchema')" />
  1571.  
  1572. DEBUG:suds.xsd.schema:imported:
  1573. Schema:0x48521cd8
  1574. (raw)
  1575. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://schemas.xmlsoap.org/soap/encoding/" url="suds://schemas.xmlsoap.org/soap/encoding/">
  1576. <xs:attribute name="root">
  1577. <xs:annotation>
  1578. <xs:documentation>
  1579. &apos;root&apos; can be used to distinguish serialization roots from other
  1580. elements that are present in a serialization but are not roots of
  1581. a serialized value graph
  1582. </xs:documentation>
  1583. </xs:annotation>
  1584. <xs:simpleType>
  1585. <xs:restriction base="xs:boolean">
  1586. <xs:pattern value="0|1"/>
  1587. </xs:restriction>
  1588. </xs:simpleType>
  1589. </xs:attribute>
  1590. <xs:attributeGroup name="commonAttributes">
  1591. <xs:annotation>
  1592. <xs:documentation>
  1593. Attributes common to all elements that function as accessors or
  1594. represent independent (multi-ref) values. The href attribute is
  1595. intended to be used in a manner like CONREF. That is, the element
  1596. content should be empty iff the href attribute appears
  1597. </xs:documentation>
  1598. </xs:annotation>
  1599. <xs:attribute type="xs:ID" name="id"/>
  1600. <xs:attribute type="xs:anyURI" name="href"/>
  1601. <xs:anyAttribute namespace="##other" processContents="lax"/>
  1602. </xs:attributeGroup>
  1603. <xs:simpleType name="arrayCoordinate">
  1604. <xs:restriction base="xs:string"/>
  1605. </xs:simpleType>
  1606. <xs:attribute type="xs:string" name="arrayType"/>
  1607. <xs:attribute type="tns:arrayCoordinate" name="offset"/>
  1608. <xs:attributeGroup name="arrayAttributes">
  1609. <xs:attribute ref="tns:arrayType"/>
  1610. <xs:attribute ref="tns:offset"/>
  1611. </xs:attributeGroup>
  1612. <xs:attribute type="tns:arrayCoordinate" name="position"/>
  1613. <xs:attributeGroup name="arrayMemberAttributes">
  1614. <xs:attribute ref="tns:position"/>
  1615. </xs:attributeGroup>
  1616. <xs:group name="Array">
  1617. <xs:sequence>
  1618. <xs:any maxOccurs="unbounded" namespace="##any" processContents="lax" minOccurs="0"/>
  1619. </xs:sequence>
  1620. </xs:group>
  1621. <xs:element type="tns:Array" name="Array"/>
  1622. <xs:complexType name="Array">
  1623. <xs:annotation>
  1624. <xs:documentation>
  1625. &apos;Array&apos; is a complex type for accessors identified by position
  1626. </xs:documentation>
  1627. </xs:annotation>
  1628. <xs:group ref="tns:Array" minOccurs="0"/>
  1629. <xs:attributeGroup ref="tns:arrayAttributes"/>
  1630. <xs:attributeGroup ref="tns:commonAttributes"/>
  1631. </xs:complexType>
  1632. <xs:element type="tns:Struct" name="Struct"/>
  1633. <xs:group name="Struct">
  1634. <xs:sequence>
  1635. <xs:any maxOccurs="unbounded" namespace="##any" processContents="lax" minOccurs="0"/>
  1636. </xs:sequence>
  1637. </xs:group>
  1638. <xs:complexType name="Struct">
  1639. <xs:group ref="tns:Struct" minOccurs="0"/>
  1640. <xs:attributeGroup ref="tns:commonAttributes"/>
  1641. </xs:complexType>
  1642. <xs:simpleType name="base64">
  1643. <xs:restriction base="xs:base64Binary"/>
  1644. </xs:simpleType>
  1645. <xs:element type="tns:duration" name="duration"/>
  1646. <xs:complexType name="duration">
  1647. <xs:simpleContent>
  1648. <xs:extension base="xs:duration">
  1649. <xs:attributeGroup ref="tns:commonAttributes"/>
  1650. </xs:extension>
  1651. </xs:simpleContent>
  1652. </xs:complexType>
  1653. <xs:element type="tns:dateTime" name="dateTime"/>
  1654. <xs:complexType name="dateTime">
  1655. <xs:simpleContent>
  1656. <xs:extension base="xs:dateTime">
  1657. <xs:attributeGroup ref="tns:commonAttributes"/>
  1658. </xs:extension>
  1659. </xs:simpleContent>
  1660. </xs:complexType>
  1661. <xs:element type="tns:NOTATION" name="NOTATION"/>
  1662. <xs:complexType name="NOTATION">
  1663. <xs:simpleContent>
  1664. <xs:extension base="xs:QName">
  1665. <xs:attributeGroup ref="tns:commonAttributes"/>
  1666. </xs:extension>
  1667. </xs:simpleContent>
  1668. </xs:complexType>
  1669. <xs:element type="tns:time" name="time"/>
  1670. <xs:complexType name="time">
  1671. <xs:simpleContent>
  1672. <xs:extension base="xs:time">
  1673. <xs:attributeGroup ref="tns:commonAttributes"/>
  1674. </xs:extension>
  1675. </xs:simpleContent>
  1676. </xs:complexType>
  1677. <xs:element type="tns:date" name="date"/>
  1678. <xs:complexType name="date">
  1679. <xs:simpleContent>
  1680. <xs:extension base="xs:date">
  1681. <xs:attributeGroup ref="tns:commonAttributes"/>
  1682. </xs:extension>
  1683. </xs:simpleContent>
  1684. </xs:complexType>
  1685. <xs:element type="tns:gYearMonth" name="gYearMonth"/>
  1686. <xs:complexType name="gYearMonth">
  1687. <xs:simpleContent>
  1688. <xs:extension base="xs:gYearMonth">
  1689. <xs:attributeGroup ref="tns:commonAttributes"/>
  1690. </xs:extension>
  1691. </xs:simpleContent>
  1692. </xs:complexType>
  1693. <xs:element type="tns:gYear" name="gYear"/>
  1694. <xs:complexType name="gYear">
  1695. <xs:simpleContent>
  1696. <xs:extension base="xs:gYear">
  1697. <xs:attributeGroup ref="tns:commonAttributes"/>
  1698. </xs:extension>
  1699. </xs:simpleContent>
  1700. </xs:complexType>
  1701. <xs:element type="tns:gMonthDay" name="gMonthDay"/>
  1702. <xs:complexType name="gMonthDay">
  1703. <xs:simpleContent>
  1704. <xs:extension base="xs:gMonthDay">
  1705. <xs:attributeGroup ref="tns:commonAttributes"/>
  1706. </xs:extension>
  1707. </xs:simpleContent>
  1708. </xs:complexType>
  1709. <xs:element type="tns:gDay" name="gDay"/>
  1710. <xs:complexType name="gDay">
  1711. <xs:simpleContent>
  1712. <xs:extension base="xs:gDay">
  1713. <xs:attributeGroup ref="tns:commonAttributes"/>
  1714. </xs:extension>
  1715. </xs:simpleContent>
  1716. </xs:complexType>
  1717. <xs:element type="tns:gMonth" name="gMonth"/>
  1718. <xs:complexType name="gMonth">
  1719. <xs:simpleContent>
  1720. <xs:extension base="xs:gMonth">
  1721. <xs:attributeGroup ref="tns:commonAttributes"/>
  1722. </xs:extension>
  1723. </xs:simpleContent>
  1724. </xs:complexType>
  1725. <xs:element type="tns:boolean" name="boolean"/>
  1726. <xs:complexType name="boolean">
  1727. <xs:simpleContent>
  1728. <xs:extension base="xs:boolean">
  1729. <xs:attributeGroup ref="tns:commonAttributes"/>
  1730. </xs:extension>
  1731. </xs:simpleContent>
  1732. </xs:complexType>
  1733. <xs:element type="tns:base64Binary" name="base64Binary"/>
  1734. <xs:complexType name="base64Binary">
  1735. <xs:simpleContent>
  1736. <xs:extension base="xs:base64Binary">
  1737. <xs:attributeGroup ref="tns:commonAttributes"/>
  1738. </xs:extension>
  1739. </xs:simpleContent>
  1740. </xs:complexType>
  1741. <xs:element type="tns:hexBinary" name="hexBinary"/>
  1742. <xs:complexType name="hexBinary">
  1743. <xs:simpleContent>
  1744. <xs:extension base="xs:hexBinary">
  1745. <xs:attributeGroup ref="tns:commonAttributes"/>
  1746. </xs:extension>
  1747. </xs:simpleContent>
  1748. </xs:complexType>
  1749. <xs:element type="tns:float" name="float"/>
  1750. <xs:complexType name="float">
  1751. <xs:simpleContent>
  1752. <xs:extension base="xs:float">
  1753. <xs:attributeGroup ref="tns:commonAttributes"/>
  1754. </xs:extension>
  1755. </xs:simpleContent>
  1756. </xs:complexType>
  1757. <xs:element type="tns:double" name="double"/>
  1758. <xs:complexType name="double">
  1759. <xs:simpleContent>
  1760. <xs:extension base="xs:double">
  1761. <xs:attributeGroup ref="tns:commonAttributes"/>
  1762. </xs:extension>
  1763. </xs:simpleContent>
  1764. </xs:complexType>
  1765. <xs:element type="tns:anyURI" name="anyURI"/>
  1766. <xs:complexType name="anyURI">
  1767. <xs:simpleContent>
  1768. <xs:extension base="xs:anyURI">
  1769. <xs:attributeGroup ref="tns:commonAttributes"/>
  1770. </xs:extension>
  1771. </xs:simpleContent>
  1772. </xs:complexType>
  1773. <xs:element type="tns:QName" name="QName"/>
  1774. <xs:complexType name="QName">
  1775. <xs:simpleContent>
  1776. <xs:extension base="xs:QName">
  1777. <xs:attributeGroup ref="tns:commonAttributes"/>
  1778. </xs:extension>
  1779. </xs:simpleContent>
  1780. </xs:complexType>
  1781. <xs:element type="tns:string" name="string"/>
  1782. <xs:complexType name="string">
  1783. <xs:simpleContent>
  1784. <xs:extension base="xs:string">
  1785. <xs:attributeGroup ref="tns:commonAttributes"/>
  1786. </xs:extension>
  1787. </xs:simpleContent>
  1788. </xs:complexType>
  1789. <xs:element type="tns:normalizedString" name="normalizedString"/>
  1790. <xs:complexType name="normalizedString">
  1791. <xs:simpleContent>
  1792. <xs:extension base="xs:normalizedString">
  1793. <xs:attributeGroup ref="tns:commonAttributes"/>
  1794. </xs:extension>
  1795. </xs:simpleContent>
  1796. </xs:complexType>
  1797. <xs:element type="tns:token" name="token"/>
  1798. <xs:complexType name="token">
  1799. <xs:simpleContent>
  1800. <xs:extension base="xs:token">
  1801. <xs:attributeGroup ref="tns:commonAttributes"/>
  1802. </xs:extension>
  1803. </xs:simpleContent>
  1804. </xs:complexType>
  1805. <xs:element type="tns:language" name="language"/>
  1806. <xs:complexType name="language">
  1807. <xs:simpleContent>
  1808. <xs:extension base="xs:language">
  1809. <xs:attributeGroup ref="tns:commonAttributes"/>
  1810. </xs:extension>
  1811. </xs:simpleContent>
  1812. </xs:complexType>
  1813. <xs:element type="tns:Name" name="Name"/>
  1814. <xs:complexType name="Name">
  1815. <xs:simpleContent>
  1816. <xs:extension base="xs:Name">
  1817. <xs:attributeGroup ref="tns:commonAttributes"/>
  1818. </xs:extension>
  1819. </xs:simpleContent>
  1820. </xs:complexType>
  1821. <xs:element type="tns:NMTOKEN" name="NMTOKEN"/>
  1822. <xs:complexType name="NMTOKEN">
  1823. <xs:simpleContent>
  1824. <xs:extension base="xs:NMTOKEN">
  1825. <xs:attributeGroup ref="tns:commonAttributes"/>
  1826. </xs:extension>
  1827. </xs:simpleContent>
  1828. </xs:complexType>
  1829. <xs:element type="tns:NCName" name="NCName"/>
  1830. <xs:complexType name="NCName">
  1831. <xs:simpleContent>
  1832. <xs:extension base="xs:NCName">
  1833. <xs:attributeGroup ref="tns:commonAttributes"/>
  1834. </xs:extension>
  1835. </xs:simpleContent>
  1836. </xs:complexType>
  1837. <xs:element type="tns:NMTOKENS" name="NMTOKENS"/>
  1838. <xs:complexType name="NMTOKENS">
  1839. <xs:simpleContent>
  1840. <xs:extension base="xs:NMTOKENS">
  1841. <xs:attributeGroup ref="tns:commonAttributes"/>
  1842. </xs:extension>
  1843. </xs:simpleContent>
  1844. </xs:complexType>
  1845. <xs:element type="tns:ID" name="ID"/>
  1846. <xs:complexType name="ID">
  1847. <xs:simpleContent>
  1848. <xs:extension base="xs:ID">
  1849. <xs:attributeGroup ref="tns:commonAttributes"/>
  1850. </xs:extension>
  1851. </xs:simpleContent>
  1852. </xs:complexType>
  1853. <xs:element type="tns:IDREF" name="IDREF"/>
  1854. <xs:complexType name="IDREF">
  1855. <xs:simpleContent>
  1856. <xs:extension base="xs:IDREF">
  1857. <xs:attributeGroup ref="tns:commonAttributes"/>
  1858. </xs:extension>
  1859. </xs:simpleContent>
  1860. </xs:complexType>
  1861. <xs:element type="tns:ENTITY" name="ENTITY"/>
  1862. <xs:complexType name="ENTITY">
  1863. <xs:simpleContent>
  1864. <xs:extension base="xs:ENTITY">
  1865. <xs:attributeGroup ref="tns:commonAttributes"/>
  1866. </xs:extension>
  1867. </xs:simpleContent>
  1868. </xs:complexType>
  1869. <xs:element type="tns:IDREFS" name="IDREFS"/>
  1870. <xs:complexType name="IDREFS">
  1871. <xs:simpleContent>
  1872. <xs:extension base="xs:IDREFS">
  1873. <xs:attributeGroup ref="tns:commonAttributes"/>
  1874. </xs:extension>
  1875. </xs:simpleContent>
  1876. </xs:complexType>
  1877. <xs:element type="tns:ENTITIES" name="ENTITIES"/>
  1878. <xs:complexType name="ENTITIES">
  1879. <xs:simpleContent>
  1880. <xs:extension base="xs:ENTITIES">
  1881. <xs:attributeGroup ref="tns:commonAttributes"/>
  1882. </xs:extension>
  1883. </xs:simpleContent>
  1884. </xs:complexType>
  1885. <xs:element type="tns:decimal" name="decimal"/>
  1886. <xs:complexType name="decimal">
  1887. <xs:simpleContent>
  1888. <xs:extension base="xs:decimal">
  1889. <xs:attributeGroup ref="tns:commonAttributes"/>
  1890. </xs:extension>
  1891. </xs:simpleContent>
  1892. </xs:complexType>
  1893. <xs:element type="tns:integer" name="integer"/>
  1894. <xs:complexType name="integer">
  1895. <xs:simpleContent>
  1896. <xs:extension base="xs:integer">
  1897. <xs:attributeGroup ref="tns:commonAttributes"/>
  1898. </xs:extension>
  1899. </xs:simpleContent>
  1900. </xs:complexType>
  1901. <xs:element type="tns:nonPositiveInteger" name="nonPositiveInteger"/>
  1902. <xs:complexType name="nonPositiveInteger">
  1903. <xs:simpleContent>
  1904. <xs:extension base="xs:nonPositiveInteger">
  1905. <xs:attributeGroup ref="tns:commonAttributes"/>
  1906. </xs:extension>
  1907. </xs:simpleContent>
  1908. </xs:complexType>
  1909. <xs:element type="tns:negativeInteger" name="negativeInteger"/>
  1910. <xs:complexType name="negativeInteger">
  1911. <xs:simpleContent>
  1912. <xs:extension base="xs:negativeInteger">
  1913. <xs:attributeGroup ref="tns:commonAttributes"/>
  1914. </xs:extension>
  1915. </xs:simpleContent>
  1916. </xs:complexType>
  1917. <xs:element type="tns:long" name="long"/>
  1918. <xs:complexType name="long">
  1919. <xs:simpleContent>
  1920. <xs:extension base="xs:long">
  1921. <xs:attributeGroup ref="tns:commonAttributes"/>
  1922. </xs:extension>
  1923. </xs:simpleContent>
  1924. </xs:complexType>
  1925. <xs:element type="tns:int" name="int"/>
  1926. <xs:complexType name="int">
  1927. <xs:simpleContent>
  1928. <xs:extension base="xs:int">
  1929. <xs:attributeGroup ref="tns:commonAttributes"/>
  1930. </xs:extension>
  1931. </xs:simpleContent>
  1932. </xs:complexType>
  1933. <xs:element type="tns:short" name="short"/>
  1934. <xs:complexType name="short">
  1935. <xs:simpleContent>
  1936. <xs:extension base="xs:short">
  1937. <xs:attributeGroup ref="tns:commonAttributes"/>
  1938. </xs:extension>
  1939. </xs:simpleContent>
  1940. </xs:complexType>
  1941. <xs:element type="tns:byte" name="byte"/>
  1942. <xs:complexType name="byte">
  1943. <xs:simpleContent>
  1944. <xs:extension base="xs:byte">
  1945. <xs:attributeGroup ref="tns:commonAttributes"/>
  1946. </xs:extension>
  1947. </xs:simpleContent>
  1948. </xs:complexType>
  1949. <xs:element type="tns:nonNegativeInteger" name="nonNegativeInteger"/>
  1950. <xs:complexType name="nonNegativeInteger">
  1951. <xs:simpleContent>
  1952. <xs:extension base="xs:nonNegativeInteger">
  1953. <xs:attributeGroup ref="tns:commonAttributes"/>
  1954. </xs:extension>
  1955. </xs:simpleContent>
  1956. </xs:complexType>
  1957. <xs:element type="tns:unsignedLong" name="unsignedLong"/>
  1958. <xs:complexType name="unsignedLong">
  1959. <xs:simpleContent>
  1960. <xs:extension base="xs:unsignedLong">
  1961. <xs:attributeGroup ref="tns:commonAttributes"/>
  1962. </xs:extension>
  1963. </xs:simpleContent>
  1964. </xs:complexType>
  1965. <xs:element type="tns:unsignedInt" name="unsignedInt"/>
  1966. <xs:complexType name="unsignedInt">
  1967. <xs:simpleContent>
  1968. <xs:extension base="xs:unsignedInt">
  1969. <xs:attributeGroup ref="tns:commonAttributes"/>
  1970. </xs:extension>
  1971. </xs:simpleContent>
  1972. </xs:complexType>
  1973. <xs:element type="tns:unsignedShort" name="unsignedShort"/>
  1974. <xs:complexType name="unsignedShort">
  1975. <xs:simpleContent>
  1976. <xs:extension base="xs:unsignedShort">
  1977. <xs:attributeGroup ref="tns:commonAttributes"/>
  1978. </xs:extension>
  1979. </xs:simpleContent>
  1980. </xs:complexType>
  1981. <xs:element type="tns:unsignedByte" name="unsignedByte"/>
  1982. <xs:complexType name="unsignedByte">
  1983. <xs:simpleContent>
  1984. <xs:extension base="xs:unsignedByte">
  1985. <xs:attributeGroup ref="tns:commonAttributes"/>
  1986. </xs:extension>
  1987. </xs:simpleContent>
  1988. </xs:complexType>
  1989. <xs:element type="tns:positiveInteger" name="positiveInteger"/>
  1990. <xs:complexType name="positiveInteger">
  1991. <xs:simpleContent>
  1992. <xs:extension base="xs:positiveInteger">
  1993. <xs:attributeGroup ref="tns:commonAttributes"/>
  1994. </xs:extension>
  1995. </xs:simpleContent>
  1996. </xs:complexType>
  1997. <xs:element name="anyType"/>
  1998. </xs:schema>
  1999. (model)
  2000. <Attribute:0x484b8d50 name="root" />
  2001. <AttributeGroup:0x484b8bd0 name="commonAttributes">
  2002. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2003. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2004. </AttributeGroup>
  2005. <Simple:0x484b8510 name="arrayCoordinate" />
  2006. <Attribute:0x484b8c90 name="arrayType" type="(u'string', u'http://www.w3.org/2001/XMLSchema')" />
  2007. <Attribute:0x484b8cd0 name="offset" type="(u'arrayCoordinate', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2008. <AttributeGroup:0x484b8cb0 name="arrayAttributes">
  2009. <Attribute:0x484fbcb0 name="arrayType" ref="(u'arrayType', u'http://schemas.xmlsoap.org/soap/encoding/')" type="(u'string', u'http://www.w3.org/2001/XMLSchema')" />@
  2010. <Attribute:0x484fbcf0 name="offset" ref="(u'offset', u'http://schemas.xmlsoap.org/soap/encoding/')" type="(u'arrayCoordinate', u'http://schemas.xmlsoap.org/soap/encoding/')" />@
  2011. </AttributeGroup>
  2012. <Attribute:0x484b8c50 name="position" type="(u'arrayCoordinate', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2013. <AttributeGroup:0x484fbd10 name="arrayMemberAttributes">
  2014. <Attribute:0x484fbd50 name="position" ref="(u'position', u'http://schemas.xmlsoap.org/soap/encoding/')" type="(u'arrayCoordinate', u'http://schemas.xmlsoap.org/soap/encoding/')" />@
  2015. </AttributeGroup>
  2016. <Group:0x484fbd70 name="Array">
  2017. <Sequence:0x484fbd30>
  2018. <Any:0x484fbdf0 />
  2019. </Sequence>
  2020. </Group>
  2021. <Element:0x484fbd90 name="Array" type="(u'Array', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2022. <Complex:0x484fbe30 name="Array">
  2023. <Group:0x484fbdb0 name="Array" ref="(u'Array', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2024. <Sequence:0x484fbd30>
  2025. <Any:0x484fbdf0 />
  2026. </Sequence>
  2027. </Group>
  2028. <AttributeGroup:0x484fbdd0 name="arrayAttributes" ref="(u'arrayAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2029. <Attribute:0x484fbcb0 name="arrayType" ref="(u'arrayType', u'http://schemas.xmlsoap.org/soap/encoding/')" type="(u'string', u'http://www.w3.org/2001/XMLSchema')" />@
  2030. <Attribute:0x484fbcf0 name="offset" ref="(u'offset', u'http://schemas.xmlsoap.org/soap/encoding/')" type="(u'arrayCoordinate', u'http://schemas.xmlsoap.org/soap/encoding/')" />@
  2031. </AttributeGroup>
  2032. <AttributeGroup:0x484fbe50 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2033. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2034. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2035. </AttributeGroup>
  2036. </Complex>
  2037. <Element:0x484b8490 name="Struct" type="(u'Struct', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2038. <Group:0x484fbe90 name="Struct">
  2039. <Sequence:0x484fbe70>
  2040. <Any:0x484fbef0 />
  2041. </Sequence>
  2042. </Group>
  2043. <Complex:0x484fbeb0 name="Struct">
  2044. <Group:0x484fbe10 name="Struct" ref="(u'Struct', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2045. <Sequence:0x484fbe70>
  2046. <Any:0x484fbef0 />
  2047. </Sequence>
  2048. </Group>
  2049. <AttributeGroup:0x484fbf30 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2050. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2051. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2052. </AttributeGroup>
  2053. </Complex>
  2054. <Simple:0x484fbf50 name="base64" />
  2055. <Element:0x484fbf10 name="duration" type="(u'duration', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2056. <Complex:0x484fbfb0 name="duration">
  2057. <SimpleContent:0x484fbf90>
  2058. <Extension:0x484fbff0 ref="(u'duration', u'http://www.w3.org/2001/XMLSchema')">
  2059. <AttributeGroup:0x48544030 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2060. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2061. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2062. </AttributeGroup>
  2063. </Extension>
  2064. </SimpleContent>
  2065. </Complex>
  2066. <Element:0x484fbf70 name="dateTime" type="(u'dateTime', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2067. <Complex:0x484fbfd0 name="dateTime">
  2068. <SimpleContent:0x48544090>
  2069. <Extension:0x485440b0 ref="(u'dateTime', u'http://www.w3.org/2001/XMLSchema')">
  2070. <AttributeGroup:0x485440d0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2071. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2072. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2073. </AttributeGroup>
  2074. </Extension>
  2075. </SimpleContent>
  2076. </Complex>
  2077. <Element:0x48544050 name="NOTATION" type="(u'NOTATION', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2078. <Complex:0x485440f0 name="NOTATION">
  2079. <SimpleContent:0x48544130>
  2080. <Extension:0x48544150 ref="(u'QName', u'http://www.w3.org/2001/XMLSchema')">
  2081. <AttributeGroup:0x48544170 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2082. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2083. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2084. </AttributeGroup>
  2085. </Extension>
  2086. </SimpleContent>
  2087. </Complex>
  2088. <Element:0x48544070 name="time" type="(u'time', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2089. <Complex:0x48544190 name="time">
  2090. <SimpleContent:0x485441d0>
  2091. <Extension:0x485441f0 ref="(u'time', u'http://www.w3.org/2001/XMLSchema')">
  2092. <AttributeGroup:0x48544210 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2093. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2094. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2095. </AttributeGroup>
  2096. </Extension>
  2097. </SimpleContent>
  2098. </Complex>
  2099. <Element:0x48544110 name="date" type="(u'date', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2100. <Complex:0x48544230 name="date">
  2101. <SimpleContent:0x48544270>
  2102. <Extension:0x48544290 ref="(u'date', u'http://www.w3.org/2001/XMLSchema')">
  2103. <AttributeGroup:0x485442b0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2104. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2105. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2106. </AttributeGroup>
  2107. </Extension>
  2108. </SimpleContent>
  2109. </Complex>
  2110. <Element:0x485441b0 name="gYearMonth" type="(u'gYearMonth', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2111. <Complex:0x485442d0 name="gYearMonth">
  2112. <SimpleContent:0x48544310>
  2113. <Extension:0x48544330 ref="(u'gYearMonth', u'http://www.w3.org/2001/XMLSchema')">
  2114. <AttributeGroup:0x48544350 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2115. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2116. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2117. </AttributeGroup>
  2118. </Extension>
  2119. </SimpleContent>
  2120. </Complex>
  2121. <Element:0x48544250 name="gYear" type="(u'gYear', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2122. <Complex:0x48544370 name="gYear">
  2123. <SimpleContent:0x485443b0>
  2124. <Extension:0x485443d0 ref="(u'gYear', u'http://www.w3.org/2001/XMLSchema')">
  2125. <AttributeGroup:0x485443f0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2126. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2127. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2128. </AttributeGroup>
  2129. </Extension>
  2130. </SimpleContent>
  2131. </Complex>
  2132. <Element:0x485442f0 name="gMonthDay" type="(u'gMonthDay', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2133. <Complex:0x48544410 name="gMonthDay">
  2134. <SimpleContent:0x48544450>
  2135. <Extension:0x48544470 ref="(u'gMonthDay', u'http://www.w3.org/2001/XMLSchema')">
  2136. <AttributeGroup:0x48544490 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2137. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2138. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2139. </AttributeGroup>
  2140. </Extension>
  2141. </SimpleContent>
  2142. </Complex>
  2143. <Element:0x48544390 name="gDay" type="(u'gDay', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2144. <Complex:0x485444b0 name="gDay">
  2145. <SimpleContent:0x485444f0>
  2146. <Extension:0x48544510 ref="(u'gDay', u'http://www.w3.org/2001/XMLSchema')">
  2147. <AttributeGroup:0x48544530 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2148. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2149. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2150. </AttributeGroup>
  2151. </Extension>
  2152. </SimpleContent>
  2153. </Complex>
  2154. <Element:0x48544430 name="gMonth" type="(u'gMonth', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2155. <Complex:0x48544550 name="gMonth">
  2156. <SimpleContent:0x48544590>
  2157. <Extension:0x485445b0 ref="(u'gMonth', u'http://www.w3.org/2001/XMLSchema')">
  2158. <AttributeGroup:0x485445d0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2159. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2160. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2161. </AttributeGroup>
  2162. </Extension>
  2163. </SimpleContent>
  2164. </Complex>
  2165. <Element:0x485444d0 name="boolean" type="(u'boolean', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2166. <Complex:0x485445f0 name="boolean">
  2167. <SimpleContent:0x48544630>
  2168. <Extension:0x48544650 ref="(u'boolean', u'http://www.w3.org/2001/XMLSchema')">
  2169. <AttributeGroup:0x48544670 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2170. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2171. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2172. </AttributeGroup>
  2173. </Extension>
  2174. </SimpleContent>
  2175. </Complex>
  2176. <Element:0x48544570 name="base64Binary" type="(u'base64Binary', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2177. <Complex:0x48544690 name="base64Binary">
  2178. <SimpleContent:0x485446d0>
  2179. <Extension:0x485446f0 ref="(u'base64Binary', u'http://www.w3.org/2001/XMLSchema')">
  2180. <AttributeGroup:0x48544710 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2181. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2182. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2183. </AttributeGroup>
  2184. </Extension>
  2185. </SimpleContent>
  2186. </Complex>
  2187. <Element:0x48544610 name="hexBinary" type="(u'hexBinary', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2188. <Complex:0x48544730 name="hexBinary">
  2189. <SimpleContent:0x48544770>
  2190. <Extension:0x48544790 ref="(u'hexBinary', u'http://www.w3.org/2001/XMLSchema')">
  2191. <AttributeGroup:0x485447b0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2192. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2193. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2194. </AttributeGroup>
  2195. </Extension>
  2196. </SimpleContent>
  2197. </Complex>
  2198. <Element:0x485446b0 name="float" type="(u'float', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2199. <Complex:0x485447d0 name="float">
  2200. <SimpleContent:0x48544810>
  2201. <Extension:0x48544830 ref="(u'float', u'http://www.w3.org/2001/XMLSchema')">
  2202. <AttributeGroup:0x48544850 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2203. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2204. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2205. </AttributeGroup>
  2206. </Extension>
  2207. </SimpleContent>
  2208. </Complex>
  2209. <Element:0x48544750 name="double" type="(u'double', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2210. <Complex:0x48544870 name="double">
  2211. <SimpleContent:0x485448b0>
  2212. <Extension:0x485448d0 ref="(u'double', u'http://www.w3.org/2001/XMLSchema')">
  2213. <AttributeGroup:0x485448f0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2214. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2215. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2216. </AttributeGroup>
  2217. </Extension>
  2218. </SimpleContent>
  2219. </Complex>
  2220. <Element:0x485447f0 name="anyURI" type="(u'anyURI', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2221. <Complex:0x48544910 name="anyURI">
  2222. <SimpleContent:0x48544950>
  2223. <Extension:0x48544970 ref="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')">
  2224. <AttributeGroup:0x48544990 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2225. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2226. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2227. </AttributeGroup>
  2228. </Extension>
  2229. </SimpleContent>
  2230. </Complex>
  2231. <Element:0x48544890 name="QName" type="(u'QName', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2232. <Complex:0x485449b0 name="QName">
  2233. <SimpleContent:0x485449f0>
  2234. <Extension:0x48544a10 ref="(u'QName', u'http://www.w3.org/2001/XMLSchema')">
  2235. <AttributeGroup:0x48544a30 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2236. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2237. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2238. </AttributeGroup>
  2239. </Extension>
  2240. </SimpleContent>
  2241. </Complex>
  2242. <Element:0x48544930 name="string" type="(u'string', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2243. <Complex:0x48544a50 name="string">
  2244. <SimpleContent:0x48544a90>
  2245. <Extension:0x48544ab0 ref="(u'string', u'http://www.w3.org/2001/XMLSchema')">
  2246. <AttributeGroup:0x48544ad0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2247. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2248. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2249. </AttributeGroup>
  2250. </Extension>
  2251. </SimpleContent>
  2252. </Complex>
  2253. <Element:0x485449d0 name="normalizedString" type="(u'normalizedString', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2254. <Complex:0x48544af0 name="normalizedString">
  2255. <SimpleContent:0x48544b30>
  2256. <Extension:0x48544b50 ref="(u'normalizedString', u'http://www.w3.org/2001/XMLSchema')">
  2257. <AttributeGroup:0x48544b70 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2258. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2259. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2260. </AttributeGroup>
  2261. </Extension>
  2262. </SimpleContent>
  2263. </Complex>
  2264. <Element:0x48544a70 name="token" type="(u'token', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2265. <Complex:0x48544b90 name="token">
  2266. <SimpleContent:0x48544bd0>
  2267. <Extension:0x48544bf0 ref="(u'token', u'http://www.w3.org/2001/XMLSchema')">
  2268. <AttributeGroup:0x48544c10 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2269. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2270. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2271. </AttributeGroup>
  2272. </Extension>
  2273. </SimpleContent>
  2274. </Complex>
  2275. <Element:0x48544b10 name="language" type="(u'language', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2276. <Complex:0x48544c30 name="language">
  2277. <SimpleContent:0x48544c70>
  2278. <Extension:0x48544c90 ref="(u'language', u'http://www.w3.org/2001/XMLSchema')">
  2279. <AttributeGroup:0x48544cb0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2280. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2281. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2282. </AttributeGroup>
  2283. </Extension>
  2284. </SimpleContent>
  2285. </Complex>
  2286. <Element:0x48544bb0 name="Name" type="(u'Name', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2287. <Complex:0x48544cd0 name="Name">
  2288. <SimpleContent:0x48544d10>
  2289. <Extension:0x48544d30 ref="(u'Name', u'http://www.w3.org/2001/XMLSchema')">
  2290. <AttributeGroup:0x48544d50 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2291. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2292. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2293. </AttributeGroup>
  2294. </Extension>
  2295. </SimpleContent>
  2296. </Complex>
  2297. <Element:0x48544c50 name="NMTOKEN" type="(u'NMTOKEN', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2298. <Complex:0x48544d70 name="NMTOKEN">
  2299. <SimpleContent:0x48544db0>
  2300. <Extension:0x48544dd0 ref="(u'NMTOKEN', u'http://www.w3.org/2001/XMLSchema')">
  2301. <AttributeGroup:0x48544df0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2302. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2303. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2304. </AttributeGroup>
  2305. </Extension>
  2306. </SimpleContent>
  2307. </Complex>
  2308. <Element:0x48544cf0 name="NCName" type="(u'NCName', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2309. <Complex:0x48544e10 name="NCName">
  2310. <SimpleContent:0x48544e50>
  2311. <Extension:0x48544e70 ref="(u'NCName', u'http://www.w3.org/2001/XMLSchema')">
  2312. <AttributeGroup:0x48544e90 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2313. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2314. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2315. </AttributeGroup>
  2316. </Extension>
  2317. </SimpleContent>
  2318. </Complex>
  2319. <Element:0x48544d90 name="NMTOKENS" type="(u'NMTOKENS', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2320. <Complex:0x48544eb0 name="NMTOKENS">
  2321. <SimpleContent:0x48544ef0>
  2322. <Extension:0x48544f10 ref="(u'NMTOKENS', u'http://www.w3.org/2001/XMLSchema')">
  2323. <AttributeGroup:0x48544f30 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2324. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2325. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2326. </AttributeGroup>
  2327. </Extension>
  2328. </SimpleContent>
  2329. </Complex>
  2330. <Element:0x48544e30 name="ID" type="(u'ID', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2331. <Complex:0x48544f50 name="ID">
  2332. <SimpleContent:0x48544f90>
  2333. <Extension:0x48544fb0 ref="(u'ID', u'http://www.w3.org/2001/XMLSchema')">
  2334. <AttributeGroup:0x48544fd0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2335. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2336. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2337. </AttributeGroup>
  2338. </Extension>
  2339. </SimpleContent>
  2340. </Complex>
  2341. <Element:0x48544ed0 name="IDREF" type="(u'IDREF', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2342. <Complex:0x48544ff0 name="IDREF">
  2343. <SimpleContent:0x48549050>
  2344. <Extension:0x48549070 ref="(u'IDREF', u'http://www.w3.org/2001/XMLSchema')">
  2345. <AttributeGroup:0x48549090 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2346. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2347. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2348. </AttributeGroup>
  2349. </Extension>
  2350. </SimpleContent>
  2351. </Complex>
  2352. <Element:0x48544f70 name="ENTITY" type="(u'ENTITY', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2353. <Complex:0x485490b0 name="ENTITY">
  2354. <SimpleContent:0x485490f0>
  2355. <Extension:0x48549110 ref="(u'ENTITY', u'http://www.w3.org/2001/XMLSchema')">
  2356. <AttributeGroup:0x48549130 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2357. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2358. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2359. </AttributeGroup>
  2360. </Extension>
  2361. </SimpleContent>
  2362. </Complex>
  2363. <Element:0x48549030 name="IDREFS" type="(u'IDREFS', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2364. <Complex:0x48549150 name="IDREFS">
  2365. <SimpleContent:0x48549190>
  2366. <Extension:0x485491b0 ref="(u'IDREFS', u'http://www.w3.org/2001/XMLSchema')">
  2367. <AttributeGroup:0x485491d0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2368. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2369. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2370. </AttributeGroup>
  2371. </Extension>
  2372. </SimpleContent>
  2373. </Complex>
  2374. <Element:0x485490d0 name="ENTITIES" type="(u'ENTITIES', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2375. <Complex:0x485491f0 name="ENTITIES">
  2376. <SimpleContent:0x48549230>
  2377. <Extension:0x48549250 ref="(u'ENTITIES', u'http://www.w3.org/2001/XMLSchema')">
  2378. <AttributeGroup:0x48549270 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2379. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2380. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2381. </AttributeGroup>
  2382. </Extension>
  2383. </SimpleContent>
  2384. </Complex>
  2385. <Element:0x48549170 name="decimal" type="(u'decimal', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2386. <Complex:0x48549290 name="decimal">
  2387. <SimpleContent:0x485492d0>
  2388. <Extension:0x485492f0 ref="(u'decimal', u'http://www.w3.org/2001/XMLSchema')">
  2389. <AttributeGroup:0x48549310 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2390. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2391. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2392. </AttributeGroup>
  2393. </Extension>
  2394. </SimpleContent>
  2395. </Complex>
  2396. <Element:0x48549210 name="integer" type="(u'integer', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2397. <Complex:0x48549330 name="integer">
  2398. <SimpleContent:0x48549370>
  2399. <Extension:0x48549390 ref="(u'integer', u'http://www.w3.org/2001/XMLSchema')">
  2400. <AttributeGroup:0x485493b0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2401. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2402. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2403. </AttributeGroup>
  2404. </Extension>
  2405. </SimpleContent>
  2406. </Complex>
  2407. <Element:0x485492b0 name="nonPositiveInteger" type="(u'nonPositiveInteger', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2408. <Complex:0x485493d0 name="nonPositiveInteger">
  2409. <SimpleContent:0x48549410>
  2410. <Extension:0x48549430 ref="(u'nonPositiveInteger', u'http://www.w3.org/2001/XMLSchema')">
  2411. <AttributeGroup:0x48549450 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2412. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2413. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2414. </AttributeGroup>
  2415. </Extension>
  2416. </SimpleContent>
  2417. </Complex>
  2418. <Element:0x48549350 name="negativeInteger" type="(u'negativeInteger', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2419. <Complex:0x48549470 name="negativeInteger">
  2420. <SimpleContent:0x485494b0>
  2421. <Extension:0x485494d0 ref="(u'negativeInteger', u'http://www.w3.org/2001/XMLSchema')">
  2422. <AttributeGroup:0x485494f0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2423. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2424. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2425. </AttributeGroup>
  2426. </Extension>
  2427. </SimpleContent>
  2428. </Complex>
  2429. <Element:0x485493f0 name="long" type="(u'long', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2430. <Complex:0x48549510 name="long">
  2431. <SimpleContent:0x48549550>
  2432. <Extension:0x48549570 ref="(u'long', u'http://www.w3.org/2001/XMLSchema')">
  2433. <AttributeGroup:0x48549590 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2434. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2435. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2436. </AttributeGroup>
  2437. </Extension>
  2438. </SimpleContent>
  2439. </Complex>
  2440. <Element:0x48549490 name="int" type="(u'int', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2441. <Complex:0x485495b0 name="int">
  2442. <SimpleContent:0x485495f0>
  2443. <Extension:0x48549610 ref="(u'int', u'http://www.w3.org/2001/XMLSchema')">
  2444. <AttributeGroup:0x48549630 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2445. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2446. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2447. </AttributeGroup>
  2448. </Extension>
  2449. </SimpleContent>
  2450. </Complex>
  2451. <Element:0x48549530 name="short" type="(u'short', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2452. <Complex:0x48549650 name="short">
  2453. <SimpleContent:0x48549690>
  2454. <Extension:0x485496b0 ref="(u'short', u'http://www.w3.org/2001/XMLSchema')">
  2455. <AttributeGroup:0x485496d0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2456. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2457. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2458. </AttributeGroup>
  2459. </Extension>
  2460. </SimpleContent>
  2461. </Complex>
  2462. <Element:0x485495d0 name="byte" type="(u'byte', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2463. <Complex:0x485496f0 name="byte">
  2464. <SimpleContent:0x48549730>
  2465. <Extension:0x48549750 ref="(u'byte', u'http://www.w3.org/2001/XMLSchema')">
  2466. <AttributeGroup:0x48549770 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2467. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2468. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2469. </AttributeGroup>
  2470. </Extension>
  2471. </SimpleContent>
  2472. </Complex>
  2473. <Element:0x48549670 name="nonNegativeInteger" type="(u'nonNegativeInteger', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2474. <Complex:0x48549790 name="nonNegativeInteger">
  2475. <SimpleContent:0x485497d0>
  2476. <Extension:0x485497f0 ref="(u'nonNegativeInteger', u'http://www.w3.org/2001/XMLSchema')">
  2477. <AttributeGroup:0x48549810 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2478. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2479. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2480. </AttributeGroup>
  2481. </Extension>
  2482. </SimpleContent>
  2483. </Complex>
  2484. <Element:0x48549710 name="unsignedLong" type="(u'unsignedLong', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2485. <Complex:0x48549830 name="unsignedLong">
  2486. <SimpleContent:0x48549870>
  2487. <Extension:0x48549890 ref="(u'unsignedLong', u'http://www.w3.org/2001/XMLSchema')">
  2488. <AttributeGroup:0x485498b0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2489. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2490. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2491. </AttributeGroup>
  2492. </Extension>
  2493. </SimpleContent>
  2494. </Complex>
  2495. <Element:0x485497b0 name="unsignedInt" type="(u'unsignedInt', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2496. <Complex:0x485498d0 name="unsignedInt">
  2497. <SimpleContent:0x48549910>
  2498. <Extension:0x48549930 ref="(u'unsignedInt', u'http://www.w3.org/2001/XMLSchema')">
  2499. <AttributeGroup:0x48549950 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2500. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2501. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2502. </AttributeGroup>
  2503. </Extension>
  2504. </SimpleContent>
  2505. </Complex>
  2506. <Element:0x48549850 name="unsignedShort" type="(u'unsignedShort', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2507. <Complex:0x48549970 name="unsignedShort">
  2508. <SimpleContent:0x485499b0>
  2509. <Extension:0x485499d0 ref="(u'unsignedShort', u'http://www.w3.org/2001/XMLSchema')">
  2510. <AttributeGroup:0x485499f0 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2511. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2512. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2513. </AttributeGroup>
  2514. </Extension>
  2515. </SimpleContent>
  2516. </Complex>
  2517. <Element:0x485498f0 name="unsignedByte" type="(u'unsignedByte', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2518. <Complex:0x48549a10 name="unsignedByte">
  2519. <SimpleContent:0x48549a50>
  2520. <Extension:0x48549a70 ref="(u'unsignedByte', u'http://www.w3.org/2001/XMLSchema')">
  2521. <AttributeGroup:0x48549a90 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2522. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2523. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2524. </AttributeGroup>
  2525. </Extension>
  2526. </SimpleContent>
  2527. </Complex>
  2528. <Element:0x48549990 name="positiveInteger" type="(u'positiveInteger', u'http://schemas.xmlsoap.org/soap/encoding/')" />
  2529. <Complex:0x48549ab0 name="positiveInteger">
  2530. <SimpleContent:0x48549af0>
  2531. <Extension:0x48549b10 ref="(u'positiveInteger', u'http://www.w3.org/2001/XMLSchema')">
  2532. <AttributeGroup:0x48549b30 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2533. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2534. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2535. </AttributeGroup>
  2536. </Extension>
  2537. </SimpleContent>
  2538. </Complex>
  2539. <Element:0x48549a30 name="anyType" type="(u'anyType', u'http://www.w3.org/2001/XMLSchema')" />
  2540.  
  2541. DEBUG:suds.xsd.schema:(urn:Calculator) merging <Restriction:0x484b84b0 ref="(u'Array', u'http://schemas.xmlsoap.org/soap/encoding/')" /> <== <Complex:0x484fbe30 name="Array" />
  2542. DEBUG:suds.xsd.schema:(urn:Calculator) merging <Attribute:0x484b8450 ref="(u'arrayType', u'http://schemas.xmlsoap.org/soap/encoding/')" aty="(u'long', u'http://www.w3.org/2001/XMLSchema')" /> <== <Attribute:0x484b8c90 name="arrayType" type="(u'string', u'http://www.w3.org/2001/XMLSchema')" />
  2543. DEBUG:suds.xsd.schema:loaded:
  2544.  
  2545. schema collection
  2546. Schema:0x484e1c10
  2547. (raw)
  2548. <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:Calculator">
  2549. <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
  2550. <complexType name="ArrayOfint">
  2551. <complexContent>
  2552. <restriction base="SOAP-ENC:Array">
  2553. <sequence>
  2554. <element maxOccurs="unbounded" type="xsd:long" name="item" minOccurs="0"/>
  2555. </sequence>
  2556. <attribute WSDL:arrayType="xsd:long[]" ref="SOAP-ENC:arrayType"/>
  2557. </restriction>
  2558. </complexContent>
  2559. </complexType>
  2560. <complexType name="Complex">
  2561. <sequence>
  2562. <element maxOccurs="1" type="xsd:decimal" name="i" minOccurs="1"/>
  2563. <element maxOccurs="1" type="xsd:decimal" name="r" minOccurs="1"/>
  2564. </sequence>
  2565. </complexType>
  2566. </schema>
  2567. (model)
  2568. <Complex:0x484b84d0 name="ArrayOfint">
  2569. <ComplexContent:0x484b83d0>
  2570. <Restriction:0x484b84b0 ref="(u'Array', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2571. <Group:0x484fbdb0 name="Array" ref="(u'Array', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2572. <Sequence:0x484fbd30>
  2573. <Any:0x484fbdf0 />
  2574. </Sequence>
  2575. </Group>
  2576. <AttributeGroup:0x484fbdd0 name="arrayAttributes" ref="(u'arrayAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2577. <Attribute:0x484fbcb0 name="arrayType" ref="(u'arrayType', u'http://schemas.xmlsoap.org/soap/encoding/')" type="(u'string', u'http://www.w3.org/2001/XMLSchema')" />@
  2578. <Attribute:0x484fbcf0 name="offset" ref="(u'offset', u'http://schemas.xmlsoap.org/soap/encoding/')" type="(u'arrayCoordinate', u'http://schemas.xmlsoap.org/soap/encoding/')" />@
  2579. </AttributeGroup>
  2580. <AttributeGroup:0x484fbe50 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2581. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2582. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2583. </AttributeGroup>
  2584. <Attribute:0x484b8450 name="arrayType" ref="(u'arrayType', u'http://schemas.xmlsoap.org/soap/encoding/')" type="(u'string', u'http://www.w3.org/2001/XMLSchema')" aty="(u'long', u'http://www.w3.org/2001/XMLSchema')" />@
  2585. </Restriction>
  2586. </ComplexContent>
  2587. </Complex>
  2588. <Complex:0x484b8430 name="Complex">
  2589. <Sequence:0x484b8410>
  2590. <Element:0x484b8bf0 name="i" type="(u'decimal', u'http://www.w3.org/2001/XMLSchema')" />
  2591. <Element:0x484b8c30 name="r" type="(u'decimal', u'http://www.w3.org/2001/XMLSchema')" />
  2592. </Sequence>
  2593. </Complex>
  2594.  
  2595. DEBUG:suds.xsd.schema:MERGED:
  2596. Schema:0x484e1c10
  2597. (raw)
  2598. <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:Calculator">
  2599. <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
  2600. <complexType name="ArrayOfint">
  2601. <complexContent>
  2602. <restriction base="SOAP-ENC:Array">
  2603. <sequence>
  2604. <element maxOccurs="unbounded" type="xsd:long" name="item" minOccurs="0"/>
  2605. </sequence>
  2606. <attribute WSDL:arrayType="xsd:long[]" ref="SOAP-ENC:arrayType"/>
  2607. </restriction>
  2608. </complexContent>
  2609. </complexType>
  2610. <complexType name="Complex">
  2611. <sequence>
  2612. <element maxOccurs="1" type="xsd:decimal" name="i" minOccurs="1"/>
  2613. <element maxOccurs="1" type="xsd:decimal" name="r" minOccurs="1"/>
  2614. </sequence>
  2615. </complexType>
  2616. </schema>
  2617. (model)
  2618. <Complex:0x484b84d0 name="ArrayOfint">
  2619. <ComplexContent:0x484b83d0>
  2620. <Restriction:0x484b84b0 ref="(u'Array', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2621. <Group:0x484fbdb0 name="Array" ref="(u'Array', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2622. <Sequence:0x484fbd30>
  2623. <Any:0x484fbdf0 />
  2624. </Sequence>
  2625. </Group>
  2626. <AttributeGroup:0x484fbdd0 name="arrayAttributes" ref="(u'arrayAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2627. <Attribute:0x484fbcb0 name="arrayType" ref="(u'arrayType', u'http://schemas.xmlsoap.org/soap/encoding/')" type="(u'string', u'http://www.w3.org/2001/XMLSchema')" />@
  2628. <Attribute:0x484fbcf0 name="offset" ref="(u'offset', u'http://schemas.xmlsoap.org/soap/encoding/')" type="(u'arrayCoordinate', u'http://schemas.xmlsoap.org/soap/encoding/')" />@
  2629. </AttributeGroup>
  2630. <AttributeGroup:0x484fbe50 name="commonAttributes" ref="(u'commonAttributes', u'http://schemas.xmlsoap.org/soap/encoding/')">
  2631. <Attribute:0x484b8c70 name="id" type="(u'ID', u'http://www.w3.org/2001/XMLSchema')" />@
  2632. <Attribute:0x484b84f0 name="href" type="(u'anyURI', u'http://www.w3.org/2001/XMLSchema')" />@
  2633. </AttributeGroup>
  2634. <Attribute:0x484b8450 name="arrayType" ref="(u'arrayType', u'http://schemas.xmlsoap.org/soap/encoding/')" type="(u'string', u'http://www.w3.org/2001/XMLSchema')" aty="(u'long', u'http://www.w3.org/2001/XMLSchema')" />@
  2635. </Restriction>
  2636. </ComplexContent>
  2637. </Complex>
  2638. <Complex:0x484b8430 name="Complex">
  2639. <Sequence:0x484b8410>
  2640. <Element:0x484b8bf0 name="i" type="(u'decimal', u'http://www.w3.org/2001/XMLSchema')" />
  2641. <Element:0x484b8c30 name="r" type="(u'decimal', u'http://www.w3.org/2001/XMLSchema')" />
  2642. </Sequence>
  2643. </Complex>
  2644.  
  2645. DEBUG:suds.wsdl:wsdl at 'http://localhost:8087/calculator/soap/description' loaded:
  2646. (Definitions){
  2647. id = "Definitions:0x484bb558"
  2648. options = Definitions:
  2649. prettyxml: classes=(<type 'bool'>,), default=False
  2650. cachingpolicy: classes=(<type 'int'>,), default=0
  2651. soapheaders: classes=*, default=()
  2652. service: classes=(<type 'int'>, <type 'basestring'>), default=None
  2653. doctor: classes=(<class suds.xsd.doctor.Doctor at 0x484a63b0>,), default=None
  2654. cache: classes=(<class suds.cache.Cache at 0x484360a0>,), default=<suds.cache.NoCache instance at 0x480d95f8>
  2655. retxml: classes=(<type 'bool'>,), default=False
  2656. prefixes: classes=(<type 'bool'>,), default=True
  2657. faults: classes=(<type 'bool'>,), default=True
  2658. wsse: classes=(<class suds.wsse.Security at 0x484a6538>,), default=None
  2659. autoblend: classes=(<type 'bool'>,), default=False
  2660. location: classes=(<type 'basestring'>,), default=None
  2661. plugins: classes=(<type 'list'>, <type 'tuple'>), default=[]
  2662. xstq: classes=(<type 'bool'>,), default=True
  2663. port: classes=(<type 'int'>, <type 'basestring'>), default=None
  2664. transport: classes=(<class suds.transport.Transport at 0x4841de30>,), default=None
  2665. Content:
  2666. ('cachingpolicy', 0)
  2667. ('soapheaders', ())
  2668. ('service', None)
  2669. ('doctor', None)
  2670. ('cache', <suds.cache.ObjectCache instance at 0x484bb468>)
  2671. ('port', None)
  2672. ('prefixes', True)
  2673. ('faults', True)
  2674. ('wsse', None)
  2675. ('autoblend', False)
  2676. ('location', None)
  2677. ('plugins', [])
  2678. ('prettyxml', False)
  2679. ('retxml', False)
  2680. ('transport', <suds.transport.https.HttpAuthenticated instance at 0x484bb238>)
  2681. ('xstq', True)
  2682. Linked:
  2683. Definitions:
  2684. username: classes=(<type 'basestring'>,), default=None
  2685. headers: classes=(<type 'dict'>,), default={}
  2686. password: classes=(<type 'basestring'>,), default=None
  2687. proxy: classes=(<type 'dict'>,), default={}
  2688. timeout: classes=(<type 'int'>, <type 'float'>), default=90
  2689. Content:
  2690. ('username', None)
  2691. ('headers', {})
  2692. ('password', None)
  2693. ('proxy', {})
  2694. ('timeout', 90)
  2695. Linked:
  2696. Definitions:
  2697. prettyxml: classes=(<type 'bool'>,), default=False
  2698. cachingpolicy: classes=(<type 'int'>,), default=0
  2699. soapheaders: classes=*, default=()
  2700. service: classes=(<type 'int'>, <type 'basestring'>), default=None
  2701. doctor: classes=(<class suds.xsd.doctor.Doctor at 0x484a63b0>,), default=None
  2702. cache: classes=(<class suds.cache.Cache at 0x484360a0>,), default=<suds.cache.NoCache instance at 0x480d95f8>
  2703. retxml: classes=(<type 'bool'>,), default=False
  2704. prefixes: classes=(<type 'bool'>,), default=True
  2705. faults: classes=(<type 'bool'>,), default=True
  2706. wsse: classes=(<class suds.wsse.Security at 0x484a6538>,), default=None
  2707. autoblend: classes=(<type 'bool'>,), default=False
  2708. location: classes=(<type 'basestring'>,), default=None
  2709. plugins: classes=(<type 'list'>, <type 'tuple'>), default=[]
  2710. xstq: classes=(<type 'bool'>,), default=True
  2711. port: classes=(<type 'int'>, <type 'basestring'>), default=None
  2712. transport: classes=(<class suds.transport.Transport at 0x4841de30>,), default=None
  2713. Content:
  2714. ('cachingpolicy', 0)
  2715. ('soapheaders', ())
  2716. ('service', None)
  2717. ('doctor', None)
  2718. ('cache', <suds.cache.ObjectCache instance at 0x484bb468>)
  2719. ('port', None)
  2720. ('prefixes', True)
  2721. ('faults', True)
  2722. ('wsse', None)
  2723. ('autoblend', False)
  2724. ('location', None)
  2725. ('plugins', [])
  2726. ('prettyxml', False)
  2727. ('retxml', False)
  2728. ('transport', <suds.transport.https.HttpAuthenticated instance at 0x484bb238>)
  2729. ('xstq', True)
  2730. url = "http://localhost:8087/calculator/soap/description"
  2731. tns[] =
  2732. "tns",
  2733. "urn:Calculator",
  2734. types[] =
  2735. (Types){
  2736. definitions = (Definitions)...
  2737. },
  2738. schema = "<Schema:0x484e1c10 tns="urn:Calculator"/>"
  2739. imports[] = <empty>
  2740. messages =
  2741. {
  2742. (addResponse, urn:Calculator, ) =
  2743. (Message){
  2744. name = "addResponse"
  2745. qname = "(addResponse, urn:Calculator)"
  2746. parts[] =
  2747. (Part){
  2748. root = <part type="xsd:long" name="result"/>
  2749. name = "result"
  2750. qname[] =
  2751. "result",
  2752. "urn:Calculator",
  2753. element = "None"
  2754. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  2755. },
  2756. }
  2757. (add_manyResponse, urn:Calculator, ) =
  2758. (Message){
  2759. name = "add_manyResponse"
  2760. qname = "(add_manyResponse, urn:Calculator)"
  2761. parts[] =
  2762. (Part){
  2763. root = <part type="xsd:long" name="result"/>
  2764. name = "result"
  2765. qname[] =
  2766. "result",
  2767. "urn:Calculator",
  2768. element = "None"
  2769. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  2770. },
  2771. }
  2772. (add_many, urn:Calculator, ) =
  2773. (Message){
  2774. name = "add_many"
  2775. qname = "(add_many, urn:Calculator)"
  2776. parts[] =
  2777. (Part){
  2778. root = <part type="ns1:ArrayOfint" name="args"/>
  2779. name = "args"
  2780. qname[] =
  2781. "args",
  2782. "urn:Calculator",
  2783. element = "None"
  2784. type = "(u'ArrayOfint', u'urn:Calculator')"
  2785. },
  2786. }
  2787. (add_complexResponse, urn:Calculator, ) =
  2788. (Message){
  2789. name = "add_complexResponse"
  2790. qname = "(add_complexResponse, urn:Calculator)"
  2791. parts[] =
  2792. (Part){
  2793. root = <part maxOccurs="1" type="xsd:decimal" name="i" minOccurs="1"/>
  2794. name = "i"
  2795. qname[] =
  2796. "i",
  2797. "urn:Calculator",
  2798. element = "None"
  2799. type = "(u'decimal', u'http://www.w3.org/2001/XMLSchema')"
  2800. },
  2801. (Part){
  2802. root = <part maxOccurs="1" type="xsd:decimal" name="r" minOccurs="1"/>
  2803. name = "r"
  2804. qname[] =
  2805. "r",
  2806. "urn:Calculator",
  2807. element = "None"
  2808. type = "(u'decimal', u'http://www.w3.org/2001/XMLSchema')"
  2809. },
  2810. }
  2811. (add, urn:Calculator, ) =
  2812. (Message){
  2813. name = "add"
  2814. qname = "(add, urn:Calculator)"
  2815. parts[] =
  2816. (Part){
  2817. root = <part type="xsd:long" name="a"/>
  2818. name = "a"
  2819. qname[] =
  2820. "a",
  2821. "urn:Calculator",
  2822. element = "None"
  2823. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  2824. },
  2825. (Part){
  2826. root = <part type="xsd:long" name="b"/>
  2827. name = "b"
  2828. qname[] =
  2829. "b",
  2830. "urn:Calculator",
  2831. element = "None"
  2832. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  2833. },
  2834. }
  2835. (add_complex, urn:Calculator, ) =
  2836. (Message){
  2837. name = "add_complex"
  2838. qname = "(add_complex, urn:Calculator)"
  2839. parts[] =
  2840. (Part){
  2841. root = <part type="ns1:Complex" name="a"/>
  2842. name = "a"
  2843. qname[] =
  2844. "a",
  2845. "urn:Calculator",
  2846. element = "None"
  2847. type = "(u'Complex', u'urn:Calculator')"
  2848. },
  2849. (Part){
  2850. root = <part type="ns1:Complex" name="b"/>
  2851. name = "b"
  2852. qname[] =
  2853. "b",
  2854. "urn:Calculator",
  2855. element = "None"
  2856. type = "(u'Complex', u'urn:Calculator')"
  2857. },
  2858. }
  2859. }
  2860. port_types =
  2861. {
  2862. (CalculatorPortType, urn:Calculator, ) =
  2863. (PortType){
  2864. name = "CalculatorPortType"
  2865. qname = "(CalculatorPortType, urn:Calculator)"
  2866. operations =
  2867. {
  2868. add_many =
  2869. (Operation){
  2870. name = "add_many"
  2871. tns[] =
  2872. "tns",
  2873. "urn:Calculator",
  2874. input =
  2875. (Message){
  2876. name = "add_many"
  2877. qname = "(add_many, urn:Calculator)"
  2878. parts[] =
  2879. (Part){
  2880. root = <part type="ns1:ArrayOfint" name="args"/>
  2881. name = "args"
  2882. qname[] =
  2883. "args",
  2884. "urn:Calculator",
  2885. element = "None"
  2886. type = "(u'ArrayOfint', u'urn:Calculator')"
  2887. },
  2888. }
  2889. output =
  2890. (Message){
  2891. name = "add_manyResponse"
  2892. qname = "(add_manyResponse, urn:Calculator)"
  2893. parts[] =
  2894. (Part){
  2895. root = <part type="xsd:long" name="result"/>
  2896. name = "result"
  2897. qname[] =
  2898. "result",
  2899. "urn:Calculator",
  2900. element = "None"
  2901. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  2902. },
  2903. }
  2904. faults[] = <empty>
  2905. }
  2906. add =
  2907. (Operation){
  2908. name = "add"
  2909. tns[] =
  2910. "tns",
  2911. "urn:Calculator",
  2912. input =
  2913. (Message){
  2914. name = "add"
  2915. qname = "(add, urn:Calculator)"
  2916. parts[] =
  2917. (Part){
  2918. root = <part type="xsd:long" name="a"/>
  2919. name = "a"
  2920. qname[] =
  2921. "a",
  2922. "urn:Calculator",
  2923. element = "None"
  2924. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  2925. },
  2926. (Part){
  2927. root = <part type="xsd:long" name="b"/>
  2928. name = "b"
  2929. qname[] =
  2930. "b",
  2931. "urn:Calculator",
  2932. element = "None"
  2933. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  2934. },
  2935. }
  2936. output =
  2937. (Message){
  2938. name = "addResponse"
  2939. qname = "(addResponse, urn:Calculator)"
  2940. parts[] =
  2941. (Part){
  2942. root = <part type="xsd:long" name="result"/>
  2943. name = "result"
  2944. qname[] =
  2945. "result",
  2946. "urn:Calculator",
  2947. element = "None"
  2948. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  2949. },
  2950. }
  2951. faults[] = <empty>
  2952. }
  2953. add_complex =
  2954. (Operation){
  2955. name = "add_complex"
  2956. tns[] =
  2957. "tns",
  2958. "urn:Calculator",
  2959. input =
  2960. (Message){
  2961. name = "add_complex"
  2962. qname = "(add_complex, urn:Calculator)"
  2963. parts[] =
  2964. (Part){
  2965. root = <part type="ns1:Complex" name="a"/>
  2966. name = "a"
  2967. qname[] =
  2968. "a",
  2969. "urn:Calculator",
  2970. element = "None"
  2971. type = "(u'Complex', u'urn:Calculator')"
  2972. },
  2973. (Part){
  2974. root = <part type="ns1:Complex" name="b"/>
  2975. name = "b"
  2976. qname[] =
  2977. "b",
  2978. "urn:Calculator",
  2979. element = "None"
  2980. type = "(u'Complex', u'urn:Calculator')"
  2981. },
  2982. }
  2983. output =
  2984. (Message){
  2985. name = "add_complexResponse"
  2986. qname = "(add_complexResponse, urn:Calculator)"
  2987. parts[] =
  2988. (Part){
  2989. root = <part maxOccurs="1" type="xsd:decimal" name="i" minOccurs="1"/>
  2990. name = "i"
  2991. qname[] =
  2992. "i",
  2993. "urn:Calculator",
  2994. element = "None"
  2995. type = "(u'decimal', u'http://www.w3.org/2001/XMLSchema')"
  2996. },
  2997. (Part){
  2998. root = <part maxOccurs="1" type="xsd:decimal" name="r" minOccurs="1"/>
  2999. name = "r"
  3000. qname[] =
  3001. "r",
  3002. "urn:Calculator",
  3003. element = "None"
  3004. type = "(u'decimal', u'http://www.w3.org/2001/XMLSchema')"
  3005. },
  3006. }
  3007. faults[] = <empty>
  3008. }
  3009. }
  3010. }
  3011. }
  3012. bindings =
  3013. {
  3014. (Calculator, urn:Calculator, ) =
  3015. (Binding){
  3016. name = "Calculator"
  3017. qname = "(Calculator, urn:Calculator)"
  3018. operations =
  3019. {
  3020. add_many =
  3021. (Operation){
  3022. name = "add_many"
  3023. soap =
  3024. (soap){
  3025. action = ""http://localhost:8087/calculator/soap/add_many""
  3026. style = "rpc"
  3027. input =
  3028. (Input){
  3029. body =
  3030. (Body){
  3031. parts[] =
  3032. (Part){
  3033. root = <part type="ns1:ArrayOfint" name="args"/>
  3034. name = "args"
  3035. qname[] =
  3036. "args",
  3037. "urn:Calculator",
  3038. element = "None"
  3039. type = "(u'ArrayOfint', u'urn:Calculator')"
  3040. },
  3041. use = "encoded"
  3042. namespace[] =
  3043. "tns",
  3044. "urn:Calculator",
  3045. wrapped = False
  3046. }
  3047. headers[] = <empty>
  3048. }
  3049. output =
  3050. (Output){
  3051. body =
  3052. (Body){
  3053. parts[] =
  3054. (Part){
  3055. root = <part type="xsd:long" name="result"/>
  3056. name = "result"
  3057. qname[] =
  3058. "result",
  3059. "urn:Calculator",
  3060. element = "None"
  3061. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  3062. },
  3063. use = "encoded"
  3064. namespace[] =
  3065. "tns",
  3066. "urn:Calculator",
  3067. wrapped = False
  3068. }
  3069. headers[] = <empty>
  3070. }
  3071. faults[] = <empty>
  3072. }
  3073. }
  3074. add =
  3075. (Operation){
  3076. name = "add"
  3077. soap =
  3078. (soap){
  3079. action = ""http://localhost:8087/calculator/soap/add""
  3080. style = "rpc"
  3081. input =
  3082. (Input){
  3083. body =
  3084. (Body){
  3085. parts[] =
  3086. (Part){
  3087. root = <part type="xsd:long" name="a"/>
  3088. name = "a"
  3089. qname[] =
  3090. "a",
  3091. "urn:Calculator",
  3092. element = "None"
  3093. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  3094. },
  3095. (Part){
  3096. root = <part type="xsd:long" name="b"/>
  3097. name = "b"
  3098. qname[] =
  3099. "b",
  3100. "urn:Calculator",
  3101. element = "None"
  3102. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  3103. },
  3104. use = "encoded"
  3105. namespace[] =
  3106. "tns",
  3107. "urn:Calculator",
  3108. wrapped = False
  3109. }
  3110. headers[] = <empty>
  3111. }
  3112. output =
  3113. (Output){
  3114. body =
  3115. (Body){
  3116. parts[] =
  3117. (Part){
  3118. root = <part type="xsd:long" name="result"/>
  3119. name = "result"
  3120. qname[] =
  3121. "result",
  3122. "urn:Calculator",
  3123. element = "None"
  3124. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  3125. },
  3126. use = "encoded"
  3127. namespace[] =
  3128. "tns",
  3129. "urn:Calculator",
  3130. wrapped = False
  3131. }
  3132. headers[] = <empty>
  3133. }
  3134. faults[] = <empty>
  3135. }
  3136. }
  3137. add_complex =
  3138. (Operation){
  3139. name = "add_complex"
  3140. soap =
  3141. (soap){
  3142. action = ""http://localhost:8087/calculator/soap/add_complex""
  3143. style = "rpc"
  3144. input =
  3145. (Input){
  3146. body =
  3147. (Body){
  3148. parts[] =
  3149. (Part){
  3150. root = <part type="ns1:Complex" name="a"/>
  3151. name = "a"
  3152. qname[] =
  3153. "a",
  3154. "urn:Calculator",
  3155. element = "None"
  3156. type = "(u'Complex', u'urn:Calculator')"
  3157. },
  3158. (Part){
  3159. root = <part type="ns1:Complex" name="b"/>
  3160. name = "b"
  3161. qname[] =
  3162. "b",
  3163. "urn:Calculator",
  3164. element = "None"
  3165. type = "(u'Complex', u'urn:Calculator')"
  3166. },
  3167. use = "encoded"
  3168. namespace[] =
  3169. "tns",
  3170. "urn:Calculator",
  3171. wrapped = False
  3172. }
  3173. headers[] = <empty>
  3174. }
  3175. output =
  3176. (Output){
  3177. body =
  3178. (Body){
  3179. parts[] =
  3180. (Part){
  3181. root = <part maxOccurs="1" type="xsd:decimal" name="i" minOccurs="1"/>
  3182. name = "i"
  3183. qname[] =
  3184. "i",
  3185. "urn:Calculator",
  3186. element = "None"
  3187. type = "(u'decimal', u'http://www.w3.org/2001/XMLSchema')"
  3188. },
  3189. (Part){
  3190. root = <part maxOccurs="1" type="xsd:decimal" name="r" minOccurs="1"/>
  3191. name = "r"
  3192. qname[] =
  3193. "r",
  3194. "urn:Calculator",
  3195. element = "None"
  3196. type = "(u'decimal', u'http://www.w3.org/2001/XMLSchema')"
  3197. },
  3198. use = "encoded"
  3199. namespace[] =
  3200. "tns",
  3201. "urn:Calculator",
  3202. wrapped = False
  3203. }
  3204. headers[] = <empty>
  3205. }
  3206. faults[] = <empty>
  3207. }
  3208. }
  3209. }
  3210. type =
  3211. (PortType){
  3212. name = "CalculatorPortType"
  3213. qname = "(CalculatorPortType, urn:Calculator)"
  3214. operations =
  3215. {
  3216. add_many =
  3217. (Operation){
  3218. name = "add_many"
  3219. tns[] =
  3220. "tns",
  3221. "urn:Calculator",
  3222. input =
  3223. (Message){
  3224. name = "add_many"
  3225. qname = "(add_many, urn:Calculator)"
  3226. parts[] =
  3227. (Part){
  3228. root = <part type="ns1:ArrayOfint" name="args"/>
  3229. name = "args"
  3230. qname[] =
  3231. "args",
  3232. "urn:Calculator",
  3233. element = "None"
  3234. type = "(u'ArrayOfint', u'urn:Calculator')"
  3235. },
  3236. }
  3237. output =
  3238. (Message){
  3239. name = "add_manyResponse"
  3240. qname = "(add_manyResponse, urn:Calculator)"
  3241. parts[] =
  3242. (Part){
  3243. root = <part type="xsd:long" name="result"/>
  3244. name = "result"
  3245. qname[] =
  3246. "result",
  3247. "urn:Calculator",
  3248. element = "None"
  3249. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  3250. },
  3251. }
  3252. faults[] = <empty>
  3253. }
  3254. add =
  3255. (Operation){
  3256. name = "add"
  3257. tns[] =
  3258. "tns",
  3259. "urn:Calculator",
  3260. input =
  3261. (Message){
  3262. name = "add"
  3263. qname = "(add, urn:Calculator)"
  3264. parts[] =
  3265. (Part){
  3266. root = <part type="xsd:long" name="a"/>
  3267. name = "a"
  3268. qname[] =
  3269. "a",
  3270. "urn:Calculator",
  3271. element = "None"
  3272. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  3273. },
  3274. (Part){
  3275. root = <part type="xsd:long" name="b"/>
  3276. name = "b"
  3277. qname[] =
  3278. "b",
  3279. "urn:Calculator",
  3280. element = "None"
  3281. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  3282. },
  3283. }
  3284. output =
  3285. (Message){
  3286. name = "addResponse"
  3287. qname = "(addResponse, urn:Calculator)"
  3288. parts[] =
  3289. (Part){
  3290. root = <part type="xsd:long" name="result"/>
  3291. name = "result"
  3292. qname[] =
  3293. "result",
  3294. "urn:Calculator",
  3295. element = "None"
  3296. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  3297. },
  3298. }
  3299. faults[] = <empty>
  3300. }
  3301. add_complex =
  3302. (Operation){
  3303. name = "add_complex"
  3304. tns[] =
  3305. "tns",
  3306. "urn:Calculator",
  3307. input =
  3308. (Message){
  3309. name = "add_complex"
  3310. qname = "(add_complex, urn:Calculator)"
  3311. parts[] =
  3312. (Part){
  3313. root = <part type="ns1:Complex" name="a"/>
  3314. name = "a"
  3315. qname[] =
  3316. "a",
  3317. "urn:Calculator",
  3318. element = "None"
  3319. type = "(u'Complex', u'urn:Calculator')"
  3320. },
  3321. (Part){
  3322. root = <part type="ns1:Complex" name="b"/>
  3323. name = "b"
  3324. qname[] =
  3325. "b",
  3326. "urn:Calculator",
  3327. element = "None"
  3328. type = "(u'Complex', u'urn:Calculator')"
  3329. },
  3330. }
  3331. output =
  3332. (Message){
  3333. name = "add_complexResponse"
  3334. qname = "(add_complexResponse, urn:Calculator)"
  3335. parts[] =
  3336. (Part){
  3337. root = <part maxOccurs="1" type="xsd:decimal" name="i" minOccurs="1"/>
  3338. name = "i"
  3339. qname[] =
  3340. "i",
  3341. "urn:Calculator",
  3342. element = "None"
  3343. type = "(u'decimal', u'http://www.w3.org/2001/XMLSchema')"
  3344. },
  3345. (Part){
  3346. root = <part maxOccurs="1" type="xsd:decimal" name="r" minOccurs="1"/>
  3347. name = "r"
  3348. qname[] =
  3349. "r",
  3350. "urn:Calculator",
  3351. element = "None"
  3352. type = "(u'decimal', u'http://www.w3.org/2001/XMLSchema')"
  3353. },
  3354. }
  3355. faults[] = <empty>
  3356. }
  3357. }
  3358. }
  3359. soap =
  3360. (soap){
  3361. style = "rpc"
  3362. }
  3363. }
  3364. }
  3365. services[] =
  3366. (Service){
  3367. name = "Calculator"
  3368. qname = "(Calculator, urn:Calculator)"
  3369. ports[] =
  3370. (Port){
  3371. name = "Calculator"
  3372. qname = "(Calculator, urn:Calculator)"
  3373. _Port__service = (Service)...
  3374. binding =
  3375. (Binding){
  3376. name = "Calculator"
  3377. qname = "(Calculator, urn:Calculator)"
  3378. operations =
  3379. {
  3380. add_many =
  3381. (Operation){
  3382. name = "add_many"
  3383. soap =
  3384. (soap){
  3385. action = ""http://localhost:8087/calculator/soap/add_many""
  3386. style = "rpc"
  3387. input =
  3388. (Input){
  3389. body =
  3390. (Body){
  3391. parts[] =
  3392. (Part){
  3393. root = <part type="ns1:ArrayOfint" name="args"/>
  3394. name = "args"
  3395. qname[] =
  3396. "args",
  3397. "urn:Calculator",
  3398. element = "None"
  3399. type = "(u'ArrayOfint', u'urn:Calculator')"
  3400. },
  3401. use = "encoded"
  3402. namespace[] =
  3403. "tns",
  3404. "urn:Calculator",
  3405. wrapped = False
  3406. }
  3407. headers[] = <empty>
  3408. }
  3409. output =
  3410. (Output){
  3411. body =
  3412. (Body){
  3413. parts[] =
  3414. (Part){
  3415. root = <part type="xsd:long" name="result"/>
  3416. name = "result"
  3417. qname[] =
  3418. "result",
  3419. "urn:Calculator",
  3420. element = "None"
  3421. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  3422. },
  3423. use = "encoded"
  3424. namespace[] =
  3425. "tns",
  3426. "urn:Calculator",
  3427. wrapped = False
  3428. }
  3429. headers[] = <empty>
  3430. }
  3431. faults[] = <empty>
  3432. }
  3433. }
  3434. add =
  3435. (Operation){
  3436. name = "add"
  3437. soap =
  3438. (soap){
  3439. action = ""http://localhost:8087/calculator/soap/add""
  3440. style = "rpc"
  3441. input =
  3442. (Input){
  3443. body =
  3444. (Body){
  3445. parts[] =
  3446. (Part){
  3447. root = <part type="xsd:long" name="a"/>
  3448. name = "a"
  3449. qname[] =
  3450. "a",
  3451. "urn:Calculator",
  3452. element = "None"
  3453. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  3454. },
  3455. (Part){
  3456. root = <part type="xsd:long" name="b"/>
  3457. name = "b"
  3458. qname[] =
  3459. "b",
  3460. "urn:Calculator",
  3461. element = "None"
  3462. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  3463. },
  3464. use = "encoded"
  3465. namespace[] =
  3466. "tns",
  3467. "urn:Calculator",
  3468. wrapped = False
  3469. }
  3470. headers[] = <empty>
  3471. }
  3472. output =
  3473. (Output){
  3474. body =
  3475. (Body){
  3476. parts[] =
  3477. (Part){
  3478. root = <part type="xsd:long" name="result"/>
  3479. name = "result"
  3480. qname[] =
  3481. "result",
  3482. "urn:Calculator",
  3483. element = "None"
  3484. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  3485. },
  3486. use = "encoded"
  3487. namespace[] =
  3488. "tns",
  3489. "urn:Calculator",
  3490. wrapped = False
  3491. }
  3492. headers[] = <empty>
  3493. }
  3494. faults[] = <empty>
  3495. }
  3496. }
  3497. add_complex =
  3498. (Operation){
  3499. name = "add_complex"
  3500. soap =
  3501. (soap){
  3502. action = ""http://localhost:8087/calculator/soap/add_complex""
  3503. style = "rpc"
  3504. input =
  3505. (Input){
  3506. body =
  3507. (Body){
  3508. parts[] =
  3509. (Part){
  3510. root = <part type="ns1:Complex" name="a"/>
  3511. name = "a"
  3512. qname[] =
  3513. "a",
  3514. "urn:Calculator",
  3515. element = "None"
  3516. type = "(u'Complex', u'urn:Calculator')"
  3517. },
  3518. (Part){
  3519. root = <part type="ns1:Complex" name="b"/>
  3520. name = "b"
  3521. qname[] =
  3522. "b",
  3523. "urn:Calculator",
  3524. element = "None"
  3525. type = "(u'Complex', u'urn:Calculator')"
  3526. },
  3527. use = "encoded"
  3528. namespace[] =
  3529. "tns",
  3530. "urn:Calculator",
  3531. wrapped = False
  3532. }
  3533. headers[] = <empty>
  3534. }
  3535. output =
  3536. (Output){
  3537. body =
  3538. (Body){
  3539. parts[] =
  3540. (Part){
  3541. root = <part maxOccurs="1" type="xsd:decimal" name="i" minOccurs="1"/>
  3542. name = "i"
  3543. qname[] =
  3544. "i",
  3545. "urn:Calculator",
  3546. element = "None"
  3547. type = "(u'decimal', u'http://www.w3.org/2001/XMLSchema')"
  3548. },
  3549. (Part){
  3550. root = <part maxOccurs="1" type="xsd:decimal" name="r" minOccurs="1"/>
  3551. name = "r"
  3552. qname[] =
  3553. "r",
  3554. "urn:Calculator",
  3555. element = "None"
  3556. type = "(u'decimal', u'http://www.w3.org/2001/XMLSchema')"
  3557. },
  3558. use = "encoded"
  3559. namespace[] =
  3560. "tns",
  3561. "urn:Calculator",
  3562. wrapped = False
  3563. }
  3564. headers[] = <empty>
  3565. }
  3566. faults[] = <empty>
  3567. }
  3568. }
  3569. }
  3570. type =
  3571. (PortType){
  3572. name = "CalculatorPortType"
  3573. qname = "(CalculatorPortType, urn:Calculator)"
  3574. operations =
  3575. {
  3576. add_many =
  3577. (Operation){
  3578. name = "add_many"
  3579. tns[] =
  3580. "tns",
  3581. "urn:Calculator",
  3582. input =
  3583. (Message){
  3584. name = "add_many"
  3585. qname = "(add_many, urn:Calculator)"
  3586. parts[] =
  3587. (Part){
  3588. root = <part type="ns1:ArrayOfint" name="args"/>
  3589. name = "args"
  3590. qname[] =
  3591. "args",
  3592. "urn:Calculator",
  3593. element = "None"
  3594. type = "(u'ArrayOfint', u'urn:Calculator')"
  3595. },
  3596. }
  3597. output =
  3598. (Message){
  3599. name = "add_manyResponse"
  3600. qname = "(add_manyResponse, urn:Calculator)"
  3601. parts[] =
  3602. (Part){
  3603. root = <part type="xsd:long" name="result"/>
  3604. name = "result"
  3605. qname[] =
  3606. "result",
  3607. "urn:Calculator",
  3608. element = "None"
  3609. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  3610. },
  3611. }
  3612. faults[] = <empty>
  3613. }
  3614. add =
  3615. (Operation){
  3616. name = "add"
  3617. tns[] =
  3618. "tns",
  3619. "urn:Calculator",
  3620. input =
  3621. (Message){
  3622. name = "add"
  3623. qname = "(add, urn:Calculator)"
  3624. parts[] =
  3625. (Part){
  3626. root = <part type="xsd:long" name="a"/>
  3627. name = "a"
  3628. qname[] =
  3629. "a",
  3630. "urn:Calculator",
  3631. element = "None"
  3632. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  3633. },
  3634. (Part){
  3635. root = <part type="xsd:long" name="b"/>
  3636. name = "b"
  3637. qname[] =
  3638. "b",
  3639. "urn:Calculator",
  3640. element = "None"
  3641. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  3642. },
  3643. }
  3644. output =
  3645. (Message){
  3646. name = "addResponse"
  3647. qname = "(addResponse, urn:Calculator)"
  3648. parts[] =
  3649. (Part){
  3650. root = <part type="xsd:long" name="result"/>
  3651. name = "result"
  3652. qname[] =
  3653. "result",
  3654. "urn:Calculator",
  3655. element = "None"
  3656. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  3657. },
  3658. }
  3659. faults[] = <empty>
  3660. }
  3661. add_complex =
  3662. (Operation){
  3663. name = "add_complex"
  3664. tns[] =
  3665. "tns",
  3666. "urn:Calculator",
  3667. input =
  3668. (Message){
  3669. name = "add_complex"
  3670. qname = "(add_complex, urn:Calculator)"
  3671. parts[] =
  3672. (Part){
  3673. root = <part type="ns1:Complex" name="a"/>
  3674. name = "a"
  3675. qname[] =
  3676. "a",
  3677. "urn:Calculator",
  3678. element = "None"
  3679. type = "(u'Complex', u'urn:Calculator')"
  3680. },
  3681. (Part){
  3682. root = <part type="ns1:Complex" name="b"/>
  3683. name = "b"
  3684. qname[] =
  3685. "b",
  3686. "urn:Calculator",
  3687. element = "None"
  3688. type = "(u'Complex', u'urn:Calculator')"
  3689. },
  3690. }
  3691. output =
  3692. (Message){
  3693. name = "add_complexResponse"
  3694. qname = "(add_complexResponse, urn:Calculator)"
  3695. parts[] =
  3696. (Part){
  3697. root = <part maxOccurs="1" type="xsd:decimal" name="i" minOccurs="1"/>
  3698. name = "i"
  3699. qname[] =
  3700. "i",
  3701. "urn:Calculator",
  3702. element = "None"
  3703. type = "(u'decimal', u'http://www.w3.org/2001/XMLSchema')"
  3704. },
  3705. (Part){
  3706. root = <part maxOccurs="1" type="xsd:decimal" name="r" minOccurs="1"/>
  3707. name = "r"
  3708. qname[] =
  3709. "r",
  3710. "urn:Calculator",
  3711. element = "None"
  3712. type = "(u'decimal', u'http://www.w3.org/2001/XMLSchema')"
  3713. },
  3714. }
  3715. faults[] = <empty>
  3716. }
  3717. }
  3718. }
  3719. soap =
  3720. (soap){
  3721. style = "rpc"
  3722. }
  3723. }
  3724. location = "http://localhost:8087/calculator/soap"
  3725. methods =
  3726. {
  3727. add_many =
  3728. (Method){
  3729. name = "add_many"
  3730. location = "http://localhost:8087/calculator/soap"
  3731. binding =
  3732. (binding){
  3733. input = <suds.bindings.rpc.Encoded instance at 0x484e2030>
  3734. output = <suds.bindings.rpc.Encoded instance at 0x484e2030>
  3735. }
  3736. soap =
  3737. (soap){
  3738. action = ""http://localhost:8087/calculator/soap/add_many""
  3739. style = "rpc"
  3740. input =
  3741. (Input){
  3742. body =
  3743. (Body){
  3744. parts[] =
  3745. (Part){
  3746. root = <part type="ns1:ArrayOfint" name="args"/>
  3747. name = "args"
  3748. qname[] =
  3749. "args",
  3750. "urn:Calculator",
  3751. element = "None"
  3752. type = "(u'ArrayOfint', u'urn:Calculator')"
  3753. },
  3754. use = "encoded"
  3755. namespace[] =
  3756. "tns",
  3757. "urn:Calculator",
  3758. wrapped = False
  3759. }
  3760. headers[] = <empty>
  3761. }
  3762. output =
  3763. (Output){
  3764. body =
  3765. (Body){
  3766. parts[] =
  3767. (Part){
  3768. root = <part type="xsd:long" name="result"/>
  3769. name = "result"
  3770. qname[] =
  3771. "result",
  3772. "urn:Calculator",
  3773. element = "None"
  3774. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  3775. },
  3776. use = "encoded"
  3777. namespace[] =
  3778. "tns",
  3779. "urn:Calculator",
  3780. wrapped = False
  3781. }
  3782. headers[] = <empty>
  3783. }
  3784. faults[] = <empty>
  3785. }
  3786. }
  3787. add =
  3788. (Method){
  3789. name = "add"
  3790. location = "http://localhost:8087/calculator/soap"
  3791. binding =
  3792. (binding){
  3793. input = <suds.bindings.rpc.Encoded instance at 0x484e2030>
  3794. output = <suds.bindings.rpc.Encoded instance at 0x484e2030>
  3795. }
  3796. soap =
  3797. (soap){
  3798. action = ""http://localhost:8087/calculator/soap/add""
  3799. style = "rpc"
  3800. input =
  3801. (Input){
  3802. body =
  3803. (Body){
  3804. parts[] =
  3805. (Part){
  3806. root = <part type="xsd:long" name="a"/>
  3807. name = "a"
  3808. qname[] =
  3809. "a",
  3810. "urn:Calculator",
  3811. element = "None"
  3812. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  3813. },
  3814. (Part){
  3815. root = <part type="xsd:long" name="b"/>
  3816. name = "b"
  3817. qname[] =
  3818. "b",
  3819. "urn:Calculator",
  3820. element = "None"
  3821. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  3822. },
  3823. use = "encoded"
  3824. namespace[] =
  3825. "tns",
  3826. "urn:Calculator",
  3827. wrapped = False
  3828. }
  3829. headers[] = <empty>
  3830. }
  3831. output =
  3832. (Output){
  3833. body =
  3834. (Body){
  3835. parts[] =
  3836. (Part){
  3837. root = <part type="xsd:long" name="result"/>
  3838. name = "result"
  3839. qname[] =
  3840. "result",
  3841. "urn:Calculator",
  3842. element = "None"
  3843. type = "(u'long', u'http://www.w3.org/2001/XMLSchema')"
  3844. },
  3845. use = "encoded"
  3846. namespace[] =
  3847. "tns",
  3848. "urn:Calculator",
  3849. wrapped = False
  3850. }
  3851. headers[] = <empty>
  3852. }
  3853. faults[] = <empty>
  3854. }
  3855. }
  3856. add_complex =
  3857. (Method){
  3858. name = "add_complex"
  3859. location = "http://localhost:8087/calculator/soap"
  3860. binding =
  3861. (binding){
  3862. input = <suds.bindings.rpc.Encoded instance at 0x484e2030>
  3863. output = <suds.bindings.rpc.Encoded instance at 0x484e2030>
  3864. }
  3865. soap =
  3866. (soap){
  3867. action = ""http://localhost:8087/calculator/soap/add_complex""
  3868. style = "rpc"
  3869. input =
  3870. (Input){
  3871. body =
  3872. (Body){
  3873. parts[] =
  3874. (Part){
  3875. root = <part type="ns1:Complex" name="a"/>
  3876. name = "a"
  3877. qname[] =
  3878. "a",
  3879. "urn:Calculator",
  3880. element = "None"
  3881. type = "(u'Complex', u'urn:Calculator')"
  3882. },
  3883. (Part){
  3884. root = <part type="ns1:Complex" name="b"/>
  3885. name = "b"
  3886. qname[] =
  3887. "b",
  3888. "urn:Calculator",
  3889. element = "None"
  3890. type = "(u'Complex', u'urn:Calculator')"
  3891. },
  3892. use = "encoded"
  3893. namespace[] =
  3894. "tns",
  3895. "urn:Calculator",
  3896. wrapped = False
  3897. }
  3898. headers[] = <empty>
  3899. }
  3900. output =
  3901. (Output){
  3902. body =
  3903. (Body){
  3904. parts[] =
  3905. (Part){
  3906. root = <part maxOccurs="1" type="xsd:decimal" name="i" minOccurs="1"/>
  3907. name = "i"
  3908. qname[] =
  3909. "i",
  3910. "urn:Calculator",
  3911. element = "None"
  3912. type = "(u'decimal', u'http://www.w3.org/2001/XMLSchema')"
  3913. },
  3914. (Part){
  3915. root = <part maxOccurs="1" type="xsd:decimal" name="r" minOccurs="1"/>
  3916. name = "r"
  3917. qname[] =
  3918. "r",
  3919. "urn:Calculator",
  3920. element = "None"
  3921. type = "(u'decimal', u'http://www.w3.org/2001/XMLSchema')"
  3922. },
  3923. use = "encoded"
  3924. namespace[] =
  3925. "tns",
  3926. "urn:Calculator",
  3927. wrapped = False
  3928. }
  3929. headers[] = <empty>
  3930. }
  3931. faults[] = <empty>
  3932. }
  3933. }
  3934. }
  3935. },
  3936. },
  3937. }
  3938. DEBUG:suds.client:sending to (http://localhost:8087/calculator/soap)
  3939. message:
  3940. <?xml version="1.0" encoding="UTF-8"?>
  3941. <SOAP-ENV:Envelope xmlns:ns3="urn:Calculator" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  3942. <SOAP-ENV:Header/>
  3943. <ns1:Body>
  3944. <ns3:add_complex>
  3945. <a xsi:type="ns3:Complex">
  3946. <i xsi:type="ns2:decimal">0</i>
  3947. <r xsi:type="ns2:decimal">1</r>
  3948. </a>
  3949. <b xsi:type="ns3:Complex">
  3950. <i xsi:type="ns2:decimal">1</i>
  3951. <r xsi:type="ns2:decimal">0</r>
  3952. </b>
  3953. </ns3:add_complex>
  3954. </ns1:Body>
  3955. </SOAP-ENV:Envelope>
  3956. DEBUG:suds.client:headers = {'SOAPAction': u'"http://localhost:8087/calculator/soap/add_complex"', 'Content-Type': 'text/xml; charset=utf-8'}
  3957. DEBUG:suds.transport.http:sending:
  3958. URL:http://localhost:8087/calculator/soap
  3959. HEADERS: {'SOAPAction': u'"http://localhost:8087/calculator/soap/add_complex"', 'Content-Type': 'text/xml; charset=utf-8', 'Content-type': 'text/xml; charset=utf-8', 'Soapaction': u'"http://localhost:8087/calculator/soap/add_complex"'}
  3960. MESSAGE:
  3961. <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:ns3="urn:Calculator" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Header/><ns1:Body><ns3:add_complex><a xsi:type="ns3:Complex"><i xsi:type="ns2:decimal">0</i><r xsi:type="ns2:decimal">1</r></a><b xsi:type="ns3:Complex"><i xsi:type="ns2:decimal">1</i><r xsi:type="ns2:decimal">0</r></b></ns3:add_complex></ns1:Body></SOAP-ENV:Envelope>
  3962. ERROR:suds.client:<?xml version="1.0" encoding="UTF-8"?>
  3963. <SOAP-ENV:Envelope xmlns:ns3="urn:Calculator" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  3964. <SOAP-ENV:Header/>
  3965. <ns1:Body>
  3966. <ns3:add_complex>
  3967. <a xsi:type="ns3:Complex">
  3968. <i xsi:type="ns2:decimal">0</i>
  3969. <r xsi:type="ns2:decimal">1</r>
  3970. </a>
  3971. <b xsi:type="ns3:Complex">
  3972. <i xsi:type="ns2:decimal">1</i>
  3973. <r xsi:type="ns2:decimal">0</r>
  3974. </b>
  3975. </ns3:add_complex>
  3976. </ns1:Body>
  3977. </SOAP-ENV:Envelope>
  3978. DEBUG:suds.client:http failed:
  3979. Traceback (most recent call last):
  3980. File "/home/laurent/lib/python/ladon-0.6.1-py2.7.egg/ladon/server/wsgi_application.py", line 356, in __call__
  3981. response_part = dispatcher.dispatch_request(request_data,environ)
  3982. File "/home/laurent/lib/python/ladon-0.6.1-py2.7.egg/ladon/server/dispatcher.py", line 159, in dispatch_request
  3983. res_dict = self.result_to_dict(method,result,tc,export_dict['response_attachments'])
  3984. File "/home/laurent/lib/python/ladon-0.6.1-py2.7.egg/ladon/server/dispatcher.py", line 142, in result_to_dict
  3985. res_dict['result'] = result.__dict__(tc,response_attachments)
  3986. File "/home/laurent/lib/python/ladon-0.6.1-py2.7.egg/ladon/types/ladontype.py", line 198, in __dict__
  3987. res_dict[attr_name] = tc.to_unicode_string(attr_val,attr_type)
  3988. File "/home/laurent/lib/python/ladon-0.6.1-py2.7.egg/ladon/types/typeconverter.py", line 68, in to_unicode_string
  3989. if expected_typ not in safe_conversions[typ]:
  3990. KeyError: <type 'NoneType'>
  3991.  
  3992. Traceback (most recent call last):
  3993. File "suds_tests.py", line 29, in <module>
  3994. res_comp = client.service.add_complex({'r':1, 'i':0}, {'r':0, 'i':1})
  3995. File "/usr/lib/python2.7/site-packages/suds/client.py", line 542, in __call__
  3996. return client.invoke(args, kwargs)
  3997. File "/usr/lib/python2.7/site-packages/suds/client.py", line 602, in invoke
  3998. result = self.send(soapenv)
  3999. File "/usr/lib/python2.7/site-packages/suds/client.py", line 649, in send
  4000. result = self.failed(binding, e)
  4001. File "/usr/lib/python2.7/site-packages/suds/client.py", line 702, in failed
  4002. r, p = binding.get_fault(reply)
  4003. File "/usr/lib/python2.7/site-packages/suds/bindings/binding.py", line 258, in get_fault
  4004. faultroot = sax.parse(string=reply)
  4005. File "/usr/lib/python2.7/site-packages/suds/sax/parser.py", line 136, in parse
  4006. sax.parse(source)
  4007. File "/usr/lib/python2.7/xml/sax/expatreader.py", line 107, in parse
  4008. xmlreader.IncrementalParser.parse(self, source)
  4009. File "/usr/lib/python2.7/xml/sax/xmlreader.py", line 123, in parse
  4010. self.feed(buffer)
  4011. File "/usr/lib/python2.7/xml/sax/expatreader.py", line 211, in feed
  4012. self._err_handler.fatalError(exc)
  4013. File "/usr/lib/python2.7/xml/sax/handler.py", line 38, in fatalError
  4014. raise exception
  4015. xml.sax._exceptions.SAXParseException: <unknown>:1:0: syntax error
Add Comment
Please, Sign In to add comment