Entwurf 1 -- Beiträge fehlen

This commit is contained in:
Simon Martens
2024-05-07 18:25:53 +02:00
parent f118cc540b
commit 738a717993
26 changed files with 306 additions and 114 deletions

14
XSD/KGPZ.xsd Normal file
View File

@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="https://www.kgpz.de"
xmlns="https://www.kgpz.de"
xmlns:kgpz="https://www.kgpz.de"
elementFormDefault="qualified">
<xsd:include schemaLocation="akteure.xsd" />
<xsd:include schemaLocation="orte.xsd" />
<xsd:include schemaLocation="kategorien.xsd" />
<xsd:include schemaLocation="werke.xsd" />
<xsd:include schemaLocation="stuecke.xsd" />
<xsd:include schemaLocation="beitraege.xsd" />
</xsd:schema>