jdk/test/javax/xml/jaxp/testng/validation/8037819/otherNamespace.xsd
changeset 27116 64a78dd93766
parent 27115 2a65d9f1c324
parent 27114 cc60649130bb
child 27129 98b357b2e8a6
--- a/jdk/test/javax/xml/jaxp/testng/validation/8037819/otherNamespace.xsd	Thu Oct 16 12:02:03 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>