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