The THESAURUS_FORM_FROM element provides the "from" form within a THESAURUS_ENTRY_ONEWAY element.
<!ELEMENT THESAURUS_FORM_FROM (#PCDATA)>
The THESAURUS_FORM_FROM element has no attributes.
The THESAURUS_FORM_FROM element has no sub-elements.
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>