<?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/en/</loc>
		<xhtml:link
			rel="alternate"
			hreflang="en"
			href="https://www.example.de/en/"/>
		<xhtml:link
			rel="alternate"
			hreflang="en"
			href="https://www.example.de/it/"/>
	</url>
	<url>
		<loc>https://www.example.com/en/about</loc>
		<xhtml:link
			rel="alternate"
			hreflang="en"
			href="https://www.example.de/en/about"/>
		<xhtml:link
			rel="alternate"
			hreflang="en"
			href="https://www.example.de/it/about"/>
	</url>
	<url>
		<loc>https://www.example.com/en/contact</loc>
		<xhtml:link
			rel="alternate"
			hreflang="en"
			href="https://www.example.de/en/contact"/>
		<xhtml:link
			rel="alternate"
			hreflang="en"
			href="https://www.example.de/it/contact"/>
	</url>
	<url>
		<loc>https://www.example.com/it/</loc>
		<xhtml:link
			rel="alternate"
			hreflang="it"
			href="https://www.example.de/en/"/>
		<xhtml:link
			rel="alternate"
			hreflang="it"
			href="https://www.example.de/it/"/>
	</url>
	<url>
		<loc>https://www.example.com/it/about</loc>
		<xhtml:link
			rel="alternate"
			hreflang="it"
			href="https://www.example.de/en/about"/>
		<xhtml:link
			rel="alternate"
			hreflang="it"
			href="https://www.example.de/it/about"/>
	</url>
	<url>
		<loc>https://www.example.com/it/contact</loc>
		<xhtml:link
			rel="alternate"
			hreflang="it"
			href="https://www.example.de/en/contact"/>
		<xhtml:link
			rel="alternate"
			hreflang="it"
			href="https://www.example.de/it/contact"/>
	</url>
</urlset>