Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

root/trunk/test/wsdl/emptycomplextype.wsdl

Revision 1520, 1.0 kB (checked in by nahi, 4 years ago)

removed svn:executable

  • Property svn:eol-style set to native
  • Property svn:keywords set to author date id revision
Line 
1 <?xml version="1.0" encoding="utf-8"?>
2 <definitions name = "emptycomplextype"
3     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
4     targetNamespace="urn:jp.gr.jin.rrr.example.emptycomplextype"
5     xmlns="http://schemas.xmlsoap.org/wsdl/">
6
7   <types>
8     <xsd:schema elementFormDefault="qualified"
9         targetNamespace="urn:jp.gr.jin.rrr.example.emptycomplextype">
10       <xsd:element name="typeIn">
11         <xsd:complexType />
12       </xsd:element>
13
14       <xsd:element name="typeOut">
15         <xsd:complexType>
16           <xsd:sequence>
17             <xsd:element minOccurs="0" maxOccurs="1" name="str1" type="xsd:string" />
18             <xsd:element minOccurs="0" maxOccurs="1" name="str2" type="xsd:string" />
19             <xsd:element minOccurs="0" maxOccurs="1" name="seq">
20               <xsd:complexType>
21                 <xsd:sequence>
22                   <xsd:any />
23                 </xsd:sequence>
24               </xsd:complexType>
25             </xsd:element>
26           </xsd:sequence>
27         </xsd:complexType>
28       </xsd:element>
29     </xsd:schema>
30   </types>
31 </definitions>
Note: See TracBrowser for help on using the browser.