XSD-Schema für Metadaten

This commit is contained in:
Simon Martens
2025-02-05 19:44:59 +01:00
parent d661694a03
commit 630a1eae69
5 changed files with 695 additions and 718 deletions

9
data/xsd/lenz.xsd Normal file
View File

@@ -0,0 +1,9 @@
<?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:schema>