home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _FF419451D4F34E99A33E3053D4B6C203 < prev    next >
Encoding:
Extensible Markup Language  |  2002-03-29  |  5.7 KB  |  136 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- edited with XML Spy v4.4 alpha 2 U build Mar 28 2002 (http://www.xmlspy.com) by Alexander Falk (Altova, Inc.) -->
  3. <!-- 
  4.  
  5. Copyright 2001-2002 International Business Machines Corporation, Microsoft Corporation. All rights reserved.
  6.  
  7. The presentation, distribution or other dissemination of the
  8. information contained herein by Microsoft is not a license,
  9. either expressly or impliedly, to any intellectual property owned or
  10. controlled by Microsoft.
  11.  
  12. This document and the information contained herein is provided on an
  13. "AS IS" basis and to the maximum extent permitted by applicable law,
  14. Microsoft provides the document AS IS AND WITH ALL FAULTS, and hereby
  15. disclaims all other warranties and conditions, either express, implied
  16. or statutory, including, but not limited to, any (if any) implied
  17. warranties, duties or conditions of merchantability, of fitness for a
  18. particular purpose, of accuracy or completeness of responses, of
  19. results, of workmanlike effort, of lack of viruses, and of lack of
  20. negligence, all with regard to the document. ALSO, THERE IS NO
  21. WARRANTY OR CONDITION OF TITLE, QUIET ENJOYMENT, QUIET POSSESSION,
  22. CORRESPONDENCE TO DESCRIPTION OR NON-INFRINGEMENT WITH REGARD TO THE
  23. DOCUMENT.
  24.  
  25. IN NO EVENT WILL MICROSOFT BE LIABLE TO ANY OTHER PARTY FOR THE COST
  26. OF PROCURING SUBSTITUTE GOODS OR SERVICES, LOST PROFITS, LOSS OF USE,
  27. LOSS OF DATA, OR ANY INCIDENTAL, CONSEQUENTIAL, DIRECT, INDIRECT, OR
  28. SPECIAL DAMAGES WHETHER UNDER CONTRACT, TORT, WARRANTY, OR OTHERWISE,
  29. ARISING IN ANY WAY OUT OF THIS OR ANY OTHER AGREEMENT RELATING TO THIS
  30. DOCUMENT, WHETHER OR NOT SUCH PARTY HAD ADVANCE NOTICE OF THE
  31. POSSIBILITY OF SUCH DAMAGES.  
  32.  
  33.  
  34.   -->
  35. <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
  36.     <import namespace="http://schemas.xmlsoap.org/wsdl/"/>
  37.     <simpleType name="encodingStyle">
  38.         <annotation>
  39.             <documentation>
  40.                 'encodingStyle' indicates any canonicalization conventions followed in the contents of the containing element.  For example, the value 'http://schemas.xmlsoap.org/soap/encoding/' indicates the pattern described in SOAP specification
  41.           </documentation>
  42.         </annotation>
  43.         <list itemType="anyURI"/>
  44.     </simpleType>
  45.     <element name="binding" type="soap:tBinding"/>
  46.     <complexType name="tBinding">
  47.         <complexContent>
  48.             <extension base="wsdl:tExtensibilityElement">
  49.                 <sequence/>
  50.                 <attribute name="transport" type="anyURI" use="optional"/>
  51.                 <attribute name="style" type="soap:tStyleChoice" use="optional"/>
  52.             </extension>
  53.         </complexContent>
  54.     </complexType>
  55.     <simpleType name="tStyleChoice">
  56.         <restriction base="string">
  57.             <enumeration value="rpc"/>
  58.             <enumeration value="document"/>
  59.         </restriction>
  60.     </simpleType>
  61.     <element name="operation" type="soap:tOperation"/>
  62.     <complexType name="tOperation">
  63.         <complexContent>
  64.             <extension base="wsdl:tExtensibilityElement">
  65.                 <sequence/>
  66.                 <attribute name="soapAction" type="anyURI" use="optional"/>
  67.                 <attribute name="style" type="soap:tStyleChoice" use="optional"/>
  68.             </extension>
  69.         </complexContent>
  70.     </complexType>
  71.     <element name="body" type="soap:tBody"/>
  72.     <attributeGroup name="tBodyAttributes">
  73.         <attribute name="encodingStyle" type="soap:encodingStyle" use="optional"/>
  74.         <attribute name="use" type="soap:useChoice" use="optional"/>
  75.         <attribute name="namespace" type="anyURI" use="optional"/>
  76.     </attributeGroup>
  77.     <complexType name="tBody">
  78.         <complexContent>
  79.             <extension base="wsdl:tExtensibilityElement">
  80.                 <sequence/>
  81.                 <attribute name="parts" type="NMTOKENS" use="optional"/>
  82.                 <attributeGroup ref="soap:tBodyAttributes"/>
  83.             </extension>
  84.         </complexContent>
  85.     </complexType>
  86.     <simpleType name="useChoice">
  87.         <restriction base="string">
  88.             <enumeration value="literal"/>
  89.             <enumeration value="encoded"/>
  90.         </restriction>
  91.     </simpleType>
  92.     <element name="fault" type="soap:tFault"/>
  93.     <complexType name="tFault">
  94.         <complexContent>
  95.             <restriction base="soap:tBody">
  96.                 <sequence/>
  97.                 <attribute ref="wsdl:required" use="optional"/>
  98.                 <attribute name="parts" type="NMTOKENS" use="prohibited"/>
  99.                 <attributeGroup ref="soap:tBodyAttributes"/>
  100.             </restriction>
  101.         </complexContent>
  102.     </complexType>
  103.     <element name="header" type="soap:tHeader"/>
  104.     <complexType name="tHeader">
  105.         <complexContent>
  106.             <extension base="wsdl:tExtensibilityElement">
  107.                 <sequence>
  108.                     <element ref="soap:headerfault"/>
  109.                 </sequence>
  110.                 <attribute name="message" type="QName" use="required"/>
  111.                 <attribute name="parts" type="NMTOKENS" use="required"/>
  112.                 <attribute name="use" type="soap:useChoice" use="required"/>
  113.                 <attribute name="encodingStyle" type="soap:encodingStyle" use="optional"/>
  114.                 <attribute name="namespace" type="anyURI" use="optional"/>
  115.             </extension>
  116.         </complexContent>
  117.     </complexType>
  118.     <element name="headerfault" type="soap:tHeaderFault"/>
  119.     <complexType name="tHeaderFault">
  120.         <attribute name="message" type="QName" use="required"/>
  121.         <attribute name="parts" type="NMTOKENS" use="required"/>
  122.         <attribute name="use" type="soap:useChoice" use="required"/>
  123.         <attribute name="encodingStyle" type="soap:encodingStyle" use="optional"/>
  124.         <attribute name="namespace" type="anyURI" use="optional"/>
  125.     </complexType>
  126.     <element name="address" type="soap:tAddress"/>
  127.     <complexType name="tAddress">
  128.         <complexContent>
  129.             <extension base="wsdl:tExtensibilityElement">
  130.                 <sequence/>
  131.                 <attribute name="location" type="anyURI" use="required"/>
  132.             </extension>
  133.         </complexContent>
  134.     </complexType>
  135. </schema>
  136.