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