xtarget

External Target

The @xtarget attribute can be used to point to a location external to the current document.

Used on Elements: <tbx:entailedTerm>, <tbx:source>

ValueMeaningBehavior
Text, numbers, or special charactersA pointer (which may be a URL) to an external resourceCan be used to make this element a live link to a related site
RestrictionThis is an optional attribute; there is no default.

Used on these Elements:

ValueMeaningBehavior
Text, numbers, or special charactersA pointer (which may be a URL) to an external resourceCan be used to make this element a live link to a related site
RestrictionThis attribute is required; it must be provided if the element is used.

Example

External link to a US government document:
<tbx:termEntry id="ISO10241-1.a210.14">
  <tbx:langSet xml:lang="en">
    <tbx:definition>any event or series of events that disrupt ecosystem, community, or population
      structure and alters the physical environment</tbx:definition>
    <tbx:source>U.S. ENVIRONMENTAL PROTECTION AGENCY. <italic>Terms of Environment: Glossary,
      Abbreviations and Acronyms</italic> online, viewed 2010-07-29].</tbx:source>
    <tbx:xSource xtarget="http://www.epa.gov/OCEPAterms/dterms.html">Available from:
      http://www.epa.gov/OCEPAterms/dterms.html.</tbx:xSource>
    <tbx:tig>
      <tbx:term id="a210.14-1">disturbance</tbx:term>
      <tbx:partOfSpeech value="noun"/>
      <tbx:pronunciation>/dıˈstɜ:bəns/</tbx:pronunciation>
    </tbx:tig>
  </tbx:langSet>
</tbx:termEntry>