|
| |
- In certain complex content models specifying large
values for the
minOccurs or maxOccurs
attributes may result in poor performance and/or large amount
of memory being allocated by the parser. In such situations large values for
minOccurs should be avoided, and unbounded
should be used instead.
- The parser treats local elements in the same scope with the
same name and namespace as one element declaration and does not
differentiate between them.
|
|
|