THESAURUS_FORM_FROM

The THESAURUS_FORM_FROM element provides the "from" form within a THESAURUS_ENTRY_ONEWAY element.

Format

<!ELEMENT THESAURUS_FORM_FROM (#PCDATA)>

Attributes

The THESAURUS_FORM_FROM element has no attributes.

Sub-elements

The THESAURUS_FORM_FROM element has no sub-elements.

Example

In this example, searches for bike part would return hits for bike part as well as for handlebar and derailleur. Because the equivalence is one-way, more specific searches such as handlebar or derailleur would not return results for the more general concept bike part.

<THESAURUS_ENTRY_ONEWAY>
   <THESAURUS_FORM_FROM>bike part</THESAURUS_FORM_FROM>
   <THESAURUS_FORM_TO>handlebar</THESAURUS_FORM_TO>
   <THESAURUS_FORM_TO>derailleur</THESAURUS_FORM_TO>
</THESAURUS_ENTRY_ONEWAY>