<?xml version="1.0" encoding="utf-8"?>
<nautix version="1.4" origin="YourPortalName" date="2024-05-09T08:43:35+02:00" xmlns="https://nautix.nautic-network.org/v1.4/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://nautix.nautic-network.org/v1.4/ https://nautix.nautic-network.org/v1.4/NautiX.xsd">
    <!-- datetime must be in this format with time zone !!!! -->
    <account token="54d481e07132d3e1944c20ea933e8bdb" status="active">
    <!--  token & status (active/inactive) are optional attributes for data exchange between boat portals (in combination with accounts.xml)  -->
        <account_name>Good Brokers Germany GmbH</account_name>
        <offices>
            <office id="1">
                <office_name>Good Brokers Hamburg</office_name>
                <person>
                   <title>Mr.</title>
                   <forename>Hans</forename>
                   <surname>Wurst</surname>
                </person>
                <address>Schöne Straße 1</address>
                <address2>c/o blabla</address2>
                <town>Hamburg</town>
                <postcode>12345</postcode>
                <country>DE</country>
                <state>DE-HH</state><!-- important for USA; ISO code -->
                <email>hamburg@goodbrokers.de</email>
                <phones>
                    <phone type="fixed">+49 (0)40 1234-0</phone>
                    <phone type="fixed">+49 (0)40 987654321</phone>
                    <phone type="mobile">+49 111 23514855</phone>
                    <phone type="fax">+49 (0)40 6565656565</phone>
                </phones>
                <languages><!-- What languages are being spoken in this office -->
                    <language>de</language>
                    <language>en</language>
                </languages>
                <links>
                    <link type="own">https://www.goodbrokers.de/hamburg/</link>
                    <link type="facebook">https://www.facebook.com/....</link>
                    <link type="instagram">https://www.instagram.com/...</link>
                    <link type="youtube_channel">https://www.youtube.com/channel/...</link>
                    <link type="what_you_want">https://www.some-website.com/...</link>
                </links>
            </office>
        </offices>
        <billing>
            <company>Other company AG</company>
            <vat_id>DE12345678</vat_id>
            <person>
               <title>Mr.</title>
               <forename>Hans</forename>
               <surname>Wurst</surname>
            </person>
            <address>Andere Straße 1</address>
            <address2>Die Litauer brauchen irgendeine ID</address2>
            <town>Hamburg</town>
            <postcode>12345</postcode>
            <country>DE</country>
            <state>DE-HH</state><!-- important for USA -->
            <email>billing@goodbrokers.de</email>
        </billing>
        <adverts count="128"><!-- count = how many adverts are in the feed, optional -->
            <advert id="AB123" purpose="sale" type="boat" status="active" modified="2024-01-29T15:02:12+01:00">
                <!-- ID must be unique, alphanumeric (no white spaces); purpose: sale/rental; status: active/inactive -->
                <!-- modified: ALL changes in the advert - boat data, pictures (or order of the pics), path to PDF etc. -->
                <!-- datetime must be in this format with time zone !!!! -->
                <advert_data>
                    <office_id>2</office_id>
                    <internal_code_private>ABC1235 my boat</internal_code_private> <!-- string for brokers use, NOT displayed in the website -->
                    <internal_code_public>Boat Nr B-65</internal_code_public> <!-- code/token to be displayed in the website for brokers use, eg. boat ID in broker's database -->
                    <subtitle>top condition</subtitle><!-- very short additional info about model name, max. 60 chars, no line breaks -->
                    <marketing_description> <!-- free text, length is NOT limited, HTML tags allowed -> please check your imports for script injection -->
                        <text language="de">Es gibt kein schöneres Boot. Das Boot hat &lt;b&gt;Miss boat 2024&lt;/b&gt; gewonnen.</text>
                        <text language="en">There is no nicer boat. This boat won &lt;b&gt;Miss boat 2024.&lt;/b&gt;</text>
                    </marketing_description>
                    <external_link>
                        <link language="de">https://www.bavariayachts.com/de-de/segelyachten/cruiser-34/highlights</link>
                    </external_link>
                </advert_data>
                <sale_data>
                    <sale_class>new-onorder</sale_class><!-- used / used-excharter / new / new-instock / new-inorder / new-onorder / demo-inwater / demo-exhibition / not-applicable (for moorings) -->
                    <sale_status>under-offer</sale_status><!-- under-offer / sold (under-offer = sale pending, real offer from prospective buyer...; sold = sold, delivered or contract signed) -->
                    <expected_delivery>2028-09</expected_delivery><!-- year-month of expect. delivery for (only!) new boats in/on order -->
                    <condition>good</condition><!-- as-new / good / fair / poor / damaged -->
                    <price type="fixed" currency="EUR">135000</price><!-- type: fixed / on-request / negotiable / auction / share -->
                    <vat status="paid" stated_separatly="true"><!-- status: paid / not-paid / unknown -->
                        <paid_area>EU</paid_area>
                        <paid_area>US</paid_area>
                    </vat>
                    <trade_in_allowed>true</trade_in_allowed>
                    <previous_owners>0</previous_owners><!-- 0 means "first hand"; if no info given - this node should be omitted / not in the XML -->
                    <location country="DE" state="DE-MV" lat="54.093333" lon="12.138333" mooring_available="true">Rostock</location><!-- state: ISO 3166-2, eg. https://www.iso.org/obp/ui/#iso:code:3166:US -->
                </sale_data>
                <charter_data>
                <!-- The node charter_data is not developed yet. In the future, it will be possible to put EITHER sale_data OR charter_data into the advert.
