1 <x:root
   2         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   3         xsi:schemaLocation="http://xsdtesting Bug6963468.xsd"
   4         xmlns:x="http://xsdtesting">
   5 
   6         <x:E1>1</x:E1>
   7         <x:E1>true</x:E1>
   8         <x:E1>false</x:E1>
   9         <x:E1>x</x:E1>
  10         <x:E1>y</x:E1>
  11         <x:E2>1</x:E2>
  12         <x:E3 x:att1="123"/>
  13 </x:root>
  14