wsdlpull  1.23
http.xsd
Go to the documentation of this file.
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"/>
7 </complexType>
8 <element name="binding" type="http:bindingType"/>
9 <complexType name="bindingType">
10 <attribute name="verb" type="NMTOKEN" use="required"/>
11 </complexType>
12 <element name="operation" type="http:operationType"/>
13 <complexType name="operationType">
14 <attribute name="location" type="uriReference" use="required"/>
15 </complexType>
16 <element name="urlEncoded">
17 <complexType>
18 </complexType>
19 </element>
20 <element name="urlReplacement">
21 <complexType>
22 </complexType>
23 </element>
24 </schema>
25