mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-29 09:05:30 +00:00
Änderungen wie besprochen / Provinienz / Todesanzeige
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<xsd:element name="akteur" maxOccurs="unbounded">
|
<xsd:element name="akteur" maxOccurs="unbounded">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Ein Akteur im Personenverzeichnis Pflicht: @id,
|
<xsd:documentation>Ein Akteur im Personenverzeichnis Pflicht: @id,
|
||||||
<name>, <sortiername>.</xsd:documentation>
|
<name>.</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:complexType>
|
<xsd:complexType>
|
||||||
<xsd:sequence>
|
<xsd:sequence>
|
||||||
@@ -25,11 +25,12 @@
|
|||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
|
|
||||||
<xsd:element name="sortiername" minOccurs="1" maxOccurs="1"
|
<xsd:element name="sortiername" minOccurs="0" maxOccurs="1"
|
||||||
type="kgpz:NonEmptyString" nillable="false">
|
type="kgpz:NonEmptyString" nillable="false">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Pflicht: Der Name des Akteurs, so wie nach
|
<xsd:documentation>Optional: Der Name des Akteurs, so wie nach
|
||||||
diesem sortiert wird.</xsd:documentation>
|
diesem sortiert wird. Falls nicht vorhanden, sortieren wir
|
||||||
|
nach @id.</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
|
|
||||||
|
|||||||
@@ -61,11 +61,15 @@
|
|||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Referenziert ein Stück</xsd:documentation>
|
<xsd:documentation>Referenziert ein Stück</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:attribute name="jahr" type="xsd:gYear"
|
<xsd:attribute name="jahr"
|
||||||
use="required">
|
use="required">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Pflicht: Das Jahr des Stücks.</xsd:documentation>
|
<xsd:documentation>Pflicht: Das Datum, zumindest aber: das Jahr des Stücks.</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
|
<xsd:simpleType>
|
||||||
|
<xsd:union
|
||||||
|
memberTypes="xsd:date xsd:gYear xsd:gMonth xsd:gDay xsd:gYearMonth xsd:gMonthDay xsd:time xsd:dateTime" />
|
||||||
|
</xsd:simpleType>
|
||||||
</xsd:attribute>
|
</xsd:attribute>
|
||||||
|
|
||||||
<xsd:attribute name="nr" type="xsd:positiveInteger"
|
<xsd:attribute name="nr" type="xsd:positiveInteger"
|
||||||
@@ -76,17 +80,16 @@
|
|||||||
</xsd:attribute>
|
</xsd:attribute>
|
||||||
|
|
||||||
<xsd:attribute name="von" type="xsd:positiveInteger"
|
<xsd:attribute name="von" type="xsd:positiveInteger"
|
||||||
use="required">
|
use="optional">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Pflicht: Die erste Seitenzahl des Beitrags.</xsd:documentation>
|
<xsd:documentation>Die erste Seitenzahl des Beitrags, falls bekannt.</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:attribute>
|
</xsd:attribute>
|
||||||
|
|
||||||
<xsd:attribute name="bis" type="xsd:positiveInteger"
|
<xsd:attribute name="bis" type="xsd:positiveInteger"
|
||||||
use="optional">
|
use="optional">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Optional: Die letzte Seitenzahl des Beitrags, erstreckt er sich über
|
<xsd:documentation>Die letzte Seitenzahl des Beitrags, falls bekannt.</xsd:documentation>
|
||||||
mehrere Seiten.</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:attribute>
|
</xsd:attribute>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
@@ -96,11 +99,15 @@
|
|||||||
<xsd:documentation>Referenziert eine Beilage</xsd:documentation>
|
<xsd:documentation>Referenziert eine Beilage</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
|
|
||||||
<xsd:attribute name="jahr" type="xsd:gYear"
|
<xsd:attribute name="jahr"
|
||||||
use="required">
|
use="required">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Pflicht: Das Jahr des referenzierten Stücks.</xsd:documentation>
|
<xsd:documentation>Pflicht: Das Datum, zumindest aber: das Jahr des Stücks.</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
|
<xsd:simpleType>
|
||||||
|
<xsd:union
|
||||||
|
memberTypes="xsd:date xsd:gYear xsd:gMonth xsd:gDay xsd:gYearMonth xsd:gMonthDay xsd:time xsd:dateTime" />
|
||||||
|
</xsd:simpleType>
|
||||||
</xsd:attribute>
|
</xsd:attribute>
|
||||||
|
|
||||||
<xsd:attribute name="nr" type="xsd:positiveInteger"
|
<xsd:attribute name="nr" type="xsd:positiveInteger"
|
||||||
@@ -199,4 +206,4 @@
|
|||||||
|
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
</xsd:group>
|
</xsd:group>
|
||||||
</xsd:schema>
|
</xsd:schema>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
<xsd:attribute name="kat" use="required">
|
<xsd:attribute name="kat" use="required">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation> Die Art der Beziehung zum Werk. Werte: rezension, auszug, kommentar,
|
<xsd:documentation> Die Art der Beziehung zum Werk. Werte: rezension, auszug, kommentar,
|
||||||
erwähnung </xsd:documentation>
|
erwähnung, anzeige, provinienz.</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:simpleType>
|
<xsd:simpleType>
|
||||||
<xsd:restriction base="xsd:string">
|
<xsd:restriction base="xsd:string">
|
||||||
@@ -48,9 +48,16 @@
|
|||||||
<xsd:enumeration value="rezension" />
|
<xsd:enumeration value="rezension" />
|
||||||
<xsd:enumeration value="auszug" />
|
<xsd:enumeration value="auszug" />
|
||||||
<xsd:enumeration value="kommentar" />
|
<xsd:enumeration value="kommentar" />
|
||||||
|
<xsd:enumeration value="anzeige" />
|
||||||
|
<xsd:enumeration value="provinienz" />
|
||||||
</xsd:restriction>
|
</xsd:restriction>
|
||||||
</xsd:simpleType>
|
</xsd:simpleType>
|
||||||
</xsd:attribute>
|
</xsd:attribute>
|
||||||
|
<xsd:attribute name="s" use="optional" type="kgpz:NonEmptyString">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>Angabe zu Seite oder Stelle innerhalb eines Werkes.</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
</xsd:attribute>
|
||||||
</xsd:extension>
|
</xsd:extension>
|
||||||
</xsd:simpleContent>
|
</xsd:simpleContent>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
@@ -64,7 +71,7 @@
|
|||||||
<xsd:attribute name="kat" use="optional" default="autor">
|
<xsd:attribute name="kat" use="optional" default="autor">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation> Die Art der Beziehung zum Akteur. Werte: erwähnung, autor,
|
<xsd:documentation> Die Art der Beziehung zum Akteur. Werte: erwähnung, autor,
|
||||||
herausgeber, verleger, drucker, vertrieb. </xsd:documentation>
|
herausgeber, verleger, drucker, vertrieb, todesanzeige. </xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:simpleType>
|
<xsd:simpleType>
|
||||||
<xsd:restriction base="xsd:string">
|
<xsd:restriction base="xsd:string">
|
||||||
@@ -74,6 +81,7 @@
|
|||||||
<xsd:enumeration value="drucker" />
|
<xsd:enumeration value="drucker" />
|
||||||
<xsd:enumeration value="vertrieb" />
|
<xsd:enumeration value="vertrieb" />
|
||||||
<xsd:enumeration value="erwähnung" />
|
<xsd:enumeration value="erwähnung" />
|
||||||
|
<xsd:enumeration value="todesanzeige"/>
|
||||||
</xsd:restriction>
|
</xsd:restriction>
|
||||||
</xsd:simpleType>
|
</xsd:simpleType>
|
||||||
</xsd:attribute>
|
</xsd:attribute>
|
||||||
|
|||||||
@@ -13,35 +13,30 @@
|
|||||||
<xsd:element name="stueck" maxOccurs="unbounded">
|
<xsd:element name="stueck" maxOccurs="unbounded">
|
||||||
<xsd:complexType>
|
<xsd:complexType>
|
||||||
<xsd:sequence>
|
<xsd:sequence>
|
||||||
<xsd:element name="nummer" type="xsd:positiveInteger" minOccurs="1"
|
<xsd:element name="nummer" type="xsd:positiveInteger" minOccurs="0"
|
||||||
maxOccurs="1">
|
maxOccurs="1">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation> Pflicht: Die Nummer des Stücks, wie auf dem
|
<xsd:documentation>Die Nummer des Stücks, falls bekannt.</xsd:documentation>
|
||||||
Titel angegeben. </xsd:documentation>
|
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
|
|
||||||
<!-- Lässt sich aus Nummer + Jahr berechnen. -->
|
<xsd:element name="datum" type="kgpz:date" minOccurs="0" maxOccurs="1">
|
||||||
<xsd:element name="datum" type="kgpz:date" minOccurs="1" maxOccurs="1">
|
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation> Pflicht: Das Datum des Stücks, wie auf dem
|
<xsd:documentation>Das Datum des Stücks, wie auf dem Titel angegeben, falls bekannt.</xsd:documentation>
|
||||||
Titel angegeben. </xsd:documentation>
|
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
|
|
||||||
<!-- Von + bis lässt sich aus Nummer berechnen (n-1) * 4 + 1 bzw. (n-1)
|
<xsd:element name="von" type="xsd:positiveInteger" minOccurs="0"
|
||||||
* 4 + 1 -->
|
|
||||||
<xsd:element name="von" type="xsd:positiveInteger" minOccurs="1"
|
|
||||||
maxOccurs="1">
|
maxOccurs="1">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation> Pflicht: Die erste Seitenzahl des Stücks. </xsd:documentation>
|
<xsd:documentation>Die erste Seitenzahl des Stücks, falls bekannt.</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
|
|
||||||
<xsd:element name="bis" type="xsd:positiveInteger" minOccurs="1"
|
<xsd:element name="bis" type="xsd:positiveInteger" minOccurs="0"
|
||||||
maxOccurs="1">
|
maxOccurs="1">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation> Pflicht: Die letzte Seitenzahl des Stücks. </xsd:documentation>
|
<xsd:documentation>Die letzte Seitenzahl des Stücks, falls bekannt.</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
|
|
||||||
|
|||||||
@@ -2,59 +2,39 @@
|
|||||||
<beitraege xmlns="https://www.koenigsberger-zeitungen.de"
|
<beitraege xmlns="https://www.koenigsberger-zeitungen.de"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="https://www.koenigsberger-zeitungen.de XSD/KGPZ.xsd">
|
xsi:schemaLocation="https://www.koenigsberger-zeitungen.de XSD/KGPZ.xsd">
|
||||||
<beitrag>
|
<!-- <beitrag>
|
||||||
<!-- Beispiel für einen Beitrag in zwei Stücken -->
|
Beispiel für einen Beitrag in zwei Stücken
|
||||||
<!-- Das bis-Attribut ist erforderlich falls der Beitrag Seitengrenzen überschreitet -->
|
Das bis-Attribut ist erforderlich falls der Beitrag Seitengrenzen überschreitet
|
||||||
<!-- Es kann mehrere Kategorien geben -->
|
Es kann mehrere Kategorien geben
|
||||||
<stueck jahr="1752" nr="23" von="2" bis="3" />
|
<stueck jahr="1752" nr="23" von="2" bis="3" />
|
||||||
<stueck jahr="1799" nr="12" von="5" />
|
<stueck jahr="1799" nr="12" von="5" />
|
||||||
<kategorie ref="kategorie" />
|
<kategorie ref="kategorie" />
|
||||||
<kategorie ref="kategorie2" />
|
<kategorie ref="kategorie2" />
|
||||||
|
|
||||||
<!-- TRANSKRIPTIONEN -->
|
TRANSKRIPTIONEN
|
||||||
<!-- Zugelasssen sind die Attribute when, from, to, notBefore, notAfter -->
|
Zugelasssen sind die Attribute when, from, to, notBefore, notAfter
|
||||||
<datum when="1762-12-12" />
|
<datum when="1762-12-12" />
|
||||||
<!-- Ein Beitrag kann einen Titel, ein Incipit, beides oder nichts von beiden haben: -->
|
Ein Beitrag kann einen Titel, ein Incipit, beides oder nichts von beiden haben:
|
||||||
<titel>Was</titel>
|
<titel>Was</titel>
|
||||||
<incipit>Incipit</incipit>
|
<incipit>Incipit</incipit>
|
||||||
|
|
||||||
<!-- VERWEISE -->
|
VERWEISE
|
||||||
<ort ref="ort">Die Zuordung eines Beitrags zu einem Ort kann annotiert werden</ort>
|
<ort ref="ort">Die Zuordung eines Beitrags zu einem Ort kann annotiert werden</ort>
|
||||||
<akteur ref="akteur">Die Zuordnung eines Beitrags zu einem Akteur kann annotiert werden</akteur>
|
<akteur ref="akteur">Die Zuordnung eines Beitrags zu einem Akteur kann annotiert werden</akteur>
|
||||||
<!-- oder auch nicht: -->
|
oder auch nicht:
|
||||||
<akteur ref="einstein" />
|
<akteur ref="einstein" />
|
||||||
<werk ref="werk" kat="rezension">Auch die Zuordnung zu einer Werkrezension kann annotiert werden</werk>
|
<werk ref="werk" kat="rezension">Auch die Zuordnung zu einer Werkrezension kann annotiert werden</werk>
|
||||||
|
|
||||||
<!-- ANMERKUNGEN etc. -->
|
ANMERKUNGEN etc.
|
||||||
<anmerkung>Anmerkung</anmerkung>
|
<anmerkung>Anmerkung</anmerkung>
|
||||||
<vermerk>Bearbeitungsvermerk</vermerk>
|
<vermerk>Bearbeitungsvermerk</vermerk>
|
||||||
</beitrag>
|
</beitrag> -->
|
||||||
<beitrag>
|
|
||||||
<!-- Beispiel für einen Beitrag in einer Beilage -->
|
|
||||||
<beilage jahr="1762" nr="12" beilage="1" />
|
|
||||||
<kategorie ref="kategorie" />
|
|
||||||
|
|
||||||
<datum when="1762-12-12"/>
|
|
||||||
|
|
||||||
<!-- alle Zuordnungen können mit unsicher="true" ausgezeichnet werden, es sich um eine
|
|
||||||
Vermutung handelt -->
|
|
||||||
<!-- Standardwert ist unsicher="false" -->
|
|
||||||
<titel>Was</titel>
|
|
||||||
<incipit>Incipit</incipit>
|
|
||||||
|
|
||||||
<ort ref="ort" />
|
|
||||||
<akteur ref="akteur" unsicher="true">Vgl. Herder Brief 1234</akteur>
|
|
||||||
<akteur ref="weitererakteur" />
|
|
||||||
</beitrag>
|
|
||||||
<beitrag>
|
|
||||||
<!-- Minimales Beispiel: -->
|
|
||||||
<stueck jahr="1752" nr="23" von="2" bis="3" />
|
|
||||||
</beitrag>
|
|
||||||
|
|
||||||
<beitrag>
|
<beitrag>
|
||||||
<stueck jahr="1764" />
|
<stueck jahr="1764" />
|
||||||
<datum when="1764-01-28" />
|
|
||||||
<kategorie ref="ineigenersache" />
|
<kategorie ref="ineigenersache" />
|
||||||
|
<datum when="1764-01-28" />
|
||||||
<titel>Nachricht.</titel>
|
<titel>Nachricht.</titel>
|
||||||
<akteur ref="hamann" />
|
<akteur ref="hamann" />
|
||||||
<akteur ref="kanter" />
|
<akteur ref="kanter" />
|
||||||
@@ -235,13 +215,13 @@
|
|||||||
<beitrag>
|
<beitrag>
|
||||||
<stueck jahr="1764" nr="13" von="49" />
|
<stueck jahr="1764" nr="13" von="49" />
|
||||||
<ort ref="berlin" />
|
<ort ref="berlin" />
|
||||||
|
<akteur ref="hamann">vgl. ZH II, 239</akteur>
|
||||||
<werk ref="nicolai-literaturbriefe-XVI" kat="rezension" />
|
<werk ref="nicolai-literaturbriefe-XVI" kat="rezension" />
|
||||||
<akteur ref="hamann">vgl. ZH II, 239</akteur>
|
|
||||||
</beitrag>
|
</beitrag>
|
||||||
<beitrag>
|
<beitrag>
|
||||||
<stueck jahr="1764" nr="13" von="50" bis="51" />
|
<stueck jahr="1764" nr="13" von="50" bis="51" />
|
||||||
<werk ref="nicolai-literaturbriefe-winckelmann" kat="auszug" />
|
|
||||||
<titel>Leben und Wunder des Herrn Johann Winckelmanns</titel>
|
<titel>Leben und Wunder des Herrn Johann Winckelmanns</titel>
|
||||||
|
<werk ref="nicolai-literaturbriefe-winckelmann" kat="auszug" />
|
||||||
</beitrag>
|
</beitrag>
|
||||||
<beitrag>
|
<beitrag>
|
||||||
<stueck jahr="1764" nr="13" von="51" bis="52" />
|
<stueck jahr="1764" nr="13" von="51" bis="52" />
|
||||||
@@ -524,9 +504,9 @@
|
|||||||
</beitrag>
|
</beitrag>
|
||||||
<beitrag>
|
<beitrag>
|
||||||
<stueck jahr="1769" nr="11"/>
|
<stueck jahr="1769" nr="11"/>
|
||||||
|
<akteur ref="hamann" />
|
||||||
<werk ref="roth" kat="provinienz" s="Bd. 3, 429–432"/>
|
<werk ref="roth" kat="provinienz" s="Bd. 3, 429–432"/>
|
||||||
<werk ref="herder-kritischewaelder" kat="rezension" />
|
<werk ref="herder-kritischewaelder" kat="rezension" />
|
||||||
<akteur ref="hamann" />
|
|
||||||
</beitrag>
|
</beitrag>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user