hyperbaricfacility

Occurrence

optional, multiple

Attributes

id=unique identifier of the hyperbaric facility — compulsory

Description

Via <hyperbaricfacility> information concerning a hyperbaric chamber is stored in the UDDF file. Elements inside <hyperbaricfacility> are <name> (the name of the chamber), <aliasname>, <address> and <contact> for the address data, and <notes> for additional remarks, pictures etc.

Every recompression treatment can be stored as an individual dive in the UDDF file, of course. Within <dive> via <link/> then a cross-referencing on the chamber's data is made.

Parent Elements

<sitedata>

Child Elements

<address>, <aliasname>, <contact>, <name>, <notes>

See Also

<site>

Examples

(see also <site>)

<hyperbaricfacility id="druckkammerzentrum-vieldruck">
    <name>Hyperbaric Facility Centre Highpressure</name>
    <address>
        <street>Pressurestreet 1</street>
        <city>Pressuretown</city>
        <postcode>23456</postcode>
        <country>Germany</country>
        <province>Niedersachsen</province>
    </address>
    <contact>
        <language>German</language>
        <language>English</language>
        <phone>0123/456789</phone>
        <email>info@druckkammerzentrum-vieldruck.de</email>
        <homepage>http://www.druckkammerzentrum-vieldruck.de</homepage>
    </contact>
    <notes>
        <para>
            <!-- here descriptive text about the chamber ... -->
        </para>
    </notes>
</hyperbaricfacility>