mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-29 17:15:31 +00:00
Änderungen wie besprochen / Provinienz / Todesanzeige
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<xsd:element name="akteur" maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Ein Akteur im Personenverzeichnis Pflicht: @id,
|
||||
<name>, <sortiername>.</xsd:documentation>
|
||||
<name>.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
@@ -25,11 +25,12 @@
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:element name="sortiername" minOccurs="1" maxOccurs="1"
|
||||
<xsd:element name="sortiername" minOccurs="0" maxOccurs="1"
|
||||
type="kgpz:NonEmptyString" nillable="false">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Pflicht: Der Name des Akteurs, so wie nach
|
||||
diesem sortiert wird.</xsd:documentation>
|
||||
<xsd:documentation>Optional: Der Name des Akteurs, so wie nach
|
||||
diesem sortiert wird. Falls nicht vorhanden, sortieren wir
|
||||
nach @id.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
|
||||
|
||||
@@ -61,11 +61,15 @@
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Referenziert ein Stück</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:attribute name="jahr" type="xsd:gYear"
|
||||
<xsd:attribute name="jahr"
|
||||
use="required">
|
||||
<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: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 name="nr" type="xsd:positiveInteger"
|
||||
@@ -76,17 +80,16 @@
|
||||
</xsd:attribute>
|
||||
|
||||
<xsd:attribute name="von" type="xsd:positiveInteger"
|
||||
use="required">
|
||||
use="optional">
|
||||
<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:attribute>
|
||||
|
||||
<xsd:attribute name="bis" type="xsd:positiveInteger"
|
||||
use="optional">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Optional: Die letzte Seitenzahl des Beitrags, erstreckt er sich über
|
||||
mehrere Seiten.</xsd:documentation>
|
||||
<xsd:documentation>Die letzte Seitenzahl des Beitrags, falls bekannt.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:complexType>
|
||||
@@ -96,11 +99,15 @@
|
||||
<xsd:documentation>Referenziert eine Beilage</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
|
||||
<xsd:attribute name="jahr" type="xsd:gYear"
|
||||
<xsd:attribute name="jahr"
|
||||
use="required">
|
||||
<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: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 name="nr" type="xsd:positiveInteger"
|
||||
@@ -199,4 +206,4 @@
|
||||
|
||||
</xsd:sequence>
|
||||
</xsd:group>
|
||||
</xsd:schema>
|
||||
</xsd:schema>
|
||||
@@ -40,7 +40,7 @@
|
||||
<xsd:attribute name="kat" use="required">
|
||||
<xsd:annotation>
|
||||
<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:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
@@ -48,9 +48,16 @@
|
||||
<xsd:enumeration value="rezension" />
|
||||
<xsd:enumeration value="auszug" />
|
||||
<xsd:enumeration value="kommentar" />
|
||||
<xsd:enumeration value="anzeige" />
|
||||
<xsd:enumeration value="provinienz" />
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</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:simpleContent>
|
||||
</xsd:complexType>
|
||||
@@ -64,7 +71,7 @@
|
||||
<xsd:attribute name="kat" use="optional" default="autor">
|
||||
<xsd:annotation>
|
||||
<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:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
@@ -74,6 +81,7 @@
|
||||
<xsd:enumeration value="drucker" />
|
||||
<xsd:enumeration value="vertrieb" />
|
||||
<xsd:enumeration value="erwähnung" />
|
||||
<xsd:enumeration value="todesanzeige"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:attribute>
|
||||
|
||||
@@ -13,35 +13,30 @@
|
||||
<xsd:element name="stueck" maxOccurs="unbounded">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="nummer" type="xsd:positiveInteger" minOccurs="1"
|
||||
<xsd:element name="nummer" type="xsd:positiveInteger" minOccurs="0"
|
||||
maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation> Pflicht: Die Nummer des Stücks, wie auf dem
|
||||
Titel angegeben. </xsd:documentation>
|
||||
<xsd:documentation>Die Nummer des Stücks, falls bekannt.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
|
||||
<!-- Lässt sich aus Nummer + Jahr berechnen. -->
|
||||
<xsd:element name="datum" type="kgpz:date" minOccurs="1" maxOccurs="1">
|
||||
<xsd:element name="datum" type="kgpz:date" minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation> Pflicht: Das Datum des Stücks, wie auf dem
|
||||
Titel angegeben. </xsd:documentation>
|
||||
<xsd:documentation>Das Datum des Stücks, wie auf dem Titel angegeben, falls bekannt.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
|
||||
<!-- Von + bis lässt sich aus Nummer berechnen (n-1) * 4 + 1 bzw. (n-1)
|
||||
* 4 + 1 -->
|
||||
<xsd:element name="von" type="xsd:positiveInteger" minOccurs="1"
|
||||
<xsd:element name="von" type="xsd:positiveInteger" minOccurs="0"
|
||||
maxOccurs="1">
|
||||
<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:element>
|
||||
|
||||
<xsd:element name="bis" type="xsd:positiveInteger" minOccurs="1"
|
||||
<xsd:element name="bis" type="xsd:positiveInteger" minOccurs="0"
|
||||
maxOccurs="1">
|
||||
<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:element>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user