home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 160 - Disc 2 / MF_UK_160_2.iso / pc / DiscContent / Trials / oxygen / lib / oxygen.jar / builtin / soap-wsdl.xsd < prev    next >
Encoding:
Extensible Markup Language  |  2005-07-21  |  6.5 KB  |  137 lines

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