mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-29 00:55:31 +00:00
year ersetzt, title & preferred, werke in stücke
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user