|
Revision 1520, 0.8 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"?> |
|---|
| 2 |
<definitions name="Person" |
|---|
| 3 |
targetNamespace="http://www.jin.gr.jp/~nahi/xmlns/sample/Person" |
|---|
| 4 |
xmlns:tns="http://www.jin.gr.jp/~nahi/xmlns/sample/Person" |
|---|
| 5 |
xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
|---|
| 6 |
xmlns="http://schemas.xmlsoap.org/wsdl/"> |
|---|
| 7 |
<types> |
|---|
| 8 |
<xsd:schema xmlns="http://www.w3.org/2001/XMLSchema" |
|---|
| 9 |
targetNamespace="http://www.jin.gr.jp/~nahi/xmlns/sample/Person"> |
|---|
| 10 |
<complexType name="Person"> |
|---|
| 11 |
<all> |
|---|
| 12 |
<element name="familyname" type="xsd:string"/> |
|---|
| 13 |
<element name="givenname" type="xsd:string"/> |
|---|
| 14 |
<element name="var1" type="xsd:int"/> |
|---|
| 15 |
<element name="var2" type="xsd:double"/> |
|---|
| 16 |
<element name="var3" type="xsd:string"/> |
|---|
| 17 |
</all> |
|---|
| 18 |
</complexType> |
|---|
| 19 |
</xsd:schema> |
|---|
| 20 |
</types> |
|---|
| 21 |
</definitions> |
|---|