Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Register schema error: invalid attribute totalDigits

3199625Mar 16 2016 — edited Mar 17 2016

Hi ,

I am trying to Register a XSD in my DB 12.1.0.2.0. I get the below mentioned error when I try to register the schema as globale.

ERROR:  ORA-31082: invalid attribute "totalDigits" specified in declaration of "Decimal"

And this is the part of the XSD which caused the error:

<xs:simpleType name="Counter">

    <xs:restriction base="types:Numeric1..10">

      <xs:totalDigits value="10"/>

      <xs:fractionDigits value="0"/>

    </xs:restriction>

  </xs:simpleType>

Any assistance would be appreciated

Thanks a lot.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 14 2016
Added on Mar 16 2016
12 comments
2,599 views