year ersetzt, title & preferred, werke in stücke

This commit is contained in:
Simon Martens
2024-11-15 18:47:30 +01:00
parent a13cdac171
commit 5e8a26a5a6
4 changed files with 1088 additions and 1062 deletions

View File

@@ -268,6 +268,26 @@
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="year">
<xsd:annotation>
<xsd:documentation>Jahresangabe</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="text">
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="title">
<xsd:annotation>
<xsd:documentation>Titel</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="text">
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="text" mixed="true">
<xsd:annotation>
@@ -275,6 +295,8 @@
</xsd:annotation>
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="wwwlink" type="kgpz:wwwlink" />
<xsd:element name="year" type="kgpz:year" />
<xsd:element name="title" type="kgpz:title" />
</xsd:choice>
</xsd:complexType>