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 name="ort" minOccurs="0" maxOccurs="unbounded" type="kgpz:ref"> | ||||
|             <xsd:element name="ort" minOccurs="0" maxOccurs="unbounded" type="kgpz:ortref"> | ||||
|                 <xsd:annotation> | ||||
|                     <xsd:documentation>Optional: Der Ort, welcher im Beitrag angegeben ist.</xsd:documentation> | ||||
|                 </xsd:annotation> | ||||
|   | ||||
| @@ -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
	 Simon Martens
					Simon Martens