view test/javax/xml/jaxp/unittest/validation/tck/Bug6963468.xml @ 779:2b61bfcaa586

8132660: Change jaxp unit test package name to be different with jaxp api Reviewed-by: joehw Contributed-by: frank.yuan@oracle.com
author joehw
date Mon, 10 Aug 2015 09:52:32 -0700
parents test/javax/xml/jaxp/unittest/javax/xml/validation/tck/Bug6963468.xml@29ba77ad2a87
children
line wrap: on
line source

<x:root
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://xsdtesting Bug6963468.xsd"
	xmlns:x="http://xsdtesting">

	<x:E1>1</x:E1>
	<x:E1>true</x:E1>
	<x:E1>false</x:E1>
	<x:E1>x</x:E1>
	<x:E1>y</x:E1>
	<x:E2>1</x:E2>
	<x:E3 x:att1="123"/>
</x:root>