mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-29 00:55:31 +00:00
14 lines
592 B
Plaintext
14 lines
592 B
Plaintext
<?xml version="1.0"?>
|
|
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
targetNamespace="https://www.koenigsberger-zeitungen.de"
|
|
xmlns="https://www.koenigsberger-zeitungen.de"
|
|
xmlns:kgpz="https://www.koenigsberger-zeitungen.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> |