jaxp/test/javax/xml/jaxp/unittest/validation/Bug8149915.xsd
author joehw
Mon, 22 Feb 2016 11:00:06 -0800
changeset 36146 eca249f3c768
permissions -rw-r--r--
8149915: enabling validate-annotations feature for xsd schema with annotation causes NPE Reviewed-by: joehw Contributed-by: christoph.langer@sap.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
36146
eca249f3c768 8149915: enabling validate-annotations feature for xsd schema with annotation causes NPE
joehw
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
eca249f3c768 8149915: enabling validate-annotations feature for xsd schema with annotation causes NPE
joehw
parents:
diff changeset
     2
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
eca249f3c768 8149915: enabling validate-annotations feature for xsd schema with annotation causes NPE
joehw
parents:
diff changeset
     3
<xs:annotation>
eca249f3c768 8149915: enabling validate-annotations feature for xsd schema with annotation causes NPE
joehw
parents:
diff changeset
     4
   <xs:appinfo>Testapp for XSD annotation issue</xs:appinfo>
eca249f3c768 8149915: enabling validate-annotations feature for xsd schema with annotation causes NPE
joehw
parents:
diff changeset
     5
   <xs:documentation xml:lang="en">This is an XSD annotation, just for the sake of it.</xs:documentation>
eca249f3c768 8149915: enabling validate-annotations feature for xsd schema with annotation causes NPE
joehw
parents:
diff changeset
     6
</xs:annotation>
eca249f3c768 8149915: enabling validate-annotations feature for xsd schema with annotation causes NPE
joehw
parents:
diff changeset
     7
</xs:schema>