mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-29 09:05:30 +00:00
Ort-Ref
This commit is contained in:
@@ -167,7 +167,7 @@
|
|||||||
</xsd:element>
|
</xsd:element>
|
||||||
|
|
||||||
|
|
||||||
<xsd:element name="ort" minOccurs="0" maxOccurs="unbounded" type="kgpz:ref">
|
<xsd:element name="ort" minOccurs="0" maxOccurs="unbounded" type="kgpz:ortref">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Optional: Der Ort, welcher im Beitrag angegeben ist.</xsd:documentation>
|
<xsd:documentation>Optional: Der Ort, welcher im Beitrag angegeben ist.</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:simpleContent>
|
<xsd:simpleContent>
|
||||||
<xsd:extension base="kgpz:ref">
|
<xsd:extension base="kgpz:ref">
|
||||||
<xsd:attribute name="kat" use="optional" default="erwähnung">
|
<xsd:attribute name="kat" use="required" >
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>
|
<xsd:documentation>
|
||||||
Die Art der Beziehung zum Werk. Werte: rezension, auszug, kommentar, erwähnung
|
Die Art der Beziehung zum Werk. Werte: rezension, auszug, kommentar, erwähnung
|
||||||
@@ -87,6 +87,31 @@
|
|||||||
</xsd:simpleContent>
|
</xsd:simpleContent>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
|
|
||||||
|
|
||||||
|
<xsd:complexType name="ortref">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>
|
||||||
|
Bezieht sich auf einen Akteur und qualifiziert diese Beziehung.
|
||||||
|
</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
<xsd:simpleContent>
|
||||||
|
<xsd:extension base="kgpz:ref">
|
||||||
|
<xsd:attribute name="kat" use="optional" default="entstehungsort">
|
||||||
|
<xsd:annotation>
|
||||||
|
<xsd:documentation>
|
||||||
|
Die Art der Beziehung zum Akteur. Werte: erwähnt, autor, herausgeber, verleger, drucker, vertrieb.
|
||||||
|
</xsd:documentation>
|
||||||
|
</xsd:annotation>
|
||||||
|
<xsd:simpleType>
|
||||||
|
<xsd:restriction base="xsd:string">
|
||||||
|
<xsd:enumeration value="entstehungsort" />
|
||||||
|
</xsd:restriction>
|
||||||
|
</xsd:simpleType>
|
||||||
|
</xsd:attribute>
|
||||||
|
</xsd:extension>
|
||||||
|
</xsd:simpleContent>
|
||||||
|
</xsd:complexType>
|
||||||
|
|
||||||
<!-- This section is almost exactly as in TEI -->
|
<!-- This section is almost exactly as in TEI -->
|
||||||
<xsd:attributeGroup name="dateattributes">
|
<xsd:attributeGroup name="dateattributes">
|
||||||
<xsd:attributeGroup ref="kgpz:when"/>
|
<xsd:attributeGroup ref="kgpz:when"/>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<!-- 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user