http.xsd
Go to the documentation of this file.00001 <schema xmlns="http://www.w3.org/2001/XMLSchema"
00002 xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
00003 targetNamespace="http://schemas.xmlsoap.org/wsdl/http/">
00004 <element name="address" type="http:addressType"/>
00005 <complexType name="addressType">
00006 <attribute name="location" type="uriReference" use="required"/>
00007 </complexType>
00008 <element name="binding" type="http:bindingType"/>
00009 <complexType name="bindingType">
00010 <attribute name="verb" type="NMTOKEN" use="required"/>
00011 </complexType>
00012 <element name="operation" type="http:operationType"/>
00013 <complexType name="operationType">
00014 <attribute name="location" type="uriReference" use="required"/>
00015 </complexType>
00016 <element name="urlEncoded">
00017 <complexType>
00018 </complexType>
00019 </element>
00020 <element name="urlReplacement">
00021 <complexType>
00022 </complexType>
00023 </element>
00024 </schema>
00025