What is XSD spec for Oracle NUMBER datatype?
1. What is the proper XSD spec to represent an Oracle value defined as NUMBER?
2. Is it xs:double? The xs:single doesn't seem to suport the 130 exponent possible with NUMBER?
3. Is there any Oracle document with an 'Oracle datatype to XSD schema datatype' conversion table that lists all of the Oracle datatypes and their XSD equivalent? The XSD dev guide has the converse table (i.e. XSD to Oracle).
Thanks for any help.