generator

Occurrence

compulsory, single

Attributes

Description

Inside the <generator> section data concerning the software is given which generates the UDDF file.

This is the first section to appear inside an UDDF file - prior to the <diver> section. The <generator> section is compulsory.

Parent Elements

<uddf>

Child Elements

<aliasname>, <datetime> <manufacturer>, <name>, <version>

See Also

<uddf>

Examples

<uddf version="3.0.0">
    <generator>
        <!-- description of the software which generates this UDDF file -->
        <name>DSL - Diver's Super Logbook</name>
        <manufacturer>
            <name>Diveheroes Company</name>
        </manufacturer>
        <version>3.14159</version>
        <!-- date and time of generation of the UDDF file -->
        <datetime>2004-09-30T15:21</datetime>
    </generator>
    <diver>
        <!-- description of the owner, and the dive buddies -->
    </diver>
    <!-- here more UDDF sections -->
</uddf>