<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="island_ferns.css"?>

<!-- Flora of Australia database structural outline -->
<!-- cf. foa.xsd, foa,css and files such as marsileaceae.xml  -->
<!-- for potential uses of this data structure -->

<!-- Copyright  December 2000 -->
<!-- Centre for Plant Biodiversity Research -->
<!-- Australian Biological Resources Study -->
<!-- Council of Heads of Australian Herbaria -->
<!-- Placed in the public domain for non-commercial research -->

<document>

*****  Use "View Source" options to see data structure rather than data rendition  *****

<headerInfo>  <!-- introductory stuff for this treatment -->
  <h1>h1</h1> <!-- main introductory titles -->
  <p>p</p> <!-- introductory paragraphs -->
</headerInfo>

<flora>

  <taxon> <!-- the entry or record for this taxon -->

  <currentTaxon>  <!-- current taxon name information -->
    <currentRank>currentRank</currentRank>  <!-- rank of the current taxon -->
    <currentName>CurrentName</currentName>  <!-- name of th current taxon -->
    <currentPnid>currentPnid</currentPnid> <!-- plant name identifier of current name -->
    <currentParentRank>CurentParentRank</currentParentRank>  <!-- rank of parent -->
    <currentParent>currentParent</currentParent>  <!-- name of parent -->
    <currentParentPnid>currentParentPnid</currentParentPnid> <!-- plant name identifier of parent -->
  </currentTaxon>

    <pnid>pnid</pnid>  <!-- plant name identifier -->
    <rank>rank</rank>  <!-- taxon rank -->
    <seq>seq</seq>  <!-- taxon sequence in treatment -->
    <parent>parent</parent>  <!-- parent taxon of which this taxon is a child -->
    <title>title</title>  <!-- a title for this taxon treatment -->

    <contributors>  <!-- contributor details for this taxon treatment -->
      <contributor seq="#">contributor</contributor>  <!-- each contributor -->
      <contributorAddress>contributorAddress</contributorAddress>  <!-- contributor address -->
      <contributorNote>contributorNote</contributorNote>  <!-- notes about contributor -->
      <contributorEmail>contributorEmail</contributorEmail>  <!-- contributor email address-->
      <contributorUrl>contributorUrl</contributorUrl>  <!-- contributor web page adderss -->
      <contributorComment>contributorComment</contributorComment>  <!-- comments about contributor -->
    </contributors>

    <nameInfo>  <!-- information about the name of this taxon -->
      <rank>rank</rank>  <!-- rank of this taxon -->
      <parent>parent</parent>  <!-- parent of this taxon -->
      <nameSymbol>NameSymbol</nameSymbol>  <!-- an asterisk * to indicate introduced taxa -->
      <name>name</name>  <!-- name of this taxon at this rank -->
      <author>author</author>  <!-- author of this taxon -->
      <authorAutonym>authorAutonym</authorAutonym>  <!-- author where name is an autonym -->
      <protologue>   <!-- protologue details -->
        <ref>reg</ref>  <!-- reference for protologue -->
        <date>date</date>  <!-- date of protologue -->
        <protologueNote>protologue</protologueNote>  <!-- notes about protologue -->
      </protologue>
      <etymology>etymology</etymology>    <!-- etymology of name -->
    </nameInfo>

    <typification>typification</typification>  <!-- typification details of name and taxon -->

    <synonymy>  <!-- details of synonym of this taxon -->
      <synonym kind="#">synonym</synonym>  <!-- kind of synonym: nom, tax -->
      <citation>citation</citation>  <!-- type citation -->
      <type>type</type>  <!-- type details of this synonym -->
    </synonymy>  <!-- all, except family -->

    <illustrations>illustrations</illustrations>  <!-- published illustrations -->

    <prenote>prenote</prenote>  <!-- notes that appear before specimen citation, etc -->

    <diagnosis>diagnosis</diagnosis>  <!-- formal Latin diagnosis -->

    <description>description</description>  <!-- physical description of taxon -->

    <chromosome>chromosome</chromosome>  <!-- chromosome numbers -->

    <commonName>commonName</commonName>  <!-- genus, species -->

    <distribution>distribution</distribution>  <!-- notes on the geographic distribution of this taxon -->

    <habitat>habitat</habitat>  <!-- notes on the habitat of this taxon -->

    <phenology>phenology</phenology>  <!-- notes on the phenology of this taxon -->

    <note seq="#">note</note>  <!-- notes about this taxon -->

    <conservationStatus>ConservationStatus</conservationStatus>  <!-- conservation status of this taxon -->

    <image kind="#">  <!-- images: fig, map, photo -->
      <imageText>imageText</imageText>  <!-- text about the image -->
      <imageUrl>imageUrl</imageUrl>  <!-- image url -->
    </image>

    <specimens>specimens</specimens>  <!-- selected specimens of this taxon -->

    <bibliography>bibliography</bibliography>  <!-- published references for this taxon -->

    <identification>  <!-- identification of members of this taxon -->
      <keyTitle>keyTitle</keyTitle>  <!-- key heading or title -->
      <keyContributors> <!-- contributors to this key -->
        <keyContributor seq="#">keyContributor</keyContributor>
	<keyAddress>keyAddress</keyAddress>
      </keyContributors>
      <keyNote>keyNote</keyNote>  <!-- nottes or instructions about the key -->
      <key>  <!-- key to members of this taxon -->
        <kc>  <!-- a key couplet, two rows of key text -->
          <kr>  <!-- a single row of the key -->
            <keyFrom>keyFrom</keyFrom>  <!-- directs to wher couplet came from -->
            <kn>kn</kn>  <!-- key couplet number -->
            <kd>kd</kd>  <!-- key data, text of couplet -->
            <ks>ks</ks>  <!-- key sequence number of taxon in this treatment -->
            <kt>kt</kt>    <!-- taxon -->
            <keyTo>keyTo</keyTo>  <!-- directs to next taxon -->
          </kr>
        </kc>
      </key>
    </identification>

    <source>source</source>  <!-- reference to source of this taxon treatment -->

  </taxon>

  <caption>  <!-- the image caption -->
    <captionLabel>captionLabel</captionLabel>  <!-- figure label -->
    <captionPart>captionPart</captionPart>  <!-- identified part or component of image -->
    <captionText>captionText</captionText>  <!-- text of the caption -->
    <captionScale>captionScale</captionScale>  <!-- scale information for this caption -->
    <captionAttribution>captionAttribution</captionAttribution> <!-- illustrator or creator of image -->
  </caption>

</flora>

<p>[end]</p>

</document>
