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.