mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-29 00:55:31 +00:00
wwwlink
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
<xsd:enumeration value="kommentar" />
|
||||
<xsd:enumeration value="anzeige" />
|
||||
<xsd:enumeration value="provinienz" />
|
||||
<xsd:enumeration value="uebersetzung" />
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:attribute>
|
||||
@@ -81,7 +82,7 @@
|
||||
<xsd:enumeration value="drucker" />
|
||||
<xsd:enumeration value="vertrieb" />
|
||||
<xsd:enumeration value="erwähnung" />
|
||||
<xsd:enumeration value="todesanzeige"/>
|
||||
<xsd:enumeration value="todesanzeige" />
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:attribute>
|
||||
@@ -89,7 +90,6 @@
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
|
||||
|
||||
<xsd:complexType name="ortref">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation> Bezieht sich auf einen Ort und qualifiziert diese Beziehung. </xsd:documentation>
|
||||
@@ -110,6 +110,30 @@
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="wwwlink">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Link ins Internet</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:simpleContent>
|
||||
<xsd:restriction base="text"></xsd:restriction>
|
||||
</xsd:simpleContent>
|
||||
<xsd:attribute name="address" use="required" type="xsd:anyURI">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>URL des Links</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:attribute>
|
||||
</xsd:complexType>
|
||||
|
||||
|
||||
<xsd:complexType name="text" mixed="true">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Elemente und Attribute zur Textauszeichnung im Volltext</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
<xsd:choice maxOccurs="unbounded" minOccurs="0">
|
||||
<xsd:element name="wwwlink" type="kgpz:wwwlink" />
|
||||
</xsd:choice>
|
||||
</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