adultinternetusers > References > WSDL 1.1 Reference

WSDL


<schema targetNamespace="http://schemas.xmlsoap.org/wsdl/" elementFormDefault="qualified">
     <element name="documentation">
          <complexType mixed="true">
               <choice minOccurs="0" maxOccurs="unbounded">
                    <any minOccurs="0" maxOccurs="unbounded"/>
               </choice>
               <anyAttribute/>
          </complexType>
     </element>
     <complexType name="documented" abstract="true">
          <sequence>
               <element ref="wsdl:documentation" minOccurs="0"/>
          </sequence>
     </complexType>
     <complexType name="openAtts" abstract="true">
          <sequence>
               <element ref="wsdl:documentation" minOccurs="0"/>
          </sequence>
          <anyAttribute namespace="##other"/>
     </complexType>
     <element name="definitions" type="wsdl:definitionsType">
          <key name="message">
               <selector xpath="message"/>
               <field xpath="@name"/>
          </key>
          <key name="portType">
               <selector xpath="portType"/>
               <field xpath="@name"/>
          </key>
          <key name="binding">
               <selector xpath="binding"/>
               <field xpath="@name"/>
          </key>
          <key name="service">
               <selector xpath="service"/>
               <field xpath="@name"/>
          </key>
          <key name="import">
               <selector xpath="import"/>
               <field xpath="@namespace"/>
          </key>
          <key name="port">
               <selector xpath="service/port"/>
               <field xpath="@name"/>
          </key>
     </element>
     <complexType name="definitionsType">
          <complexContent>
               <extension base="wsdl:documented">
                    <sequence>
                         <element ref="wsdl:import" minOccurs="0" maxOccurs="unbounded"/>
                         <element ref="wsdl:types" minOccurs="0"/>
                         <element ref="wsdl:message" minOccurs="0" maxOccurs="unbounded"/>
                         <element ref="wsdl:portType" minOccurs="0" maxOccurs="unbounded"/>
                         <element ref="wsdl:binding" minOccurs="0" maxOccurs="unbounded"/>
                         <element ref="wsdl:service" minOccurs="0" maxOccurs="unbounded"/>
                         <any namespace="##other" minOccurs="0" maxOccurs="unbounded"> </any>
                    </sequence>
                    <attribute name="targetNamespace" type="uriReference" use="optional"/>
                    <attribute name="name" type="NMTOKEN" use="optional"/>
               </extension>
          </complexContent>
     </complexType>
     <element name="import" type="wsdl:importType"/>
     <complexType name="importType">
          <complexContent>
               <extension base="wsdl:documented">
                    <attribute name="namespace" type="uriReference" use="required"/>
                    <attribute name="location" type="uriReference" use="required"/>
               </extension>
          </complexContent>
     </complexType>
     <element name="types" type="wsdl:typesType"/>
     <complexType name="typesType">
          <complexContent>
               <extension base="wsdl:documented">
                    <sequence>
                         <any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
                    </sequence>
               </extension>
          </complexContent>
     </complexType>
     <element name="message" type="wsdl:messageType">
          <unique name="part">
               <selector xpath="part"/>
               <field xpath="@name"/>
          </unique>
     </element>
     <complexType name="messageType">
          <complexContent>
               <extension base="wsdl:documented">
                    <sequence>
                         <element ref="wsdl:part" minOccurs="0" maxOccurs="unbounded"/>
                    </sequence>
                    <attribute name="name" type="NCName" use="required"/>
               </extension>
          </complexContent>
     </complexType>
     <element name="part" type="wsdl:partType"/>
     <complexType name="partType">
          <complexContent>
               <extension base="wsdl:openAtts">
                    <attribute name="name" type="NMTOKEN" use="optional"/>
                    <attribute name="type" type="QName" use="optional"/>
                    <attribute name="element" type="QName" use="optional"/>
               </extension>
          </complexContent>
     </complexType>
     <element name="portType" type="wsdl:portTypeType"/>
     <complexType name="portTypeType">
          <complexContent>
               <extension base="wsdl:documented">
                    <sequence>
                         <element ref="wsdl:operation" minOccurs="0" maxOccurs="unbounded"/>
                    </sequence>
                    <attribute name="name" type="NCName" use="required"/>
               </extension>
          </complexContent>
     </complexType>
     <element name="operation" type="wsdl:operationType"/>
     <complexType name="operationType">
          <complexContent>
               <extension base="wsdl:documented">
                    <choice>
                         <group ref="wsdl:one-way-operation"/>
                         <group ref="wsdl:request-response-operation"/>
                         <group ref="wsdl:solicit-response-operation"/>
                         <group ref="wsdl:notification-operation"/>
                    </choice>
                    <attribute name="name" type="NCName" use="required"/>
               </extension>
          </complexContent>
     </complexType>
     <group name="one-way-operation">
          <sequence>
               <element ref="wsdl:input"/>
          </sequence>
     </group>
     <group name="request-response-operation">
          <sequence>
               <element ref="wsdl:input"/>
               <element ref="wsdl:output"/>
               <element ref="wsdl:fault" minOccurs="0" maxOccurs="unbounded"/>
          </sequence>
     </group>
     <group name="solicit-response-operation">
          <sequence>
               <element ref="wsdl:output"/>
               <element ref="wsdl:input"/>
               <element ref="wsdl:fault" minOccurs="0" maxOccurs="unbounded"/>
          </sequence>
     </group>
     <group name="notification-operation">
          <sequence>
               <element ref="wsdl:output"/>
          </sequence>
     </group>
     <element name="input" type="wsdl:paramType"/>
     <element name="output" type="wsdl:paramType"/>
     <element name="fault" type="wsdl:faultType"/>
     <complexType name="paramType">
          <complexContent>
               <extension base="wsdl:documented">
                    <attribute name="name" type="NMTOKEN" use="optional"/>
                    <attribute name="message" type="QName" use="required"/>
               </extension>
          </complexContent>
     </complexType>
     <complexType name="faultType">
          <complexContent>
               <extension base="wsdl:documented">
                    <attribute name="name" type="NMTOKEN" use="required"/>
                    <attribute name="message" type="QName" use="required"/>
               </extension>
          </complexContent>
     </complexType>
     <complexType name="startWithExtensionsType" abstract="true">
          <complexContent>
               <extension base="wsdl:documented">
                    <sequence>
                         <any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
                    </sequence>
               </extension>
          </complexContent>
     </complexType>
     <element name="binding" type="wsdl:bindingType"/>
     <complexType name="bindingType">
          <complexContent>
               <extension base="wsdl:startWithExtensionsType">
                    <sequence>
                         <element name="operation" type="wsdl:binding_operationType" minOccurs="0" maxOccurs="unbounded"/>
                    </sequence>
                    <attribute name="name" type="NCName" use="required"/>
                    <attribute name="type" type="QName" use="required"/>
               </extension>
          </complexContent>
     </complexType>
     <complexType name="binding_operationType">
          <complexContent>
               <extension base="wsdl:startWithExtensionsType">
                    <sequence>
                         <element name="input" type="wsdl:startWithExtensionsType" minOccurs="0"/>
                         <element name="output" type="wsdl:startWithExtensionsType" minOccurs="0"/>
                         <element name="fault" minOccurs="0" maxOccurs="unbounded">
                              <complexType>
                                   <complexContent>
                                        <extension base="wsdl:startWithExtensionsType">
                                             <attribute name="name" type="NMTOKEN" use="required"/>
                                        </extension>
                                   </complexContent>
                              </complexType>
                         </element>
                    </sequence>
                    <attribute name="name" type="NCName" use="required"/>
               </extension>
          </complexContent>
     </complexType>
     <element name="service" type="wsdl:serviceType"/>
     <complexType name="serviceType">
          <complexContent>
               <extension base="wsdl:documented">
                    <sequence>
                         <element ref="wsdl:port" minOccurs="0" maxOccurs="unbounded"/>
                         <any namespace="##other" minOccurs="0"/>
                    </sequence>
                    <attribute name="name" type="NCName" use="required"/>
               </extension>
          </complexContent>
     </complexType>
     <element name="port" type="wsdl:portType"/>
     <complexType name="portType">
          <complexContent>
               <extension base="wsdl:documented">
                    <sequence>
                         <any namespace="##other" minOccurs="0"/>
                    </sequence>
                    <attribute name="name" type="NCName" use="required"/>
                    <attribute name="binding" type="QName" use="required"/>
               </extension>
          </complexContent>
     </complexType>
     <attribute name="arrayType" type="string"/>
</schema>



_____________________________________________
Reference Search | Sitemap | Surf Clothing Information       adultinternetusers | Systinet




Related sites:
  • dotNet Slackers - Your latest resource for ASP.NET
  • Dotnet Spider - Outsourcing and Offshore software development in India
  • XML - Xselerator, surfing Editor, BizTalk Utilities, Surf Clothing Tutorials, Learn Surf
  • Planet Source Code - The largest public source code database on the Internet

Kevin Carr

Natural Skin Care European Soaps
Kevin Carr
Mayor Dave Shawver Stanton
Internetusers


You can also get Organic Skin Care products from Bliss Bath Body and you must check out their Natural Body Lotions and bath soaps

Now if you are looking for the best deals on surf clothing from Quiksilver and Roxy then you have to check these amazing deals here:

Hey, check out this Organic Skin Care European Soaps along with Natural Lavender Body Lotion and shea butter

And you must check out this website