<?xml version="1.0" encoding="utf-8"?>
<gpx xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.topografix.com/GPX/1/0 http://www.topografix.com/GPX/1/0/gpx.xsd http://www.groundspeak.com/cache/1/0/1 http://www.groundspeak.com/cache/1/0/1/cache.xsd http://www.gsak.net/xmlv1/5 http://www.gsak.net/xmlv1/5/gsak.xsd https://github.com/opencaching/gpx-extension-v1 https://raw.githubusercontent.com/opencaching/gpx-extension-v1/master/schema.xsd"
    xmlns="http://www.topografix.com/GPX/1/0" 
	version="1.0"
    creator="Agrajaga">


    <wpt lat="54.00000" lon="23.00000">									<!-- z pliku -->
        <time>2025-04-21T00:00:00Z</time>								<!-- z pliku -->
        <name></name>  													<!-- zostaje pusta nazwa, obsłużymy w <groundspeak:name> -->
        <sym>Geocache</sym>												<!-- wartość stała -->
        <type>Geocache|Unknown Cache</type>								<!-- typ z pliku, ten sam co <oc:type> -->
        <groundspeak:cache id="000001" available="False" archived="False" xmlns:groundspeak="http://www.groundspeak.com/cache/1/0/1">	<!-- wartość stała -->
            <groundspeak:name>[16] Slupek 43=====</groundspeak:name> 	<!-- z pliku -->
				<groundspeak:attributes>								<!-- z pliku -->
                <groundspeak:attribute id="6" inc="1">Suitable for children</groundspeak:attribute>
                <groundspeak:attribute id="203" inc="1">Bring your own pen</groundspeak:attribute>
                <groundspeak:attribute id="210" inc="1">Hidden in natural surroundings</groundspeak:attribute>
            </groundspeak:attributes> 																									
            <groundspeak:difficulty>2.5</groundspeak:difficulty>		<!-- z pliku -->
            <groundspeak:terrain>2.5</groundspeak:terrain>				<!-- z pliku -->

            <groundspeak:short_description html="False"></groundspeak:short_description>		<!-- z pliku -->
            <groundspeak:long_description html="False">sssssss</groundspeak:long_description>	<!-- z pliku -->
            <groundspeak:encoded_hints> 3 kroki za slupkiem</groundspeak:encoded_hints>			<!-- z pliku -->

        </groundspeak:cache>
        <oc:cache xmlns:oc="https://github.com/opencaching/gpx-extension-v1">
            <oc:type>Other Cache</oc:type>								<!-- z pliku -->
            <oc:size>Small</oc:size>									<!-- z pliku -->
        </oc:cache>
    </wpt> 

</gpx>