1. Camelids.xml outline:
  2. <microplateDoc xmlns="http://moleculardevices.com/microplateML">  
  3.  
  4. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  5. <camelids>
  6.   <species name="Camelus bactrianus">
  7.     <common-name>Bactrian Camel</common-name>
  8.     <physical-characteristics>
  9.       <mass>450 to 500 kg.</mass>
  10.       <appearance>
  11.         Blah blah blah
  12.       </appearance>
  13.     </physical-characteristics>  
  14.     <natural-history>
  15.        <food-habits>
  16.         BLAH
  17.        </food-habits>
  18.        <reproduction>
  19.         BLAH
  20.        </reproduction>
  21.        <behavior>
  22.         BLAH
  23.        </behavior>
  24.        <habitat>
  25.         BLAH
  26.        </habitat>
  27.     </natural-history>
  28.     <conservation status="endangered">
  29.       <detail>
  30.         BLAH
  31.       </detail>
  32.     </conservation>
  33.   </species>
  34.  
  35.  </microplateDoc>  
  36.