There was a task of processing a huge number of xml files (> 50mln) for the further splitting of their elements into fields in the database. Chose oracle DB. Schemes are schemes working.
But there was a problem: when importing the scheme, it gives an error in this place
With an error:
Error report - ORA-31082: invalid attribute "totalDigits" specified in the declaration of local simple type
But at the same time, for example, such a structure goes bang:
As far as I understand, for some reason he doesn’t like totalDigits, although, judging by the description of totalDigits, the construction is correct. And given that this scheme is a schema from a working database.
May be used as facet for: xs: byte, xs: decimal, xs: int, xs: integer, xs: long, xs: negativeInteger, xs: nonNegativeInteger, xs: nonPositiveInteger, xs: positiveInteger, xs: short, xs: unsignedByte , xs: unsignedInt, xs: unsignedLong, xs: unsignedShort

