manufacturerref/

Occurrence

optional, single

Attributes

ref=identifier of the manufacturer to be cross-referenced

Description

Via <manufacturerref ref="id_of_manufacturer_to_be_cross-referenced"/> access to data stored under this identifier is possible. By means of this it is possible to enter a manufacturer's data only once. Afterwards simply a cross-reference is needed.

Parent Elements

<dive>

Child Elements

See Also

<dive>

Examples

<uddf version="2.2.0">
    <generator>
        <!-- information about the generating software -->
    </generator>
    <diver>
        <owner id="o1">
            <!-- description of the owner of the UDDF file -->
            <equipment>
                <fins id="my_fins">
                    <manufacturer id="manufacturer_lame_ducks">
                        <name>Lame Ducks Inc.</name>
                        <address>
                            <!-- address data of manufacturer -->
                        </address>
                        <contact>
                            <!-- contact data of manufacturer -->
                        </contact>
                    </manufacturer>
                    <!-- further description of the fins -->
                </fins>
                <mask id="my_mask">
                    <!-- for the manufacturer's data are given above, -->
                    <!-- here only a cross-reference is made -->
                    <manufacturerref ref="hersteller_lahme_enten"/>
                    <!-- further description of the mask -->
                </mask>
                <!-- description of more equipment used by the owner of the UDDF file -->
            </equipment>
        </owner>
        <buddy id="b1">
            <!-- description of a dive buddy -->
        </buddy>
        <!-- here can stand more <buddy> elements, if necessary -->
    </diver>
    <!-- here can stand more sections -->
</uddf>