1 <?xml version="1.0"?>
   2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
   3             targetNamespace="test">
   4     <xsd:element name="root" type="xsd:int"/>
   5 </xsd:schema>
   6