|
| 1 | +<?xml version="1.0" encoding="UTF-8" ?> |
| 2 | +<!-- Copyright 2001 - 2006, International Business Machines Corporation and |
| 3 | + Microsoft Corporation All Rights Reserved License for WSDL 1.1 Binding Extension |
| 4 | + for SOAP 1.2 Schema Files The Authors grant permission to copy and distribute |
| 5 | + the WSDL 1.1 Binding Extension for SOAP 1.2 Schema Files in any medium without |
| 6 | + fee or royalty as long as this notice and license are distributed with them. |
| 7 | + The originals of these files can be located at: http://schemas.xmlsoap.org/wsdl/soap12/wsdl11soap12.xsd |
| 8 | + THESE SCHEMA FILES ARE PROVIDED "AS IS," AND THE AUTHORS MAKE NO REPRESENTATIONS |
| 9 | + OR WARRANTIES, EXPRESS OR IMPLIED, REGARDING THESE FILES, INCLUDING, BUT |
| 10 | + NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, |
| 11 | + NON-INFRINGEMENT OR TITLE. THE AUTHORS WILL NOT BE LIABLE FOR ANY DIRECT, |
| 12 | + INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR |
| 13 | + RELATING TO ANY USE OR DISTRIBUTION OF THESE FILES. The name and trademarks |
| 14 | + of the Authors may NOT be used in any manner, including advertising or publicity |
| 15 | + pertaining to these files or any program or service that uses these files, |
| 16 | + written prior permission. Title to copyright in these files will at all times |
| 17 | + remain with the Authors. No other rights are granted by implication, estoppel |
| 18 | + or otherwise. --> |
| 19 | +<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" |
| 20 | + xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsoap12="http://schemas.xmlsoap.org/wsdl/soap12/" |
| 21 | + targetNamespace="http://schemas.xmlsoap.org/wsdl/soap12/"> |
| 22 | + <xs:import namespace="http://schemas.xmlsoap.org/wsdl/" /> |
| 23 | + <xs:complexType name="tExtensibilityElementOpenAttrs"> |
| 24 | + <xs:complexContent> |
| 25 | + <xs:extension base="wsdl:tExtensibilityElement"> |
| 26 | + <xs:anyAttribute namespace="##other" |
| 27 | + processContents="lax" /> |
| 28 | + </xs:extension> |
| 29 | + </xs:complexContent> |
| 30 | + </xs:complexType> |
| 31 | + <xs:element name="binding" type="wsoap12:tBinding" /> |
| 32 | + <xs:complexType name="tBinding"> |
| 33 | + <xs:complexContent> |
| 34 | + <xs:extension base="wsoap12:tExtensibilityElementOpenAttrs"> |
| 35 | + <xs:attribute name="transport" type="xs:anyURI" use="required" /> |
| 36 | + <xs:attribute name="style" type="wsoap12:tStyleChoice" |
| 37 | + use="optional" /> |
| 38 | + </xs:extension> |
| 39 | + </xs:complexContent> |
| 40 | + </xs:complexType> |
| 41 | + <xs:simpleType name="tStyleChoice"> |
| 42 | + <xs:restriction base="xs:string"> |
| 43 | + <xs:enumeration value="rpc" /> |
| 44 | + <xs:enumeration value="document" /> |
| 45 | + </xs:restriction> |
| 46 | + </xs:simpleType> |
| 47 | + <xs:element name="operation" type="wsoap12:tOperation" /> |
| 48 | + <xs:complexType name="tOperation"> |
| 49 | + <xs:complexContent> |
| 50 | + <xs:extension base="wsoap12:tExtensibilityElementOpenAttrs"> |
| 51 | + <xs:attribute name="soapAction" type="xs:anyURI" use="optional" /> |
| 52 | + <xs:attribute name="soapActionRequired" type="xs:boolean" |
| 53 | + use="optional" /> |
| 54 | + <xs:attribute name="style" type="wsoap12:tStyleChoice" |
| 55 | + use="optional" /> |
| 56 | + </xs:extension> |
| 57 | + </xs:complexContent> |
| 58 | + </xs:complexType> |
| 59 | + <xs:element name="body" type="wsoap12:tBody" /> |
| 60 | + <xs:attributeGroup name="tBodyAttributes"> |
| 61 | + <!-- The encodingStyle attribute is now a single URI, instead of a list |
| 62 | + of URIs --> |
| 63 | + <xs:attribute name="encodingStyle" type="xs:anyURI" use="optional" /> |
| 64 | + <xs:attribute name="use" type="wsoap12:useChoice" use="optional" /> |
| 65 | + <xs:attribute name="namespace" type="xs:anyURI" use="optional" /> |
| 66 | + </xs:attributeGroup> |
| 67 | + <xs:simpleType name="tParts"> |
| 68 | + <xs:list itemType="xs:NMTOKEN" /> |
| 69 | + </xs:simpleType> |
| 70 | + <xs:complexType name="tBody"> |
| 71 | + <xs:complexContent> |
| 72 | + <xs:extension base="wsoap12:tExtensibilityElementOpenAttrs"> |
| 73 | + <xs:attribute name="parts" type="wsoap12:tParts" use="optional" /> |
| 74 | + <xs:attributeGroup ref="wsoap12:tBodyAttributes" /> |
| 75 | + </xs:extension> |
| 76 | + </xs:complexContent> |
| 77 | + </xs:complexType> |
| 78 | + <xs:simpleType name="useChoice"> |
| 79 | + <xs:restriction base="xs:string"> |
| 80 | + <xs:enumeration value="literal" /> |
| 81 | + <xs:enumeration value="encoded" /> |
| 82 | + </xs:restriction> |
| 83 | + </xs:simpleType> |
| 84 | + <xs:element name="fault" type="wsoap12:tFault" /> |
| 85 | + <xs:complexType name="tFaultRes" abstract="true"> |
| 86 | + <xs:complexContent> |
| 87 | + <xs:restriction base="wsoap12:tBody"> |
| 88 | + <xs:attribute ref="wsdl:required" use="optional" /> |
| 89 | + <xs:attribute name="parts" type="wsoap12:tParts" use="prohibited" /> |
| 90 | + <xs:attributeGroup ref="wsoap12:tBodyAttributes" /> |
| 91 | + </xs:restriction> |
| 92 | + </xs:complexContent> |
| 93 | + </xs:complexType> |
| 94 | + <xs:complexType name="tFault"> |
| 95 | + <xs:complexContent> |
| 96 | + <xs:extension base="wsoap12:tFaultRes"> |
| 97 | + <xs:attribute name="name" type="xs:NCName" use="required" /> |
| 98 | + </xs:extension> |
| 99 | + </xs:complexContent> |
| 100 | + </xs:complexType> |
| 101 | + <xs:element name="header" type="wsoap12:tHeader" /> |
| 102 | + <xs:attributeGroup name="tHeaderAttributes"> |
| 103 | + <xs:attribute name="message" type="xs:QName" use="required" /> |
| 104 | + <xs:attribute name="part" type="xs:NMTOKEN" use="required" /> |
| 105 | + <xs:attribute name="use" type="wsoap12:useChoice" use="required" /> |
| 106 | + <xs:attribute name="encodingStyle" type="xs:anyURI" use="optional" /> |
| 107 | + <xs:attribute name="namespace" type="xs:anyURI" use="optional" /> |
| 108 | + </xs:attributeGroup> |
| 109 | + <xs:complexType name="tHeader"> |
| 110 | + <xs:complexContent> |
| 111 | + <xs:extension base="wsoap12:tExtensibilityElementOpenAttrs"> |
| 112 | + <xs:sequence> |
| 113 | + <xs:element ref="wsoap12:headerfault" minOccurs="0" |
| 114 | + maxOccurs="unbounded" /> |
| 115 | + </xs:sequence> |
| 116 | + <xs:attributeGroup ref="wsoap12:tHeaderAttributes" /> |
| 117 | + </xs:extension> |
| 118 | + </xs:complexContent> |
| 119 | + </xs:complexType> |
| 120 | + <xs:element name="headerfault" type="wsoap12:tHeaderFault" /> |
| 121 | + <xs:complexType name="tHeaderFault"> |
| 122 | + <xs:attributeGroup ref="wsoap12:tHeaderAttributes" /> |
| 123 | + <xs:anyAttribute namespace="##other" processContents="lax" /> |
| 124 | + </xs:complexType> |
| 125 | + <xs:element name="address" type="wsoap12:tAddress" /> |
| 126 | + <xs:complexType name="tAddress"> |
| 127 | + <xs:complexContent> |
| 128 | + <xs:extension base="wsoap12:tExtensibilityElementOpenAttrs"> |
| 129 | + <xs:attribute name="location" type="xs:anyURI" use="required" /> |
| 130 | + </xs:extension> |
| 131 | + </xs:complexContent> |
| 132 | + </xs:complexType> |
| 133 | +</xs:schema> |
0 commit comments