7890 / oschema

an XSD schema to validate OSC unit descriptions
2 stars 0 forks source link

Change xs:decimal To xs:double #3

Closed fundamental closed 10 years ago

fundamental commented 10 years ago

I noticed that with the current versions of oschema, scientific notation of the form 1e2 is not permitted within float parameter's min/max fields. After doing some quick googling, it looks like xs:double fits the type better than xs:decimal. Assuming I haven't missed something this should fix this one issue without any notable side effects.