shop

Occurrence

optional, single

Attributes

id=unique identifier of this shop

Description

Inside <shop> information is given where an equipment part was purchased.

Parent Elements

<purchase>

Child Elements

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

See Also

<purchase>

Examples

(see also <purchase>)

<shop>
    <name>The DeepDivers</name>
    <address>
        <!-- address data of shop where the equipment part was bought -->
    </address>
    <contact>
        <!-- additional contact data (phone number, email address etc.) -->
    </contact>
    <notes>
        <!-- additional remarks, pictures etc. -->
    </notes>
</shop>