mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-29 00:55:31 +00:00
Ort-Ref
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="kgpz:ref">
|
||||
<xsd:attribute name="kat" use="optional" default="erwähnung">
|
||||
<xsd:attribute name="kat" use="required" >
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
Die Art der Beziehung zum Werk. Werte: rezension, auszug, kommentar, erwähnung
|
||||
@@ -87,6 +87,31 @@
|
||||
</xsd:simpleContent>
|
||||
</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 -->
|
||||
<xsd:attributeGroup name="dateattributes">
|
||||
<xsd:attributeGroup ref="kgpz:when"/>
|
||||
|
||||
Reference in New Issue
Block a user