Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkchong2005-10-05 20:18:18 +0000
committerkchong2005-10-05 20:18:18 +0000
commitd1d97b100e188e1c71bbaca36985912b572262cc (patch)
tree4bec60b9a1e7ce93eb43b69d1e19a799cb92f3b4 /tests/org.eclipse.wst.wsdl.validation.tests/testresources/samples/XSD/ValueColon/ValueColon.wsdl
parent100737f2707c8aba7d5bd96078ebfca2689f1036 (diff)
downloadwebtools.webservices-20051005_1620.tar.gz
webtools.webservices-20051005_1620.tar.xz
webtools.webservices-20051005_1620.zip
This commit was manufactured by cvs2svn to create tag 'v20051005_1620'.v20051005_1620
Diffstat (limited to 'tests/org.eclipse.wst.wsdl.validation.tests/testresources/samples/XSD/ValueColon/ValueColon.wsdl')
-rw-r--r--tests/org.eclipse.wst.wsdl.validation.tests/testresources/samples/XSD/ValueColon/ValueColon.wsdl19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/org.eclipse.wst.wsdl.validation.tests/testresources/samples/XSD/ValueColon/ValueColon.wsdl b/tests/org.eclipse.wst.wsdl.validation.tests/testresources/samples/XSD/ValueColon/ValueColon.wsdl
deleted file mode 100644
index 294339ab8..000000000
--- a/tests/org.eclipse.wst.wsdl.validation.tests/testresources/samples/XSD/ValueColon/ValueColon.wsdl
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<wsdl:definitions xmlns:tns="http://tempuri.org/ValueColon/"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ValueColon"
- targetNamespace="http://tempuri.org/ValueColon/">
- <wsdl:types>
- <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- elementFormDefault="qualified"
- targetNamespace="http://tempuri.org/ValueColon/">
- <xsd:element name="MyElement">
- <xsd:annotation>
- <xsd:appinfo source="http://sample.com">
- <xsd:initialValue kind="string_value" value=":"/>
- </xsd:appinfo>
- </xsd:annotation>
- </xsd:element>
- </xsd:schema>
- </wsdl:types>
-</wsdl:definitions>

Back to the top