AllSoapNoRestV1.xsd 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. <!--
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. -->
  7. <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  8. <xsd:complexType name="ItemRequest">
  9. <xsd:annotation>
  10. <xsd:documentation/>
  11. <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap"/>
  12. </xsd:annotation>
  13. <xsd:sequence>
  14. <xsd:element name="id" type="xsd:int">
  15. <xsd:annotation>
  16. <xsd:documentation>Entity ID</xsd:documentation>
  17. <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
  18. <inf:min/>
  19. <inf:max/>
  20. <inf:callInfo>
  21. <inf:callName>Item</inf:callName>
  22. <inf:requiredInput>Yes</inf:requiredInput>
  23. </inf:callInfo>
  24. </xsd:appinfo>
  25. </xsd:annotation>
  26. </xsd:element>
  27. </xsd:sequence>
  28. </xsd:complexType>
  29. <xsd:complexType name="ItemResponse">
  30. <xsd:annotation>
  31. <xsd:documentation>Response container for the Item call.</xsd:documentation>
  32. <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap"/>
  33. </xsd:annotation>
  34. <xsd:sequence>
  35. <xsd:element name="id" type="xsd:string">
  36. <xsd:annotation>
  37. <xsd:documentation>Default label</xsd:documentation>
  38. <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
  39. <inf:maxLength/>
  40. <inf:callInfo>
  41. <inf:callName>Item</inf:callName>
  42. <inf:returned>Always</inf:returned>
  43. </inf:callInfo>
  44. </xsd:appinfo>
  45. </xsd:annotation>
  46. </xsd:element>
  47. </xsd:sequence>
  48. </xsd:complexType>
  49. <xsd:complexType name="ItemsResponse">
  50. <xsd:annotation>
  51. <xsd:documentation>Response container for the Items call.</xsd:documentation>
  52. <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap"/>
  53. </xsd:annotation>
  54. <xsd:sequence>
  55. <xsd:element minOccurs="0" maxOccurs="unbounded" name="complexObjectArray"
  56. type="ItemsArray">
  57. <xsd:annotation>
  58. <xsd:documentation>Default label</xsd:documentation>
  59. <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
  60. <inf:maxLength/>
  61. <inf:callInfo>
  62. <inf:callName>Items</inf:callName>
  63. <inf:returned>Always</inf:returned>
  64. </inf:callInfo>
  65. </xsd:appinfo>
  66. </xsd:annotation>
  67. </xsd:element>
  68. </xsd:sequence>
  69. </xsd:complexType>
  70. <xsd:complexType name="ItemsArray">
  71. <xsd:annotation>
  72. <xsd:documentation>Response container for the Items call.</xsd:documentation>
  73. <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap"/>
  74. </xsd:annotation>
  75. <xsd:sequence>
  76. <xsd:element name="id" type="xsd:string">
  77. <xsd:annotation>
  78. <xsd:documentation>Default label</xsd:documentation>
  79. <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
  80. <inf:maxLength/>
  81. <inf:callInfo>
  82. <inf:callName>Items</inf:callName>
  83. <inf:returned>Always</inf:returned>
  84. </inf:callInfo>
  85. </xsd:appinfo>
  86. </xsd:annotation>
  87. </xsd:element>
  88. <xsd:element name="name" type="xsd:string">
  89. <xsd:annotation>
  90. <xsd:documentation>Default label</xsd:documentation>
  91. <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
  92. <inf:maxLength/>
  93. <inf:callInfo>
  94. <inf:callName>Item</inf:callName>
  95. <inf:returned>Always</inf:returned>
  96. </inf:callInfo>
  97. </xsd:appinfo>
  98. </xsd:annotation>
  99. </xsd:element>
  100. </xsd:sequence>
  101. </xsd:complexType>
  102. <xsd:complexType name="CreateRequest">
  103. <xsd:annotation>
  104. <xsd:documentation/>
  105. <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap"/>
  106. </xsd:annotation>
  107. <xsd:sequence>
  108. <xsd:element name="name" type="xsd:string">
  109. <xsd:annotation>
  110. <xsd:documentation>Default label</xsd:documentation>
  111. <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
  112. <inf:maxLength/>
  113. <inf:callInfo>
  114. <inf:callName>Create</inf:callName>
  115. <inf:returned>Always</inf:returned>
  116. </inf:callInfo>
  117. </xsd:appinfo>
  118. </xsd:annotation>
  119. </xsd:element>
  120. </xsd:sequence>
  121. </xsd:complexType>
  122. <xsd:complexType name="CreateResponse">
  123. <xsd:annotation>
  124. <xsd:documentation>Response container for the Create call.</xsd:documentation>
  125. <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap"/>
  126. </xsd:annotation>
  127. <xsd:sequence>
  128. <xsd:element name="id" type="xsd:string">
  129. <xsd:annotation>
  130. <xsd:documentation>Default label</xsd:documentation>
  131. <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
  132. <inf:maxLength/>
  133. <inf:callInfo>
  134. <inf:callName>Create</inf:callName>
  135. <inf:returned>Always</inf:returned>
  136. </inf:callInfo>
  137. </xsd:appinfo>
  138. </xsd:annotation>
  139. </xsd:element>
  140. <xsd:element name="name" type="xsd:string">
  141. <xsd:annotation>
  142. <xsd:documentation>Default label</xsd:documentation>
  143. <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
  144. <inf:maxLength/>
  145. <inf:callInfo>
  146. <inf:callName>Create</inf:callName>
  147. <inf:returned>Always</inf:returned>
  148. </inf:callInfo>
  149. </xsd:appinfo>
  150. </xsd:annotation>
  151. </xsd:element>
  152. </xsd:sequence>
  153. </xsd:complexType>
  154. <xsd:complexType name="UpdateRequest">
  155. <xsd:annotation>
  156. <xsd:documentation/>
  157. <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap"/>
  158. </xsd:annotation>
  159. <xsd:sequence>
  160. <xsd:element name="id" type="xsd:int">
  161. <xsd:annotation>
  162. <xsd:documentation>Entity ID</xsd:documentation>
  163. <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
  164. <inf:min/>
  165. <inf:max/>
  166. <inf:callInfo>
  167. <inf:callName>Update</inf:callName>
  168. <inf:requiredInput>Yes</inf:requiredInput>
  169. </inf:callInfo>
  170. </xsd:appinfo>
  171. </xsd:annotation>
  172. </xsd:element>
  173. </xsd:sequence>
  174. </xsd:complexType>
  175. <xsd:complexType name="UpdateResponse">
  176. <xsd:annotation>
  177. <xsd:documentation>Response container for the Update call.</xsd:documentation>
  178. <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap"/>
  179. </xsd:annotation>
  180. <xsd:sequence>
  181. <xsd:element name="id" type="xsd:string">
  182. <xsd:annotation>
  183. <xsd:documentation>Default label</xsd:documentation>
  184. <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
  185. <inf:maxLength/>
  186. <inf:callInfo>
  187. <inf:callName>Update</inf:callName>
  188. <inf:returned>Always</inf:returned>
  189. </inf:callInfo>
  190. </xsd:appinfo>
  191. </xsd:annotation>
  192. </xsd:element>
  193. </xsd:sequence>
  194. </xsd:complexType>
  195. <xsd:complexType name="RemoveRequest">
  196. <xsd:annotation>
  197. <xsd:documentation/>
  198. <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap"/>
  199. </xsd:annotation>
  200. <xsd:sequence>
  201. <xsd:element name="id" type="xsd:int">
  202. <xsd:annotation>
  203. <xsd:documentation>Entity ID</xsd:documentation>
  204. <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
  205. <inf:min/>
  206. <inf:max/>
  207. <inf:callInfo>
  208. <inf:callName>Remove</inf:callName>
  209. <inf:requiredInput>Yes</inf:requiredInput>
  210. </inf:callInfo>
  211. </xsd:appinfo>
  212. </xsd:annotation>
  213. </xsd:element>
  214. </xsd:sequence>
  215. </xsd:complexType>
  216. <xsd:complexType name="RemoveResponse">
  217. <xsd:annotation>
  218. <xsd:documentation>Response container for the Remove call.</xsd:documentation>
  219. <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap"/>
  220. </xsd:annotation>
  221. <xsd:sequence>
  222. <xsd:element name="id" type="xsd:string">
  223. <xsd:annotation>
  224. <xsd:documentation>Default label</xsd:documentation>
  225. <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
  226. <inf:maxLength/>
  227. <inf:callInfo>
  228. <inf:callName>Remove</inf:callName>
  229. <inf:returned>Always</inf:returned>
  230. </inf:callInfo>
  231. </xsd:appinfo>
  232. </xsd:annotation>
  233. </xsd:element>
  234. </xsd:sequence>
  235. </xsd:complexType>
  236. </xsd:schema>