compressor

Auftreten

optional, mehrmals

Attribute

id=eindeutiger Identifizierer eines Kompressors

Beschreibung

Innerhalb <compressor> erfolgen die Angaben zu einem verwendeten Kompressor. Es können mehrere <compressor>-Elemente hintereinander aufgeführt werden.

Eltern-Elemente

<equipment>

Kind-Elemente

<name>, <manufacturer>, <model>, <nextservicedate>, <notes>, <purchase>, <serialnumber>, <serviceinterval>

Siehe Auch

<equipment>

Beispiele

<equipment>
    <compressor id="unser_bulle">
        <name>Maxluft</name>
        <manufacturer>
            <name>Kompressorluft</name>
        </manufacturer>
        <model>Stier</model>
        <serialnumber>007</serialnumber>
        <purchase>
            <date>
                <year>1968</year><month>4</month><day>19</day><dayofweek>6</dayofweek>
            </date>
            <price currency="DM">1500.00</price>
            <shop>
                <name>Tauchtviel</name>
                <address>
                    <!-- Adresse des Geschäftes -->
                </address>
                <contact>
                    <!-- Telefonnummer, EMail-Adresse etc. -->
                </contact>
                <notes>
                    <!-- Bemerkungen zum Geschäft -->
                </notes>
            </shop>
        </purchase>
        <serviceinterval>365</serviceinterval>
        <nextservicedate>
            <date>
                <year>2006</year><month>4</month>
            </date>
        </nextservicedate>
    </compressor>
</equipment>