trip

Occurrence

compulsory, multiple

Attributes

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

<accommodation>, <boattrip/>, <divebase>, <enddate>, <geography>, <hoteltrip/>, <individualtrip/>, <name>, <notes>, <operator>, <organizedtrip/>, <startdate>, <vessel>

See Also

<divetrip>

Examples

(see also <divetrip>)

<trip>
    <name>Dive Club Trip Red Sea 2003</name>
    <startdate>
        <date>
            <year>2003</year><month>4</month><day>12</day><dayofweek>6</dayofweek>
        </date>
    </startdate>
    <enddate>
        <date>
            <year>2003</year><month>4</month><day>19</day><dayofweek>6</dayofweek>
        </date>
    </enddate>
    <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>
    <divebase>
        <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>
            <!-- dive guide already described in the <buddy> section, therefore here only a reference is given -->
            <buddyref ref="buddy_George">
        </guide>
        <guide>
            <!-- 2. dive guide already described as <buddy>... -->
            <buddyref ref="buddy_Hansi_the_airsucker">
        </guide>
        <rating>7</rating>
    </divebase>
    <relateddives>
        <diveref ref="tg_403"><diveref ref="tg_404"><diveref ref="tg_405"><diveref ref="tg_406">
        <diveref ref="tg_407"><diveref ref="tg_408"><diveref ref="tg_409"><diveref ref="tg_410">
        <diveref ref="tg_411"><diveref ref="tg_412"><diveref ref="tg_413"><diveref ref="tg_414">
        <diveref ref="tg_415"><diveref ref="tg_416"><diveref ref="tg_417">
    </relateddives>
    <notes>
        <text>
            <para>
                Nice diving vacation - if only less divers were there...
            </para>
        </text>
        <video>
            <objectname>rm2003.avi</objectname>
        </video>
    </notes>
</trip">
                
<trip>
    <name>Dive & Sail 2004</name>
    <startdate>
        <date>
            <year>2004</year><month>9</month><day>24</day><dayofweek>5</dayofweek>
        </date>
    </startdate>
    <enddate>
        <date>
            <year>2004</year><month>10</month><day>3</day><dayofweek>7</dayofweek>
        </date>
    </enddate>
    <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>
        <diveref ref="tg_530"/><diveref ref="tg_531"/><diveref ref="tg_532"/><diveref ref="tg_533"/>
        <diveref ref="tg_534"/><diveref ref="tg_535"/><diveref ref="tg_536"/><diveref ref="tg_537"/>
        <diveref ref="tg_538"/><diveref ref="tg_539"/><diveref ref="tg_540"/><diveref ref="tg_541"/>
    </relateddives>
    <notes>
        <text>
            <para>
                Our motto: We dive that what other ones are dreaming of!!! :-)
            </para>
        </text>
        <video>
            <objectname>ds2004.avi</objectname>
        </video>
    </notes>
</trip">