Added example files for CLAUDE to read

This commit is contained in:
Simon Martens
2024-07-17 18:23:51 +02:00
parent bfe68c6c08
commit f9ee01c581
14 changed files with 1980 additions and 0 deletions

14
CLAUDE/XSD_KGPZ.txt 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.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>