mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-briefe.git
synced 2025-10-28 16:45:31 +00:00
11 lines
330 B
XML
11 lines
330 B
XML
<?xml version="1.0"?>
|
|
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
targetNamespace="https://lenz-archiv.de"
|
|
xmlns="https://lenz-archiv.de"
|
|
xmlns:lenz="https://lenz-archiv.de"
|
|
elementFormDefault="qualified">
|
|
|
|
<xsd:include schemaLocation="meta.xsd" />
|
|
<xsd:include schemaLocation="references.xsd" />
|
|
</xsd:schema>
|