By means of <dive> data concerning a dive profile are given inside a <repetitiongroup> section. Each dive profile is encapsulated with an own <dive> section; several <dive> elements are given one after the other in this case.
<airtemperature>, <altitude>, <buddyref/>, <date>, <density>, <divenumber>, <equipmentused>, <greatestdepth>, <lowesttemperature>, <notes>, <observations>, <program>, <samples>, <surfaceinterval>, <time>,
(see also <repetitiongroup>)
<repetitiongroup>
<dive id="dive 543_19990406">
<place>Illes Medes, coast, archway</place>
<divenumber>123</divenumber>
<date><year>1999</year<month>4</month><day>6</day><dayofweek>2</dayofweek></date>
<time><hour>16</hour><minute>21</minute></time>
<surfaceinterval>
<passedtime>17580.0</passedtime>
</surfaceinterval>
<lowesttemperature>285.2</lowesttemperature>
<greatestdepth>25.8</greatestdepth>
<density>1030.0</density>
<altitude>0.0</altitude>
<!-- here references to breathing gases used -->
<samples>
<!-- here time/depth data of the profile -->
</samples>
<notes>
<text>
<!-- here text written into the logbook -->
</text>
<image>
<!-- here description of a photo taken during dive -->
</image>
<!-- here any number of images can be inserted via <image> -->
<!-- here any number of audio files can be inserted via <audio> -->
<!-- here any number of video files can be inserted via <video> -->
</notes>
</dive>
<dive id="dive 544_19990407">
<!-- description of next dive -->
</dive>
<!-- here more dive profiles can be given -->
</repetitiongroup>