Purpose |
This option specifies whether a structure index is created for the
corresponding doctype. In other words, it specifies whether and how nodes not
declared by the schema are registered in the repository. It is of type
|
Parent element | tsd:physical (used in the context
of tsd:doctype ) |
Child elements | None |
Attributes | None |
The following example shows how to define a structure index using the "full" option for a doctype "Telephone":
<tsd:doctype name="Telephone"> <tsd:logical> <tsd:content>closed</tsd:content> </tsd:logical> <tsd:physical> <tsd:structureIndex>full</tsd:structureIndex> </tsd:physical> </tsd:doctype>