business

Occurrence

optional, single

Attributes

Description

Inside the <business> section all data concerning different <shop>'s are given so that they can easily be cross-referenced via <link/>.

The <business> section appears after <maker> and before <diver>.

The centralisation of <shop> data in a separate section enhances easy ex- and import between different UDDF files.

Parent Elements

<uddf>

Child Elements

<shop>

See Also

<equipment>

Examples

<business>
    <shop id="shop_the-professionals">
        <name>The Professionals</name>
        <address>
            <street>Industry Road 123</street>
            <city>Lakeside</city>
            <postcode>35791</postcode>
            <country>Scotland</country>
        </address>
        <contact>
            <phone>04567/234567</phone>
            <mobilephone>0123/787878787</mobilephone>
            <email>info@the-professionals.com</email>
            <homepage>http://www.the-professionals.com</homepage>
        </contact>
    </shop>
    <shop id="shop_planet-dive">
        <name>Planet Dive</name>
        <address>
            <!-- here address data of this manufacturer -->
        </address>
        <contact>
            <!-- here contact data of this manufacturer -->
        </contact>
    </shop>
    <shop id="shop_underwaterworld">
        <name>Underwaterworld</name>
        <address>
            <!-- here address data of this manufacturer -->
        </address>
        <contact>
            <!-- here contact data of this manufacturer -->
        </contact>
    </shop>
    <!-- here more declarations of dive shops -->
</business>