DB2 Version 9.7 for Linux, UNIX, and Windows

Limits and restrictions for annotated XML schema decomposition

Certain limits and restrictions apply to annotated XML schema decomposition.

Limits

Table 1. Limits for annotated XML schema decomposition
Condition Limit value
Maximum size of document to be decomposed 2 GB
Maximum number of tables referred to in a single annotated XML schema 100
Maximum number of $DECOMP_CONTENT or $DECOMP_ELEMENTID instances in an db2-xdb:expression annotation 10
Maximum number of steps in db2-xdb:locationPath 100
Maximum number of namespaces explicitly listed in the "namespace" attribute of <xs:any> or <xs:anyAttribute> (if the list contains the special values ##targetNamespace or ##local, then these also count towards the limit) 25
Maximum string length of the value of db2-xdb:name (table name), db2-xdb:column, db2-xdb:defaultSQLSchema, or db2-xdb:SQLSchema Same as the limit for the corresponding DB2® object
Maximum string length of the value of db2-xdb:rowSet Same as the limit for db2-xdb:name
Maximum string length for value of $DECOMP_CONTENT 4096 bytes

Restrictions