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.
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.