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