jaxp/test/javax/xml/jaxp/unittest/org/w3c/dom/test.xsd
author joehw
Tue, 18 Nov 2014 12:01:27 -0800
changeset 27830 85b0d46b0104
permissions -rw-r--r--
8043084: XML JAXP unittest co-location Reviewed-by: joehw, dfuchs Contributed-by: frank.yuan@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
27830
85b0d46b0104 8043084: XML JAXP unittest co-location
joehw
parents:
diff changeset
     1
<?xml version="1.0"?>
85b0d46b0104 8043084: XML JAXP unittest co-location
joehw
parents:
diff changeset
     2
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
85b0d46b0104 8043084: XML JAXP unittest co-location
joehw
parents:
diff changeset
     3
            xmlns:testNS="testNS"
85b0d46b0104 8043084: XML JAXP unittest co-location
joehw
parents:
diff changeset
     4
            targetNamespace="testNS" elementFormDefault="qualified">
85b0d46b0104 8043084: XML JAXP unittest co-location
joehw
parents:
diff changeset
     5
    <xsd:element name="test5">
85b0d46b0104 8043084: XML JAXP unittest co-location
joehw
parents:
diff changeset
     6
        <xsd:simpleType>
85b0d46b0104 8043084: XML JAXP unittest co-location
joehw
parents:
diff changeset
     7
            <xsd:restriction base="xsd:string"/>
85b0d46b0104 8043084: XML JAXP unittest co-location
joehw
parents:
diff changeset
     8
        </xsd:simpleType>
85b0d46b0104 8043084: XML JAXP unittest co-location
joehw
parents:
diff changeset
     9
    </xsd:element>
85b0d46b0104 8043084: XML JAXP unittest co-location
joehw
parents:
diff changeset
    10
</xsd:schema>