csp logo

Instructions for using this documentation

Issue XML Requirements

Article XML Requirements

Article Objects

ID Syntaxes

File-Naming Conventions

Full-text Examples

DTD

Article object

Taxonomy: synonyms

Element or context:

<list>

A taxonomy synonym is composed of a list or two or more nested lists. Taxnonomy synonyms may or may not contain labels.

Requirements:

  1. Put the entire synonym (with or without labels) in a <list> with attribute 'list-content' set to "tax-synonym".
  2. Put each line item in the synonym within <list-item> tags.
  3. If the synonym contains labels, then put the label contents within a <label> inside the <list-item>.

Example: taxonomy synonym with labels

In display:

Markup:

<list list-content="tax-synonym">
  <list-item><label>=</label><p>Dimeropygidae Cooper and Williams 1935</p>
     <list list-content="tax-synonym">
        <list-item><label>&#8801;</label><p>Toernquistiidae Hup&#233;1953</p></list-item>
     </list>
  </list-item>
</list>