subsurface/dives/test35.xml
Dirk Hohndel 1644be22ac Add beginning of pretend CCR XML file
Note that we are missing code to write out the new attributes, so saving
this test dive back to a file loses them.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2014-06-11 19:03:30 -07:00

19 lines
686 B
XML

<divelog program='subsurface' version='2'>
<settings>
</settings>
<dives>
<dive number='35' date='2014-04-01' time='07:00:00' duration='29:30 min'>
<notes>Pretend XML from CCR.</notes>
<divecomputer model='made up' dctype=' CCR ' no_o2sensors='3' deviceid='00001111' diveid='00001111'>
<depth max='70.0 m' mean='29.364 m' />
<sample time='0:00 min' depth='0.0 m' />
<sample time='3:00 min' depth='30.0 m' />
<sample time='7:00 min' depth='70.0 m' />
<sample time='11:00 min' depth='70.0 m' />
<sample time='15:00 min' depth='30.0 m' />
<sample time='20:30 min' depth='5.0 m' />
<sample time='29:30 min' depth='5.0 m' />
</divecomputer>
</dive>
</dives>
</divelog>