aboutsummaryrefslogtreecommitdiff
path: root/test/javax/xml/jaxp/validation/8015092/idJimp.xsd
diff options
context:
space:
mode:
authorlana <none@none>2013-10-25 10:39:13 -0700
committerlana <none@none>2013-10-25 10:39:13 -0700
commit1492287786f2f20c945859b927c66358751c0f8e (patch)
tree156f552bed21656d7776f5a70e229ee7b86515d5 /test/javax/xml/jaxp/validation/8015092/idJimp.xsd
parenta1f7f2b01d84ad0ffaecfa1a6a504abea065a041 (diff)
parent602fee2588f67fb0d8efc1ee78e3b209e6d1ebe2 (diff)
Merge
Diffstat (limited to 'test/javax/xml/jaxp/validation/8015092/idJimp.xsd')
-rw-r--r--test/javax/xml/jaxp/validation/8015092/idJimp.xsd11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/javax/xml/jaxp/validation/8015092/idJimp.xsd b/test/javax/xml/jaxp/validation/8015092/idJimp.xsd
new file mode 100644
index 000000000..c2b966af9
--- /dev/null
+++ b/test/javax/xml/jaxp/validation/8015092/idJimp.xsd
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="importNS" xmlns:imp="importNS">
+ <xsd:element name="sid" type="xsd:string"/>
+ <xsd:element name="iid1">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="iid2" type="xsd:string" maxOccurs="unbounded"/>
+ </xsd:sequence>
+ </xsd:complexType>
+ </xsd:element>
+</xsd:schema>