mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-29 09:05:30 +00:00
Datumsformat geändert ->
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
|
||||
<xsd:group name="BeitragInfo">
|
||||
<xsd:sequence>
|
||||
<xsd:element name="datum" type="xsd:date" minOccurs="0" maxOccurs="unbounded" />
|
||||
<xsd:element name="datum" type="kgpz:date" minOccurs="0" maxOccurs="unbounded" />
|
||||
<xsd:element name="ort" minOccurs="0" maxOccurs="unbounded" type="kgpz:ref" />
|
||||
<xsd:element name="kategorie" minOccurs="1" maxOccurs="unbounded" type="kgpz:ref" />
|
||||
<xsd:element name="autor" minOccurs="0" maxOccurs="unbounded" type="kgpz:ref" />
|
||||
|
||||
@@ -25,4 +25,70 @@
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
<xsd:attributeGroup name="dateattributes">
|
||||
<xsd:attributeGroup ref="kgpz:when"/>
|
||||
<xsd:attributeGroup ref="kgpz:notBefore"/>
|
||||
<xsd:attributeGroup ref="kgpz:notAfter"/>
|
||||
<xsd:attributeGroup ref="kgpz:from"/>
|
||||
<xsd:attributeGroup ref="kgpz:to"/>
|
||||
</xsd:attributeGroup>
|
||||
|
||||
<!-- This section is alsmost exacty as in TEI -->
|
||||
<xsd:complexType name="date">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>(date) contains a date in any format. [3.6.4. Dates and Times 2.2.4. Publication, Distribution, Licensing, etc. 2.6. The Revision Description 3.12.2.4. Imprint, Size of a Document, and Reprint Information 15.2.3. The Setting Description 13.4. Dates]</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:attributeGroup ref="kgpz:dateattributes"/>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:attributeGroup name="when">
|
||||
<xsd:attribute name="when">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>supplies the value of the date or time in a standard form, e.g. yyyy-mm-dd.</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:attributeGroup>
|
||||
<xsd:attributeGroup name="notBefore">
|
||||
<xsd:attribute name="notBefore">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>specifies the earliest possible date for the event in standard form, e.g. yyyy-mm-dd.</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:attributeGroup>
|
||||
<xsd:attributeGroup name="notAfter">
|
||||
<xsd:attribute name="notAfter">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>specifies the latest possible date for the event in standard form, e.g. yyyy-mm-dd.</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:attributeGroup>
|
||||
<xsd:attributeGroup name="from">
|
||||
<xsd:attribute name="from">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>indicates the starting point of the period in standard form, e.g. yyyy-mm-dd.</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:attributeGroup>
|
||||
<xsd:attributeGroup name="to">
|
||||
<xsd:attribute name="to">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>indicates the ending point of the period in standard form, e.g. yyyy-mm-dd.</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:attributeGroup>
|
||||
</xsd:schema>
|
||||
@@ -16,7 +16,7 @@
|
||||
<xsd:element name="nummer" type="xsd:positiveInteger" minOccurs="1" maxOccurs="1" />
|
||||
|
||||
<!-- Lässt sich aus Nummer + Jahr berechnen. -->
|
||||
<xsd:element name="datum" type="xsd:date" minOccurs="1" maxOccurs="1" />
|
||||
<xsd:element name="datum" type="kgpz:date" minOccurs="1" maxOccurs="1" />
|
||||
|
||||
<!-- 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" maxOccurs="1"/>
|
||||
@@ -35,7 +35,7 @@
|
||||
</xsd:complexType>
|
||||
<xsd:unique name="uniqueNummer">
|
||||
<xsd:selector xpath="kgpz:stueck" />
|
||||
<xsd:field xpath="kgpz:datum" />
|
||||
<xsd:field xpath="kgpz:datum/@when" />
|
||||
</xsd:unique>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
@@ -48,7 +48,7 @@
|
||||
<xsd:element name="druck" type="kgpz:ref" minOccurs="0" maxOccurs="unbounded" />
|
||||
<xsd:element name="verlag" type="kgpz:ref" minOccurs="0" maxOccurs="unbounded" />
|
||||
<xsd:element name="vertrieb" type="kgpz:ref" minOccurs="0" maxOccurs="unbounded" />
|
||||
<xsd:element name="jahr" type="kgpz:Year" minOccurs="0" maxOccurs="1" />
|
||||
<xsd:element name="datum" type="kgpz:date" minOccurs="0" maxOccurs="1" />
|
||||
</xsd:sequence>
|
||||
</xsd:group>
|
||||
</xsd:schema>
|
||||
@@ -11,7 +11,8 @@
|
||||
<!-- Das bis-Attribut ist erforderlich falls der Beitrag Seitengrenzen überschreitet -->
|
||||
<stueck jahr="1752" nr="23" von="2" bis="3" />
|
||||
<stueck jahr="1799" nr="12" von="5" />
|
||||
<datum>1762-12-12</datum>
|
||||
<!-- Zugelasssen sind die Attribute when, from, to, notBefore, notAfter -->
|
||||
<datum when="1762-12-12"></datum>
|
||||
<ort ref="ort">Die Zuordung eines Beitrags zu einem Ort kann annotiert werden</ort>
|
||||
<!-- Es kann mehrere Orte, Kategorien oder Autoren geben: -->
|
||||
<kategorie ref="kategorie" />
|
||||
@@ -29,7 +30,7 @@
|
||||
<beitrag>
|
||||
<!-- Beispiel für einen Beitrag in einer Beilage -->
|
||||
<beilage jahr="1762" nr="12" beilage="1" />
|
||||
<datum>1762-12-12</datum>
|
||||
<datum when="1762-12-12"></datum>
|
||||
<ort ref="ort" />
|
||||
<kategorie ref="kategorie" />
|
||||
<!-- alle Zuordnungen können mit unsicher="true" ausgezeichnet werden, es sich um eine
|
||||
@@ -48,7 +49,7 @@
|
||||
|
||||
<beitrag>
|
||||
<stueck jahr="1764" nr="1" von="1" bis="2" />
|
||||
<datum>1764-02-03</datum>
|
||||
<datum when="1764-02-03"/>
|
||||
<ort ref="kgsb" />
|
||||
<kategorie ref="ineigenersache" />
|
||||
<autor ref="hamann" />
|
||||
@@ -58,29 +59,29 @@
|
||||
</beitrag>
|
||||
<beitrag>
|
||||
<stueck jahr="1764" nr="1" von="2" bis="3" />
|
||||
<datum>1764-02-03</datum>
|
||||
<datum when="1764-02-03"></datum>
|
||||
<kategorie ref="panegyrik" />
|
||||
<anmerkung>Lobreden auf Friedrich II., anlässlich der Feierlichkeiten an der Königsberger Akademie zu dessen Geburtstag</anmerkung>
|
||||
</beitrag>
|
||||
<beitrag>
|
||||
<stueck jahr="1764" nr="1" von="3" bis="4" />
|
||||
<datum>1764-02-03</datum>
|
||||
<datum when="1764-02-03"></datum>
|
||||
<kategorie ref="weltnachrichten" />
|
||||
</beitrag>
|
||||
<beitrag>
|
||||
<stueck jahr="1764" nr="1" von="4" />
|
||||
<datum>1764-02-03</datum>
|
||||
<datum when="1764-02-03"></datum>
|
||||
<kategorie ref="avertissement" />
|
||||
</beitrag>
|
||||
<beitrag>
|
||||
<stueck jahr="1764" nr="1" von="4" />
|
||||
<datum>1764-02-03</datum>
|
||||
<datum when="1764-02-03"></datum>
|
||||
<kategorie ref="wechselkurse" />
|
||||
</beitrag>
|
||||
|
||||
<beitrag>
|
||||
<stueck jahr="1764" nr="2" von="5" bis="6" />
|
||||
<datum>1764-02-06</datum>
|
||||
<datum when="1764-02-06"></datum>
|
||||
<ort ref="koeln" />
|
||||
<kategorie ref="rezension" />
|
||||
<autor ref="lauson" />
|
||||
@@ -88,7 +89,7 @@
|
||||
</beitrag>
|
||||
<beitrag>
|
||||
<stueck jahr="1764" nr="2" von="6" bis="7" />
|
||||
<datum>1764-02-06</datum>
|
||||
<datum when="1764-02-06"></datum>
|
||||
<ort ref="stpetersburg" />
|
||||
<kategorie ref="rezension" />
|
||||
<autor ref="lindner-jg" />
|
||||
@@ -96,18 +97,18 @@
|
||||
</beitrag>
|
||||
<beitrag>
|
||||
<stueck jahr="1764" nr="2" von="7" bis="8" />
|
||||
<datum>1764-02-06</datum>
|
||||
<datum when="1764-02-06"></datum>
|
||||
<kategorie ref="weltnachrichten" />
|
||||
</beitrag>
|
||||
<beitrag>
|
||||
<stueck jahr="1764" nr="2" von="8" />
|
||||
<datum>1764-02-06</datum>
|
||||
<datum when="1764-02-06"></datum>
|
||||
<kategorie ref="avertissement" />
|
||||
</beitrag>
|
||||
|
||||
<beitrag>
|
||||
<stueck jahr="1764" nr="3" von="9" bis="11" />
|
||||
<datum>1764-02-10</datum>
|
||||
<datum when="1764-02-10"></datum>
|
||||
<ort ref="kgsb" />
|
||||
<kategorie ref="aufsatz" />
|
||||
<autor ref="hamann">vgl. ZH II, 235</autor>
|
||||
@@ -115,17 +116,17 @@
|
||||
</beitrag>
|
||||
<beitrag>
|
||||
<stueck jahr="1764" nr="3" von="11" bis="12" />
|
||||
<datum>1764-02-10</datum>
|
||||
<datum when="1764-02-10"></datum>
|
||||
<kategorie ref="weltnachrichten" />
|
||||
</beitrag>
|
||||
<beitrag>
|
||||
<stueck jahr="1764" nr="3" von="12" />
|
||||
<datum>1764-02-10</datum>
|
||||
<datum when="1764-02-10"></datum>
|
||||
<kategorie ref="avertissement" />
|
||||
</beitrag>
|
||||
<beitrag>
|
||||
<stueck jahr="1764" nr="3" von="12" />
|
||||
<datum>1764-02-10</datum>
|
||||
<datum when="1764-02-10"></datum>
|
||||
<kategorie ref="wechselkurse" />
|
||||
</beitrag>
|
||||
|
||||
|
||||
1449
stuecke.xml
1449
stuecke.xml
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,8 @@
|
||||
<autor ref="23" />
|
||||
<autor ref="12">Die Zurordnung eines Werkes zu einem Autor kann charakterisiert werden (Quellen oä.)</autor>
|
||||
<!-- Jahr zur Filterung und Sortierung notwendig -->
|
||||
<jahr>1783</jahr>
|
||||
<!-- Zugelasssen sind die Attribute when, from, to, notBefore, notAfter -->
|
||||
<datum when="1783"/>
|
||||
<zitation>Unstrukturierte bibliographische Zitation</zitation>
|
||||
<url>https://URL.de</url>
|
||||
<!-- meherere Anmerkungen und Vermerke sind erlaubt -->
|
||||
|
||||
Reference in New Issue
Block a user