It is NOT intended to have ONE boat for both. -->
                </charter_data>
                <boat_data>
                    <boat_types>
                        <type primary="true">sail-yacht</type>
                    <!-- see list in XSD (https://nautix.nautic-network.org/v1.3/NautiX.xsd) and mapping in https://nautix.nautic-network.org/boat-types.php --> 
                        <type>sail-cruising</type>
                    </boat_types>
                    <manufacturer country="DE">Bavaria</manufacturer><!-- country: optional, for a better mapping -->
                    <model>34 Cruiser</model>
                    <designer>Rolf Magnusson</designer>
                    <builder>Bavaria Werft Giebelstadt</builder>
                    <boat_name>Black Pearl</boat_name>
                    <model_year>2018</model_year>
                    <year_built>2017</year_built>
                    <year_launched>2018</year_launched>
                    <last_refit>2023</last_refit>
                    <cockpit_type>aft</cockpit_type><!-- aft / center / double / pilothouse -->
                    <steering_type>dual-wheel</steering_type><!-- tiller / single-wheel / dual-wheel -->
                    <flybridge>true OR additional text</flybridge>
                    <hard_top>true OR additional text</hard_top>
                    <convertible_top>true OR additional text</convertible_top><!-- Cabrioverdeck -->
                    <ce_design_category>B</ce_design_category><!-- A / B / C / D -->
                    <ce_passenger_capacity>6</ce_passenger_capacity>
                    <registration>
                        <flag>GB</flag><!-- country of registration -->
                        <port>Norfolk</port>
                        <purpose>commercial</purpose><!-- commercial / private -->
                    </registration>
                    <dimensions>
                        <loa unit="m">10.5</loa><!-- unit: only "m" allowed -->
                        <lwl unit="m">10.5</lwl><!-- unit: only "m" allowed -->
                        <beam unit="m">3.80</beam>
                        <draught unit="m">1.80</draught>
                        <draught_keelup unit="m">1.20</draught_keelup><!-- variable keel (eg. lifting keel), this is the node for minimal draught -->
                        <clearance unit="m">3.20</clearance>
                        <displacement unit="kg">5600</displacement>
                    </dimensions>
                    <hull>
                        <hin>ABC67689B606</hin>
                        <colours text="weiss, blauer Wasserpass mit roten Punkten">
                            <colour>white</colour>
                            <colour>blue</colour>
                            <colour>red</colour>
                        </colours><!-- max. 3 colours or free text: white / black / blue / red / green / yellow / brown / beige / orange / violet / pink / turquoise / offwhite / grey / gold / silver / bronze -->
                        <material>grp</material><!-- grp / steel / mahogany / wood / aluminum / concrete / rubber / carbonfibre / pvc-fabric / hypalon / hypalon-neoprene / neoprene / polyurethane-neoprene / nylon / polyethylene / duratex / decitex / strongan-duotex -->
                        <type>displacement</type><!-- displacement / planing / semi-displacement -->
                        <keel_type>full</keel_type><!-- fin / full / bulb / winged / twin / swing / lifting / canting / daggerboard / flat / fixed -->
                        <keel_ballast unit="kg">200</keel_ballast><!-- unit: only "kg" allowed -->
                    </hull>
                    <accommodation>
                        <headroom unit="m">1.95</headroom>
                        <cabins total="5">
                            <cabin type="master" position="aft" amount="1">Aft Cabin with queensize bed</cabin><!-- position: aft / bow; type: master / guest / crew / other -->
                            <cabin type="guest" position="bow" amount="2">true</cabin>
                            <cabin type="crew" position="bow" amount="1">Crew cabin with seperate entrance</cabin>
                            <cabin type="other" position="aft" amount="1">storage room with one bed</cabin>
                        </cabins>
                        <berths total="11"><!-- if eg. 4 fixed + 2 saloon => total = 6, saloon included -->
                            <berth type="single">2</berth>
                            <berth type="double">2</berth>
                            <berth type="saloon">2</berth>
                            <berth type="crew">2</berth>
                            <berth type="other">1</berth>
                        </berths>
                        <toilets total="3">
                            <!-- type: electric / manual / vacuum / chemical -->
                            <toilet type="electric" amount="2">Jabsco</toilet>
                            <toilet type="manual" amount="1">true OR additional text</toilet>
                        </toilets>
                        <showers>2</showers>
                        <bathtub>true or additional text</bathtub><!-- Badewanne -->
                        <heating type="ac">Webasto or true</heating><!-- type: ac / gas / electric / engine / diesel -->
                        <air_conditioning>true OR additional text</air_conditioning>
                    </accommodation>
                    <drive>
                        <number_of_engines>2</number_of_engines>
<!-- if the boat DOES NOT HAVE any engine, set <number_of_engines>0</number_of_engines> -->
                        <propulsion>stern</propulsion><!-- outboard / stern / vdrive / shaft / jet / sail / pod / surface / hydraulic / forward -->
                        <propeller blades="4" material="stainless" type="duoprop">brand or true, eg. Mercury</propeller>
<!--
type: singleprop / duoprop / ips / folding / fixed / variable-pitch;
material: stainless / aluminum / bronze / plastic / steel / alloy -->
                        <cruising_speed unit="kn" range="100" range_unit="nm" fuel_consumption="21" consumption_unit="lh">0</cruising_speed><!-- units: only "kn" (speed), "nm" (range), "lh" (consumption, litres per hour) allowed -->
<!-- if no speed given, only range or consuption => set node content to 0 -->
                        <max_speed unit="kn" range="30" range_unit="nm" fuel_consumption="35" consumption_unit="lh">15</max_speed><!-- units: only "kn" (speed), "nm" (range), "lh" (consumption, litres per hour) allowed -->
                        <max_engine_power unit="hp">210</max_engine_power><!-- unit: only "hp" allowed -->
                        <bow_thruster>true OR additional text</bow_thruster>
                        <stern_thruster>true OR additional text</stern_thruster>
                        <control_type>twin</control_type><!-- single/twin -->
                        <lake_constance>true</lake_constance><!-- Bodenseezulassung - special licence for Lake of Constance; set to true if the engine system of the vessel meets the requirements for an admission on Lake Constance -->
                    </drive>
                    <rig_sails><!--
material sails: canvas / nylon / polyester / kevlar / dyneema / pentex / aramid / vectran / carbonfibre
material boom/mast: wood / aluminum / steel / carbonfibre
material shrouds/backstay/forestay: steel_wire / steel_rod / carbon_rod / synthetic_fibre / natural_fibre
-->
                        <sailplan masts="2">sloop</sailplan><!-- sloop / ketch / yawl / cutter -->
                        <total_sail_area unit="m2">215</total_sail_area>
                        <main_sail area="40" unit="m2" material="dyneema" year="2025" furling="boom" battened="true">Dimension Polyant</main_sail><!-- furling: none / yes / mast / boom -->
                        <jib area="20" unit="m2" material="polyester" year="2025" furling="none" selftacking="true">true OR additional text</jib><!-- furling: none / roller -->
                        <genoa area="25" unit="m2" material="polyester" year="2017" furling="roller">true OR additional text</genoa><!-- furling: none / roller -->
                        <gennaker area="40" unit="m2" material="carbonfibre" year="2017">true OR additional text</gennaker>
                        <spinnaker area="50" unit="m2" material="carbonfibre" year="2017">true OR additional text</spinnaker>
                        <blister area="40" unit="m2" material="nylon" year="2017">true OR additional text</blister>
                        <storm_jib>true OR additional text</storm_jib>
                        <code_zero area="60" unit="m2" material="dyneema" year="2024">North Sails</code_zero>
                        <mast material="carbonfibre" height="8.20" unit="m" lowering_system="true" lowered_height="5.20">add. info about mast OR true</mast>
                        <boom material="aluminum" rodkick="true" lazy_jacks="true" lazy_bag="true">Info about boom</boom>
                        <gennaker_boom material="steel">true OR additional text</gennaker_boom>
                        <spinnaker_boom material="aluminum">true OR additional text</spinnaker_boom>
                        <winches total="4">
                            <winch type="electric" amount="2">Rhino</winch><!-- type: electric / manual -->
                            <winch type="manual" amount="1">true OR additional text</winch>
                        </winches>
                        <shrouds material="steel_wire" year="2017">true OR additional text</shrouds><!-- German: Wanten -->
                        <backstay material="steel_wire" year="2009">true OR additional text</backstay><!-- German: Backstag -->
                        <forestay material="steel_wire" year="2009">true OR additional text</forestay><!-- German: Vorstag -->
                    </rig_sails>
                    <tanks>
                        <!--
IMPORTANT!!! volume is the TOTAL capacity, sum of all tanks
there is only unit="l" allowed
material: stainless / steel / aluminum / plastic / grp -->
                        <freshwater unit="l" volume="1000" material="stainless" amount="2">true OR additional text</freshwater>
                        <wastewater unit="l" volume="800" material="stainless" amount="1">Allpa</wastewater>
                        <fuel unit="l" volume="1000" material="stainless" amount="1">true OR additional text</fuel>
                    </tanks>
                </boat_data>
                <engine_data><!-- here is info about engines in a boat AND ALSO info about an engine for sale (autonomous advert) -->
                    <engine>
                        <serial_number>XYZ123456</serial_number>
                        <engine_type>inboard</engine_type><!-- inboard / outboard -->
                        <manufacturer country="SE">Volvo Penta</manufacturer>
                        <model>2040 Turbo</model>
                        <power unit="hp">150</power><!-- unit: only "hp" allowed -->
                        <fuel>diesel</fuel><!-- diesel / gasoline / electric / solar / gas / hybrid / gasoline-oil / propane / ethanol / steam -->
                        <year_built>2002</year_built>
                        <hours date="2024-07-24">324</hours>
                        <cylinders>4</cylinders>
                        <strokes>4</strokes>
                        <capacity unit="cm3">4000</capacity><!-- unit: only "cm3" allowed -->
                        <weight unit="kg">85</weight><!-- unit: only "kg" allowed -->
                        <cooling_system>seawater</cooling_system><!-- seawater / keel / two-circuits / builtin -->
                        <starter_type>electric</starter_type><!-- electric / manual / electric-manual -->
                    </engine>
                    <engine>
                        <serial_number>XYZ123457</serial_number>
                        <engine_type>inboard</engine_type><!-- inboard / outboard -->
                        <manufacturer country="SE">Volvo Penta</manufacturer>
                        <model>2040 Turbo</model>
                        <power unit="hp">150</power><!-- unit: only "hp" allowed -->
                        <fuel>diesel</fuel><!-- diesel / gasoline / electric / solar / gas / hybrid / gasoline-oil / propane / ethanol -->
                        <year_built>2002</year_built>
                        <hours date="2024-07-24">324</hours>
                        <cylinders>4</cylinders>
                        <strokes>4</strokes>
                        <capacity unit="cm3">4000</capacity><!-- unit: only "cm3" allowed -->
                        <weight unit="kg">85</weight><!-- unit: only "kg" allowed -->
                        <cooling_system>seawater</cooling_system><!-- seawater / keel / two-circuits / builtin -->
                        <starter_type>electric</starter_type><!-- electric / manual / electric-manual -->
                    </engine>
                </engine_data>
                <trailer_data>
                    <trailer_type>road</trailer_type><!-- road / harbour / storage -->
                    <boat_types>
                        <type>motorboat</type>
                        <type>inflatable</type>
                    </boat_types><!-- sailboat, keelboat, motorboat, inflatable, jetski, catamaran, canoe-rowing -->
                    <manufacturer country="DE">Harbeck</manufacturer>
                    <model>WBT 62</model>
                    <year_built>2012</year_built>
                    <material>aluminum</material><!-- steel / aluminum -->
                    <axles>2</axles>
                    <dimensions>
                        <length unit="m">8.20</length><!-- unit: only "m" allowed -->
                        <width unit="m">2.55</width>
                        <axle_width unit="m">2.25</axle_width>
                        <curb_weight unit="kg">900</curb_weight><!-- weight of the trailer in kg without load -->
                        <payload unit="kg">1100</payload>
                        <total_weight unit="kg">2000</total_weight>
                    </dimensions>
                    <braked>true</braked><!-- true / false -->
                    <max_speed unit="kmh">100</max_speed>
                </trailer_data>
                <mooring_data>
                    <mooring_type>jetty</mooring_type><!-- jetty / buoy / swimming / hangar-heated / hangar-unheated / outside -->
                    <title>Nice berth</title>
                    <town>Vodice</town><!-- town, not only wider area; country is in sale_data -->
                    <marina>ACI Marina Vodice</marina><!-- in which marina -->
                    <with_land area="500" unit="m2">true</with_land><!-- sale/rental also with land -->
                    <year_until>2040</year_until><!-- year until that the mooring is being sold/hired -->
                    <dimensions>
                        <length unit="m">10.20</length><!-- unit: only "m" allowed -->
                        <width unit="m">4.50</width>
                        <water_depth unit="m">2.70</water_depth>
                        <max_boat_draught unit="m">2.30</max_boat_draught>
                    </dimensions>
                </mooring_data>
                <equipment_data>
                    <navigation>
                        <autopilot>Raymarine AXIOM+</autopilot><!-- Autopilot -->
                        <automatic_steering_gear>true OR additional text</automatic_steering_gear><!-- Selbststeueranlage -->
                        <radar>Garmin Fantom 18</radar><!-- Radar -->
                        <vhf>true OR additional text</vhf><!-- UKW-Funk / VHF radio -->
                        <gps>true OR additional text</gps><!-- GPS -->
                        <plotter>Simrad, new</plotter><!-- Kartenplotter -->
                        <compass>true OR additional text</compass><!-- Kompass -->
                        <depth_instrument>true OR additional text</depth_instrument><!-- Echolot / echo sounder -->
                        <speed_instrument>true OR additional text</speed_instrument><!-- Log / speed log -->
                        <wind_instrument>true OR additional text</wind_instrument><!-- Windmessanlage / wind indicator -->
                        <fishfinder>true OR additional text</fishfinder><!-- Fischfinder / fish finder -->
                        <ais>true OR additional text</ais><!-- AIS - Automatisches Identifikationssystem / AIS - Automatic Identification System -->
                        <ssb>true OR additional text</ssb><!-- Grenzwellenempfänger / SSB - single side band -->
                        <navtex>true OR additional text</navtex><!-- NAVTEX -->
                        <on_board_computer>true OR additional text</on_board_computer><!-- Bordcomputer / on-board computer -->
                        <navigation_lights>true OR additional text</navigation_lights><!-- Positionslampen / position lights -->
                        <rudder_indicator>true OR additional text</rudder_indicator><!-- Ruderstandsanzeige / rudder angle indicator -->
                        <rev_counter>true OR additional text</rev_counter><!-- Drehzahlmesser / rev indicator -->
                    </navigation>
                    <technics>
                        <battery>true OR additional text</battery><!-- Batterie -->
                        <battery_charger>true OR additional text</battery_charger><!-- Batterieladegerät -->
                        <main_circuit_breaker>true OR additional text</main_circuit_breaker><!-- Batterie-Hauptschalter -->
                        <shore_supply>true OR additional text</shore_supply><!-- Landanschluss 220V / shore supply 220V -->
                        <generator>true OR additional text</generator><!-- Generator -->
                        <solar_panels>true OR additional text</solar_panels><!-- Solaranlage / solar plant -->
                        <inverter>true OR additional text</inverter><!-- Inverter -->
                        <rectifier>true OR additional text</rectifier><!-- Gleichrichter -->
                        <hour_meter>true OR additional text</hour_meter><!-- Betriebsstundenzähler -->
                        <anchor rode="line">true OR additional text</anchor><!-- Anker, rode: line / chain / chain_stainless -->
                        <anchor_windlasses>
                            <anchor_windlass position="bow" type="electric">true OR additional text</anchor_windlass><!-- elektrische Ankerwinde / electric anchor windlass, position: bow / stern, type: electric -->
                        </anchor_windlasses>
                        <search_light>true OR additional text</search_light><!-- Suchscheinwerfer / searchlight -->
                        <bow_floodlight>true OR additional text</bow_floodlight><!-- Bugscheinwerfer -->
                        <under_water_light>true OR additional text</under_water_light><!-- Unterwasserbeleuchtung -->
                        <under_water_paint>true OR additional text</under_water_paint><!-- Unterwasseranstrich / underwater paint -->
                        <davits>true OR additional text</davits><!-- Davits -->
                        <trim_tabs type="fixed" indicator="true">true OR additional text</trim_tabs><!-- Trimmklappen, type: fixed / electric / hydraulic, indicator: true -->
                        <water_pressure_system>true OR additional text</water_pressure_system><!-- Druckwasseranlage / pressurized water system -->
                        <warm_water_system>true OR additional text</warm_water_system><!-- Warmwasseranlage -->
                    </technics>
                    <interior>
                        <fridges><!-- Kühlschrank / refrigerator -->
                            <fridge type="electric" position="interior">Webasto</fridge><!-- type: electric / gas, position: interior / cockpit / deck -->
                            <fridge type="gas" position="cockpit">true OR additional text</fridge>
                        </fridges>
                        <freezer>true OR additional text</freezer><!-- Gefrierschrank -->
                        <cooktops><!-- Kochfeld / hob -->
                            <cooktop type="gas" burners_or_zones="4">true OR additional text</cooktop><!-- type: gas / electric / ceramic / induction / diesel / petroleum / ethanol -->
                            <cooktop type="electric" burners_or_zones="2">true OR additional text</cooktop>
                        </cooktops>
                        <oven type="gas">true OR additional text</oven><!-- Backofen, type: gas / electric -->
                        <microwave>true OR additional text</microwave><!-- Mikrowelle -->
                        <sink>true OR additional text</sink><!-- Spülbecken -->
                        <dishwasher>true OR additional text</dishwasher><!-- Geschirrspülmaschine -->
                        <watermaker>true OR additional text</watermaker><!-- Entsalzunganlage -->
                        <washing_machine>true OR additional text</washing_machine><!-- Waschmaschine -->
                        <dryer>true OR additional text</dryer><!-- Trockner -->
                        <coolbox>true OR additional text</coolbox><!-- Kühlbox -->
                        <icemaker>true OR additional text</icemaker><!-- Icemaker -->
                        <barbecue_grill>true OR additional text</barbecue_grill><!-- Grill / barbecue -->
                        <extractor_hood>true OR additional text</extractor_hood><!-- Dunstabzugshaube -->
                    </interior>
                    <entertainment>
                        <radio>true OR additional text</radio><!-- Radio -->
                        <tv>true OR additional text</tv><!-- Fernseher / television -->
                        <dvd_player>true OR additional text</dvd_player><!-- DVD -->
                        <cd_player>true OR additional text</cd_player><!-- CD -->
                        <home_cinema>true OR additional text</home_cinema><!-- Home Cinema -->
                        <mp3_player>true OR additional text</mp3_player><!-- mp3-Player -->
                        <bluetooth_connector>true OR additional text</bluetooth_connector><!-- Bluetooth-Konnektor / Bluetooth connector -->
                        <cockpit_speakers>true OR additional text</cockpit_speakers><!-- Lautsprecher im Cockpit -->
                        <tv_antenna type="sat">true OR additional text</tv_antenna><!-- TV-Antenne / TV antenna, type: sat / sat_auto_search / dvbt -->
                        <satellite_phone>true OR additional text</satellite_phone><!-- Satellitentelefon -->
                        <satellite_internet>true OR additional text</satellite_internet><!-- Satelliteninternet -->
                    </entertainment>
                    <deck>
                        <deck_showers><!-- Deckdusche -->
                            <deck_shower position="stern" warm="true">true OR additional text</deck_shower><!-- position: stern / bow, warm: true -->
                        </deck_showers>
                        <jacuzzi>true OR additional text</jacuzzi><!-- Whirlpool -->
                        <bathing_platform type="fixed">true OR additional text</bathing_platform><!-- Badeplattform, type: fixed / manual / electric / hydraulic -->
                        <bathing_ladder>true OR additional text</bathing_ladder><!-- Badeleiter -->
                        <gangway type="manual">true OR additional text</gangway><!-- Gangway, type: manual / electric / hydraulic -->
                        <pulpit>true OR additional text</pulpit><!-- Bugkorb -->
                        <pushpit>true OR additional text</pushpit><!-- Heckkorb -->
                        <guard_rail>true OR additional text</guard_rail><!-- Seereling -->
                        <stern_rail>true OR additional text</stern_rail><!-- Heckreling -->
                        <teak_deck>true OR additional text</teak_deck><!-- Teakdeck -->
                        <teak_cockpit>true OR additional text</teak_cockpit><!-- Teak Cockpit -->
                        <cockpit_table>true OR additional text</cockpit_table><!-- Cockpittisch -->
                        <deck_cleaning_system>true OR additional text</deck_cleaning_system><!-- Deckswaschanlage -->
                        <wetbar>true OR additional text</wetbar><!-- Wetbar -->
                        <jet_ski>true OR additional text</jet_ski><!-- Jet Ski -->
                        <tender_garage>true OR additional text</tender_garage><!-- Tender Garage -->
                        <heliport>true OR additional text</heliport><!-- Heliport -->
                        <boat_crane type="manual">true OR additional text</boat_crane><!-- Bootskran, type: manual / electric -->
                        <equipment_rack folding="true">true OR additional text</equipment_rack><!-- Geräteträger / radar arch, folding: true / false -->
                        <suncushions>true OR additional text</suncushions><!-- Sonnenpolster / suncushion -->
                    </deck>
                    <covers>
                        <spray_hood>true OR additional text</spray_hood><!-- Sprayhood -->
                        <bimini_top>true OR additional text</bimini_top><!-- Bimini-Top -->
                        <winter_cover>true OR additional text</winter_cover><!-- Winter-Persenning -->
                        <harbour_cover>true OR additional text</harbour_cover><!-- Hafen-Persenning -->
                        <full_cover>true OR additional text</full_cover><!-- Ganz-Persenning -->
                        <transport_cover>true OR additional text</transport_cover><!-- Transport-Persenning -->
                        <camper_canvas>true OR additional text</camper_canvas><!-- Camperverdeck -->
                        <cockpit_cover>true OR additional text</cockpit_cover><!-- Plicht-Persenning -->
                        <flybridge_cover>true OR additional text</flybridge_cover><!-- Flybridge-Persenning -->
                        <windscreen_cover>true OR additional text</windscreen_cover><!-- Fensterabdeckung / window cover -->
                        <prop_cover>true OR additional text</prop_cover><!-- Propellerhaube -->
                        <sail_cover>true OR additional text</sail_cover><!-- Segelpersenning -->
                        <main_sail_cover>true OR additional text</main_sail_cover><!-- Gross/Baum-Persenning -->
                        <head_sail_cover>true OR additional text</head_sail_cover><!-- Genua/Furler-Persenning -->
                        <wheel_cover>true OR additional text</wheel_cover><!-- Steuerrad-Persenning -->
                        <sun_shades><!-- Sonnensegel -->
                            <sun_shade position="fly">true OR additional text</sun_shade><!-- position: fly / aftdeck -->
                        </sun_shades>
                    </covers>
                    <safety>
                        <fire_extinguish_system>true OR additional text</fire_extinguish_system><!-- Feuerlösch-Anlage / fire extinguisher system -->
                        <fire_extinguisher>true OR additional text</fire_extinguisher><!-- Feuerlöscher -->
                        <life_raft>true OR additional text</life_raft><!-- Rettungsinsel -->
                        <life_jackets>true OR additional text</life_jackets><!-- Rettungswesten -->
                        <life_belts>true OR additional text</life_belts><!-- Lifebelts -->
                        <dan_buoy>true OR additional text</dan_buoy><!-- Rettungsboje -->
                        <epirb>true OR additional text</epirb><!-- EPIRB -->
                        <radar_reflector>true OR additional text</radar_reflector><!-- Radarreflektor -->
                        <bilge_pump type="manual">true OR additional text</bilge_pump><!-- Bilgenpumpe, type: manual / electric / automatic -->
                        <self_bailing_valve>true OR additional text</self_bailing_valve><!-- Selbstlenzventil / self-bailer -->
                        <mob_system>true OR additional text</mob_system><!-- MOB-System / MOB system -->
                        <alarm>true OR additional text</alarm><!-- Alarmanlage / alarm system -->
                        <bilge_alarm>true OR additional text</bilge_alarm><!-- Bilge-Alarm -->
                        <gas_detector>true OR additional text</gas_detector><!-- Gasspürgerät -->
                        <smoke_detector>true OR additional text</smoke_detector><!-- Rauchmelder / smoke alarm -->
                        <emergency_tiller>true OR additional text</emergency_tiller><!-- Notpinne -->
                        <spare_propeller>true OR additional text</spare_propeller><!-- Ersatzpropeller -->
                        <fog_horn>true OR additional text</fog_horn><!-- Nebelhorn -->
                        <flags>true OR additional text</flags><!-- Flaggen -->
                        <distress_signals>true OR additional text</distress_signals><!-- Notsignalmittel -->
                        <jacklines>true OR additional text</jacklines><!-- Strecktau -->
                        <railing_net>true OR additional text</railing_net><!-- Relingsnetz -->
                        <safe>true OR additional text</safe><!-- Tresor -->
                    </safety>
                    <layout>
                        <inside_steering>true OR additional text</inside_steering><!-- Innensteuerstand / inside steering position -->
                        <outside_steering>true OR additional text</outside_steering><!-- Außensteuerstand / outside steering position -->
                        <back2back_seats>true OR additional text</back2back_seats><!-- Back-to-back Sitze / back-to-back seats -->
                        <single_front_seat>true OR additional text</single_front_seat><!-- Einzelsitz vorn / single front seats -->
                    </layout>
                    <additional_custom>
                        <item>another feature you have, not defined in standards above</item>
                        <item>name of the feature in English, eg. "harbour handbooks"</item>
                        <item>barometer</item>
                        <item>autopilot repeater (Raymarine i70, new in 2018)</item>
                    </additional_custom>
                    <equipment_description>
                        <text language="de">Das Boot hat nicht nur einen Heliport, sondern auch einen eigenen Hubschrauber.</text>
                        <text language="en">This boat has also its own helicopter.</text>
                    </equipment_description>
                </equipment_data>
                <other_data><!-- node for other adverts than boat/trailer/engine/mooring -->
                    <title>Here is the title of the ad</title>
                    <properties>
                        <property name="own_name_of_property1">Value of property1</property>
                        <property name="own_name_of_property2">Value of property2</property>
                    </properties>
                </other_data>
                <media validation="strict"><!-- validation: strict / non-strict; if validation attribute is omitted, it is the same as "strict";
"strict" = md5 is a real md5 sum of the file
"non-strict" = md5 must be a unique well-formatted string/hash (it changes if image/pdf changes) -->
                    <images>
                        <image type="image/jpeg" caption="Boat on sea" md5="9810a142dc0c92d601a4dd916d881863">https://d3tvazj243kxep.cloudfront.net/fotos/9CzU564F/11516-large.jpg</image>
                        <image type="image/jpeg" caption="Interior" md5="beb958c5a8595d2d1078b4ec57666763">https://static.yachtall.com/image/layout/index/boote.jpg</image>
                    </images>
                    <videos>
                        <video caption="Manufacturer Video">https://www.youtube.com/watch?v=yDOObFQZeK0</video>
                        <video caption="Interior">https://www.youtube.com/watch?v=xYzAbCxxxx</video>
                    </videos>
                    <panoramas>
                        <panorama type="iframe">https://vrcloud.com/vr.php?pid=v13f177fnl72fz2a</panorama><!-- types: iframe / cylinder / sphere -->
                    </panoramas>
                    <documents>
                        <document type="application/pdf" caption="Pricelist" md5="f22aac97c9896f94c5de0ee3c641f590">https://static.yachtall.com/pdf/motorboote-segelboote-kaufen-1.pdf</document>
                    </documents>
                </media>
            </advert>
        </adverts>
    </account>
</nautix>
