trip

Occurrence

compulsory, multiple

Attributes

id=unique identifier for this trip

Description

Inside <trip> all data concerning a certain dive trip is put into brackets.

If the <divetrip> section is given, at least one <trip> section must occur, too.

Parent Elements

<divetrip>

Child Elements

<aliasname>, <accommodation>, <boattrip/>, <dateoftrip>, <geography>, <hoteltrip/>, <individualtrip/>, <link/>, <name>, <notes>, <operator>, <organizedtrip/>, <vessel>

See Also

<divetrip>

Examples

(see also <divetrip>)

<divesite>
    <divebase id="db_deep-down">
        <name>Deep Down</name>
        <contact>
            <email>info@deep-down-diving.com</email>
            <homepage>http://www.deep-down-diving.com</homepage>
        </contact>
        <priceperdive currency="USD">40.00</priceperdive>
        <pricedivepackage currency="USD" noofdives="10">350.00</pricedivepackage>
        <guide id="guide_George">
            <!-- dive guide must be described in the <buddy> section, here only a cross-reference is given -->
            <link ref="buddy_George">
        </guide>
        <guide id="guide_Hansi_the_airsucker">
            <!-- 2. dive guide must be described as <buddy>... -->
            <link ref="buddy_Hansi_the_airsucker">
        </guide>
        <rating>7</rating>
    </divebase>
</divesite>
<divetrip>
    <trip id="trip_red-sea-2003">
        <name>Dive Club Trip Red Sea 2003</name>
        <dateoftrip>
            <datetime>2003-04-12/2003-04-19</datetime>
        </dateoftrip>
        <geography>
            <location>Hurghada</location>
            <country>Egypt</country>
        </geography>
        <organizedtrip/>
        <hoteltrip/>
        <accommodation>
            <name>Hotel 1000 and 1 Night</name>
            <category>4</category>
            <contact>
                <email>info@hotel-1000-and-1-night.com</email>
                <homepage>http://www.hotel-1000-and-1-night.com</homepage>
            </contact>
            <rating>6</rating>
        </accommodation>
        <link ref="db_deep-down"/>   <!-- cross-referencing of the dive bass -->
        <relateddives>
            <link ref="tg_403"><link ref="tg_404"><link ref="tg_405"><link ref="tg_406">
            <link ref="tg_407"><link ref="tg_408"><link ref="tg_409"><link ref="tg_410">
            <link ref="tg_411"><link ref="tg_412"><link ref="tg_413"><link ref="tg_414">
            <link ref="tg_415"><link ref="tg_416"><link ref="tg_417">
        </relateddives>
        <notes>
            <para>
                Nice diving vacation - if only less divers were there...
            </para>
            <link ref="video_rm2003"/>
        </notes>
    </trip">
</divetrip>
                
<trip id="trip_dive-and-sail-2004">
    <name>Dive & Sail 2004</name>
    <dateoftrip>
        <datetime>2004-09-24/2004-10-03</datetime>
    </dateoftrip>
    <geography>
        <province>Cote d'Azur</province>
        <country>France</country>
    </geography>
    <individualtrip/>
    <boattrip/>
    <vessel>
        <name>Dorade</name>
        <shiptype>sailing yacht</shiptype>
        <marina>Bormes les Mimosas</marina>
        <shipdimension>
            <length>14.6</length>
            <beam>3.5</beam>
        </shipdimension>
    </vessel>
    <relateddives>
        <link ref="tg_530"/><link ref="tg_531"/><link ref="tg_532"/><link ref="tg_533"/>
        <link ref="tg_534"/><link ref="tg_535"/><link ref="tg_536"/><link ref="tg_537"/>
        <link ref="tg_538"/><link ref="tg_539"/><link ref="tg_540"/><link ref="tg_541"/>
    </relateddives>
    <notes>
        <para>
            Our motto: We dive that what other ones are dreaming of!!! :-)
        </para>
        <link ref="video_ds2004"/>
    </notes>
</trip">