mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-briefe.git
synced 2025-10-30 01:25:29 +00:00
XSD-Schema für Metadaten
This commit is contained in:
9
data/xsd/lenz.xsd
Normal file
9
data/xsd/lenz.xsd
Normal 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>
|
||||
Reference in New Issue
Block a user