<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://www.example.com/catalog/gloves</loc>
    <xhtml:link rel="alternate" hreflang="en-UK" href="https://www.example.com/catalog/gloves"/>
    <xhtml:link rel="alternate" hreflang="de_DE" href="https://www.example.com/de/katalog/handschuhe"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://www.example.com/es/catalogo/guantes"/>
  </url>
  <url>
    <loc>https://www.example.com/de/katalog/handschuhe</loc>
    <xhtml:link rel="alternate" hreflang="de" href="https://www.example.com/de/katalog/handschuhe"/>
  </url>
  <url>
    <loc>https://www.example.com/es/catalogo/guantes</loc>
    <xhtml:link rel="alternate" hreflang="es" href="http://www.example.com/es/catalogo/guantes"/>
    <xhtml:link rel="alternate" hreflang="en-UK" href="https://www.example.com/catalog/gloves"/>
  </url>
</urlset>
