jdk/test/javax/xml/jaxp/testng/validation/8037819/otherNamespace.xsd
changeset 27129 98b357b2e8a6
parent 27128 d1480cb49283
parent 27116 64a78dd93766
child 27130 41df50e7303d
--- a/jdk/test/javax/xml/jaxp/testng/validation/8037819/otherNamespace.xsd	Thu Oct 16 14:55:17 2014 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-<xsd:schema
-  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-  xmlns:unit="xslt.unittests"
-  targetNamespace="xslt.unittests">
-  
-  <xsd:import schemaLocation="base.xsd"/>
-  
-  <xsd:element name="A" type="unit:W"/>
-  
-  <xsd:complexType name="W">
-    <xsd:sequence>
-      <xsd:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
-    </xsd:sequence>
-    <xsd:attribute ref="attr"/>
-    <xsd:attribute ref="unparsedEntityAttr"/>
-  </xsd:complexType>
-
-</xsd:schema>