Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkchong2009-08-10 18:34:09 +0000
committerkchong2009-08-10 18:34:09 +0000
commit3d2050476a181c788eccdacb86b2ec2d716a8c39 (patch)
tree4a25382810b3f0d86e33d19acf90488c90894d5e /tests/org.eclipse.wst.wsdl.ui.tests/testresources/XSD/Unused/Import1.xsd
parentaad7c8dacf1aea980b2e898b0abbfb0f975c8510 (diff)
downloadwebtools.webservices-200908101838.tar.gz
webtools.webservices-200908101838.tar.xz
webtools.webservices-200908101838.zip
This commit was manufactured by cvs2svn to create tag 'v200908101838'.v200908101838
Diffstat (limited to 'tests/org.eclipse.wst.wsdl.ui.tests/testresources/XSD/Unused/Import1.xsd')
-rw-r--r--tests/org.eclipse.wst.wsdl.ui.tests/testresources/XSD/Unused/Import1.xsd38
1 files changed, 0 insertions, 38 deletions
diff --git a/tests/org.eclipse.wst.wsdl.ui.tests/testresources/XSD/Unused/Import1.xsd b/tests/org.eclipse.wst.wsdl.ui.tests/testresources/XSD/Unused/Import1.xsd
deleted file mode 100644
index f69fcceeb..000000000
--- a/tests/org.eclipse.wst.wsdl.ui.tests/testresources/XSD/Unused/Import1.xsd
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsd:schema elementFormDefault="qualified"
- targetNamespace="http://www.example.org/Import"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:tns="http://www.example.org/Import">
-
- <xsd:complexType name="ImpCT1">
- <xsd:sequence>
- <xsd:element name="e1" type="xsd:string" maxOccurs="25"></xsd:element>
- </xsd:sequence>
- </xsd:complexType>
-
- <xsd:group name="ImpGr1">
- <xsd:sequence>
- <xsd:element name="e1" type="xsd:string"></xsd:element>
- </xsd:sequence>
- </xsd:group>
-
- <xsd:attribute name="ImpAttr1" type="tns:ImpST1"></xsd:attribute>
-
- <xsd:attributeGroup name="ImpAttrGr1">
- <xsd:attribute name="at1" type="xsd:string"></xsd:attribute>
- </xsd:attributeGroup>
-
- <xsd:element name="ImpElem1" type="xsd:string"></xsd:element>
-
- <xsd:simpleType name="ImpST1">
- <xsd:restriction base="xsd:string"></xsd:restriction>
- </xsd:simpleType>
-
- <xsd:simpleType name="ImpST2">
- <xsd:restriction base="xsd:string"></xsd:restriction>
- </xsd:simpleType>
-
- <xsd:complexType name="ImpCT2">
- <xsd:attribute name="attr1" type="xsd:string"></xsd:attribute>
- </xsd:complexType>
-</xsd:schema> \ No newline at end of file

Back to the top