blob: 3dd42c60538a6e8b85fb2d5012105f8821309863 [file] [log] [blame]
<?xml version="1.0"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:nist="myInt-NS" targetNamespace="myInt-NS">
<element name="myInt" type="nist:myInt-Type"/>
<simpleType name="myInt-Type">
<restriction base="int"/>
</simpleType>
</schema>