topical media & game development

talk show tell print

basic-xml-15-listing36.xml / xml



          <types>
                  <xsd:schema xmlns="" 
                     xmlns:xsd="http://www.w3.org/1999/XMLSchema" 
                     targetNamespace="http://www.sernaferna.com/soap/ordersystem">
                          <xsd:complexType name="addToCartType">
                             <xsd:sequence>
                                <xsd:element name="cartId" type="xsd:string" />
                                <xsd:element name="item">
                            <xsd:complexType>
                               <xsd:sequence>
                                           <xsd:element name="quantity" 
                                                    type="xsd:string"/>
                                    <xsd:element name="extPrice" 
                                                    type="xsd:string"/>
                               </xsd:sequence>
                               <xsd:attribute name="itemId" 
                                                    type="xsd:string" />
                            </xsd:complexType>
                        </xsd:element>
                     </xsd:sequence>
                          </xsd:complexType>
                          <xsd:complexType name="addToCartResponseType">
                             <xsd:sequence>
                                <xsd:element name="cartId" type="xsd:string"/>
                                <xsd:element name="status" type="xsd:string"/>
                                <xsd:element name="quantity" type="xsd:string"/>
                                 <xsd:element name="itemId" type="xsd:string"/>
                             </xsd:sequence>
                          </xsd:complexType>
                  </xsd:schema>
          </types>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.