123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 |
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <xsd:complexType name="ItemRequest">
- <xsd:annotation>
- <xsd:documentation/>
- <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap"/>
- </xsd:annotation>
- <xsd:sequence>
- <xsd:element name="id" type="xsd:int">
- <xsd:annotation>
- <xsd:documentation>Entity ID</xsd:documentation>
- <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
- <inf:min/>
- <inf:max/>
- <inf:callInfo>
- <inf:callName>Item</inf:callName>
- <inf:requiredInput>Yes</inf:requiredInput>
- </inf:callInfo>
- </xsd:appinfo>
- </xsd:annotation>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- <xsd:complexType name="ItemResponse">
- <xsd:annotation>
- <xsd:documentation>Response container for the Item call.</xsd:documentation>
- <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap"/>
- </xsd:annotation>
- <xsd:sequence>
- <xsd:element name="id" type="xsd:string">
- <xsd:annotation>
- <xsd:documentation>Default label</xsd:documentation>
- <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
- <inf:maxLength/>
- <inf:callInfo>
- <inf:callName>Item</inf:callName>
- <inf:returned>Always</inf:returned>
- </inf:callInfo>
- </xsd:appinfo>
- </xsd:annotation>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- <xsd:complexType name="ItemsResponse">
- <xsd:annotation>
- <xsd:documentation>Response container for the Items call.</xsd:documentation>
- <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap"/>
- </xsd:annotation>
- <xsd:sequence>
- <xsd:element minOccurs="0" maxOccurs="unbounded" name="complexObjectArray"
- type="ItemsArray">
- <xsd:annotation>
- <xsd:documentation>Default label</xsd:documentation>
- <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
- <inf:maxLength/>
- <inf:callInfo>
- <inf:callName>Items</inf:callName>
- <inf:returned>Always</inf:returned>
- </inf:callInfo>
- </xsd:appinfo>
- </xsd:annotation>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- <xsd:complexType name="ItemsArray">
- <xsd:annotation>
- <xsd:documentation>Response container for the Items call.</xsd:documentation>
- <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap"/>
- </xsd:annotation>
- <xsd:sequence>
- <xsd:element name="id" type="xsd:string">
- <xsd:annotation>
- <xsd:documentation>Default label</xsd:documentation>
- <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
- <inf:maxLength/>
- <inf:callInfo>
- <inf:callName>Items</inf:callName>
- <inf:returned>Always</inf:returned>
- </inf:callInfo>
- </xsd:appinfo>
- </xsd:annotation>
- </xsd:element>
- <xsd:element name="name" type="xsd:string">
- <xsd:annotation>
- <xsd:documentation>Default label</xsd:documentation>
- <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
- <inf:maxLength/>
- <inf:callInfo>
- <inf:callName>Item</inf:callName>
- <inf:returned>Always</inf:returned>
- </inf:callInfo>
- </xsd:appinfo>
- </xsd:annotation>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- <xsd:complexType name="CreateRequest">
- <xsd:annotation>
- <xsd:documentation/>
- <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap"/>
- </xsd:annotation>
- <xsd:sequence>
- <xsd:element name="name" type="xsd:string">
- <xsd:annotation>
- <xsd:documentation>Default label</xsd:documentation>
- <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
- <inf:maxLength/>
- <inf:callInfo>
- <inf:callName>Create</inf:callName>
- <inf:returned>Always</inf:returned>
- </inf:callInfo>
- </xsd:appinfo>
- </xsd:annotation>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- <xsd:complexType name="CreateResponse">
- <xsd:annotation>
- <xsd:documentation>Response container for the Create call.</xsd:documentation>
- <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap"/>
- </xsd:annotation>
- <xsd:sequence>
- <xsd:element name="id" type="xsd:string">
- <xsd:annotation>
- <xsd:documentation>Default label</xsd:documentation>
- <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
- <inf:maxLength/>
- <inf:callInfo>
- <inf:callName>Create</inf:callName>
- <inf:returned>Always</inf:returned>
- </inf:callInfo>
- </xsd:appinfo>
- </xsd:annotation>
- </xsd:element>
- <xsd:element name="name" type="xsd:string">
- <xsd:annotation>
- <xsd:documentation>Default label</xsd:documentation>
- <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
- <inf:maxLength/>
- <inf:callInfo>
- <inf:callName>Create</inf:callName>
- <inf:returned>Always</inf:returned>
- </inf:callInfo>
- </xsd:appinfo>
- </xsd:annotation>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- <xsd:complexType name="UpdateRequest">
- <xsd:annotation>
- <xsd:documentation/>
- <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap"/>
- </xsd:annotation>
- <xsd:sequence>
- <xsd:element name="id" type="xsd:int">
- <xsd:annotation>
- <xsd:documentation>Entity ID</xsd:documentation>
- <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
- <inf:min/>
- <inf:max/>
- <inf:callInfo>
- <inf:callName>Update</inf:callName>
- <inf:requiredInput>Yes</inf:requiredInput>
- </inf:callInfo>
- </xsd:appinfo>
- </xsd:annotation>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- <xsd:complexType name="UpdateResponse">
- <xsd:annotation>
- <xsd:documentation>Response container for the Update call.</xsd:documentation>
- <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap"/>
- </xsd:annotation>
- <xsd:sequence>
- <xsd:element name="id" type="xsd:string">
- <xsd:annotation>
- <xsd:documentation>Default label</xsd:documentation>
- <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
- <inf:maxLength/>
- <inf:callInfo>
- <inf:callName>Update</inf:callName>
- <inf:returned>Always</inf:returned>
- </inf:callInfo>
- </xsd:appinfo>
- </xsd:annotation>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- <xsd:complexType name="RemoveRequest">
- <xsd:annotation>
- <xsd:documentation/>
- <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap"/>
- </xsd:annotation>
- <xsd:sequence>
- <xsd:element name="id" type="xsd:int">
- <xsd:annotation>
- <xsd:documentation>Entity ID</xsd:documentation>
- <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
- <inf:min/>
- <inf:max/>
- <inf:callInfo>
- <inf:callName>Remove</inf:callName>
- <inf:requiredInput>Yes</inf:requiredInput>
- </inf:callInfo>
- </xsd:appinfo>
- </xsd:annotation>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- <xsd:complexType name="RemoveResponse">
- <xsd:annotation>
- <xsd:documentation>Response container for the Remove call.</xsd:documentation>
- <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap"/>
- </xsd:annotation>
- <xsd:sequence>
- <xsd:element name="id" type="xsd:string">
- <xsd:annotation>
- <xsd:documentation>Default label</xsd:documentation>
- <xsd:appinfo xmlns:inf="http://magento.ll/webapi/soap">
- <inf:maxLength/>
- <inf:callInfo>
- <inf:callName>Remove</inf:callName>
- <inf:returned>Always</inf:returned>
- </inf:callInfo>
- </xsd:appinfo>
- </xsd:annotation>
- </xsd:element>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:schema>
|