1<schema xmlns="http://www.w3.org/2001/XMLSchema"
2 xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
3 targetNamespace="http://schemas.xmlsoap.org/wsdl/http/">
4<element name="address" type="http:addressType"/>
5<complexType name="addressType">
6<attribute name="location" type="uriReference" use="required"/>
8<element name="binding" type="http:bindingType"/>
9<complexType name="bindingType">
10<attribute name="verb" type="NMTOKEN" use="required"/>
12<element name="operation" type="http:operationType"/>
13<complexType name="operationType">
14<attribute name="location" type="uriReference" use="required"/>
16<element name="urlEncoded">
20<element name="urlReplacement">