mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-29 09:05:30 +00:00
12 lines
335 B
XML
12 lines
335 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_Schemata/KGPZ.xsd">
|
|
<ort index="1">
|
|
<name>Hallo</name>
|
|
<geonames></geonames>
|
|
</ort>
|
|
<ort index="2">
|
|
<name>Hans2</name>
|
|
</ort>
|
|
</orte> |