Database Error Messages

ORA-31042

too many properties in type 'string'

Cause

Too many properties were specified for the type. The type can only have the same number of properties (elements and attributes) as the number of columns in a table.


Action

Modify the XML schema to move properties into sub-elements that are not inlined.