mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-29 17:15:31 +00:00
12 lines
320 B
XML
12 lines
320 B
XML
<?xml version="1.0"?>
|
|
<orte xmlns="https://www.kgpz.de"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="https://www.kgpz.de XSD/KGPZ.xsd">
|
|
<ort id="1">
|
|
<name>Hallo</name>
|
|
<geonames></geonames>
|
|
</ort>
|
|
<ort id="2">
|
|
<name>Hans2</name>
|
|
</ort>
|
|
</orte> |