Associating word indexes with indexable word lists

Indexable word lists are reference lists that contain words you want indexed exclusively.

To associate a word index with an indexable word list:

  1. In the Index Definition document, under the <wordindex> element, add a <wordindexproperties> element to hold the properties of the index.
  2. Under the <wordindexproperties> element, add an <indexablewords> element, which represents one reference list. Specify the name of the reference list as value to the NAME attribute.
    <index NAME="MyWordIndex"> 
       <wordindex> 
          <wordindexproperties> 
             <indexablewords NAME = "Days of week"/> 
          </wordindexproperties> 
          <elements> 
                (…) 
          </elements> 
       </wordindex> 
    </index>