rootallchildall
|
All entity declarations of the document tree should be written in the root document's subset, and in the subset of all children of the document tree.
|
rootallchildref
|
All entity declarations of the document tree should be written in the root document's subset, and only declarations referenced immediately within a child will be written to a child's subset.
This option is the default.
|
rootallchildnone
|
All entity declarations of the document tree should be written in the root document's subset only. Children will be saved without any entity declarations.
|
roottreerefchildref
|
The root document's subset will be written to include declarations for all entities referenced anywhere in the document tree. Childrens' subsets will be written to include only declarations referenced immediately within the child.
|
roottreerefchildnone
|
The root document's subset will be written to include declarations for all entities referenced anywhere in the document tree. Children will be saved without any entity declarations.
|
rootrefchildref
|
All files (objects) of the document tree will be written with only the declarations referenced immediately within that file (object).
|