Chapter 9. Elements of UDDF (in alphabetical order)

Table of Contents

abundance
accommodation
acknowledge/
address
age
airtemperature
alarm
alarmtype
altitude
amphibia
aperture
applicationdata
ar
arealength
areawidth
ascent
ascidiacea
audio
audioref/
averagevisibility
beam
birthdate
boattrip/
body
bodyref/
boots
bootsref/
bottom
bottomtimemaximum
bottomtimeminimum
bottomtimestepbegin
bottomtimestepend
bottomtimetable
bottomtimetablescope
breathingconsumptionvolume
breathingconsumptionvolumebegin
breathingconsumptionvolumeend
breathingconsumptionvolumestep
bryozoa
buddy
buddyref/
built
buoyancycontroldevice
buoyancycontroldeviceref/
calculatebottomtimetable
calculateprofile
calculatetable
camera
cameraref/
category
cave
certification
chlorophyceae
chondrichthyes
city
cnidaria
cns
coelenterata
compass
compassref/
compressor
compressorref/
contact
country
crustacea
ctenophora
date
day
dayofweek
dcalarm
dcalarmdepth
decomodel
deepstoptime
density
depth
descent
difficulty
displacement
dive
divebase
divecomputer
divecomputercontrol
divecomputerref/
divedepthbegin
divedepthend
divedepthstep
diveduration
diveinsurances
divenumber
divepermissions
diver
diveref/
divesite
divetime
divetrip
doctor
doctorref/
dominance
draught
echinodermata
ecology
education
email
enddate
equipment
equipmentused
equivalentairdepth
examination
examinationresult
exposurecompensation
fauna
fax
fileformat
filename
filmspeed
fins
finsref/
firstname
flash
flashref/
flora
floravarious
focallength
focusingdistance
gasdefinitions
generator
geography
getdcalldata/
getdcbuddydata/
getdcdata
getdcdivesitedata/
getdcdivetripdata/
getdcgasdefinitionsdata/
getdcgeneratordata/
getdcownerdata/
getdcprofiledata/
globallightintensity
gloves
glovesref/
greatestdepth
guide
h2
he
headline
homepage
hoteltrip/
hour
housing
housingref/
image
imagedata
imageref/
individualtrip/
indoor
infinity/
inputprofile
instructor
insurance
invertebrata
invertebratavarious
issuedate
knife
kniferef/
lake
language
lastname
latitude
launchingdate
lead
leadref/
length
lens
lensref/
level
lifestage
light
lightref/
lightintensity
lingo
location
longitude
lowesttemperature
mammalia
manufacturer
manufacturerref/
marina
mask
maskref/
maximumascendingrate
maximumdepth
maximumoperationdepth
maximumpo2
maximumvisibility
medical
meteringmethod
middlename
minimumdepth
minimumvisibility
minute
mix
mixchange
mixref/
mobilephone
model
mollusca
month
n2
name
nationality
nextservicedate
notes
o2
objectname
observations
operator
organization
organizedtrip/
osteichthyes
otu
output
owner
para
passedtime
passport
period
permit
personal
phaeophyceae
phone
phoronidea
plathelminthes
porifera
postcode
price
pricedivepackage
priceperdive
priceperlitre
profile
profiledata
program
province
purchase
rating
rebreather
rebreatherref/
region
regulator
regulatorref/
relateddives
remark
repetitiongroup
repetitiongroupref/
reptilia
rhodophyceae
river
samples
scientificname
scooter
scooterref/
serialnumber
serviceinterval
setdcalarmtime
setdcaltitude
setdcbuddydata/
setdcdata
setdcdate
setdcdecomodel
setdcdivedepthalarm
setdcdivepo2alarm
setdcdivesitedata/
setdcdivetimealarm
setdcendndtalarm
setdcgasdefinitionsdata/
setdcownerdata/
setdcpassword
setdcgeneratordata/
setdctime
setpo2
sex
shipdimension
shiptype
shipyard
shop
shopref/
shore
shutterspeed
site
sitedata
size
specialty
species
spermatophyta
startdate
street
student/
suit
suitref/
sunk
surfaceinterval
switchmix/
table
tableref/
tablegeneration
tablescope
tank
tankdata
tankdataref/
tankmaterial
tankpressurebegin
tankpressureend
tankpressurereserve
tankref/
tankvolume
tankvolumebegin
tankvolumeend
tankvolumestep
tausim
temperature
terrain
text
time
timezone
title
tonnage
trip
tripmembership
trivialname
uddf
validdate
variouspieces
variouspiecesref/
version
vertebrata
vertebratavarious
vessel
videocamera
videocameraref/
video
videoref/
visibility
watch
watchref/
wayaltitude
waypoint
wreck
year

In the following all elements of UDDF version 2.2.0 are listed. For each element a description is given which comprises these seven points:

abundance

Occurrence

optional, single

Attributes

quality=exact | estimated
This attribute indicates the exactness of the giving of the number of individuals. Possible values are exact in case the number of individuals is exactly given, or estimated in case the number is only an estimated value (e.g. the number of individuals in a swarm).

occurrence=kind of occurrence of animals (solitary, swarm, colony etc.)
Allowed integer values for the kind of occurrence of animals are: 0 — not ascertainable, 1 — single individual, 2 — loose association, 3 — swarm, 4 — colony.

Description

Indicates the number of individuals (abundance) of a species seen (given as an integer). If the number of individuals cannot be ascertained, either <abundance> is omitted, or <abundance>0</abundance> is given. The attribute quality describes the "quality" of the giving of the number of individuals. Additionally, in case of describing an animal the attribute occurrence can be given. With plants, to describe the degree of covering <dominance> is available.

Parent Elements

<species>

Child Elements

See Also

<dominance>, <species>

Examples

<!-- abundance couldn't be ascertained -->
<!-- (in this case the element also can be omitted) -->
<abundance>0</abundance>
                
<!-- 10 individuals (animals, or plants) seen -->
<abundance>10</abundance>
                
<!-- 10 individuals (animals, or plants) seen -->
<!-- (this form giving the attribute quality="exact" is the same as above, because -->
<!-- of this minor number we can assume that the value is an exact one) -->
<abundance quality="exact">10</abundance>
                
<!-- swarm of 30 individuals seen, but the number is more or less guessed -->
<abundance occurrence="3" quality="estimated">30</abundance>