View difference between Paste ID: f63e6d7a3 and
SHOW: | | - or go back to the newest paste.
1-
1+
Camelids.xml outline:
2
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
3
<microplateDoc xmlns="http://moleculardevices.com/microplateML">   
4
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>