mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-29 09:05:30 +00:00
Schema FIX wwwlink
This commit is contained in:
@@ -68,17 +68,18 @@
|
|||||||
</xsd:attribute>
|
</xsd:attribute>
|
||||||
|
|
||||||
<xsd:attribute name="kat" use="optional" default="auszug">
|
<xsd:attribute name="kat" use="optional" default="auszug">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Die Art der Beziehung zum Beitrag. Werte: auszug (default), erwähnung, kommentar.</xsd:documentation>
|
<xsd:documentation>Die Art der Beziehung zum Beitrag. Werte: auszug (default), erwähnung,
|
||||||
</xsd:annotation>
|
kommentar.</xsd:documentation>
|
||||||
<xsd:simpleType>
|
</xsd:annotation>
|
||||||
<xsd:restriction base="xsd:string">
|
<xsd:simpleType>
|
||||||
<xsd:enumeration value="auszug"/>
|
<xsd:restriction base="xsd:string">
|
||||||
<xsd:enumeration value="erwähnung" />
|
<xsd:enumeration value="auszug" />
|
||||||
<xsd:enumeration value="kommentar"/>
|
<xsd:enumeration value="erwähnung" />
|
||||||
</xsd:restriction>
|
<xsd:enumeration value="kommentar" />
|
||||||
</xsd:simpleType>
|
</xsd:restriction>
|
||||||
</xsd:attribute>
|
</xsd:simpleType>
|
||||||
|
</xsd:attribute>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
|
|
||||||
<xsd:complexType name="beilageref">
|
<xsd:complexType name="beilageref">
|
||||||
@@ -128,17 +129,18 @@
|
|||||||
</xsd:attribute>
|
</xsd:attribute>
|
||||||
|
|
||||||
<xsd:attribute name="kat" use="optional" default="auszug">
|
<xsd:attribute name="kat" use="optional" default="auszug">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Die Art der Beziehung zum Beitrag. Werte: auszug (default), erwähnung, kommentar.</xsd:documentation>
|
<xsd:documentation>Die Art der Beziehung zum Beitrag. Werte: auszug (default), erwähnung,
|
||||||
</xsd:annotation>
|
kommentar.</xsd:documentation>
|
||||||
<xsd:simpleType>
|
</xsd:annotation>
|
||||||
<xsd:restriction base="xsd:string">
|
<xsd:simpleType>
|
||||||
<xsd:enumeration value="auszug"/>
|
<xsd:restriction base="xsd:string">
|
||||||
<xsd:enumeration value="erwähnung" />
|
<xsd:enumeration value="auszug" />
|
||||||
<xsd:enumeration value="kommentar"/>
|
<xsd:enumeration value="erwähnung" />
|
||||||
</xsd:restriction>
|
<xsd:enumeration value="kommentar" />
|
||||||
</xsd:simpleType>
|
</xsd:restriction>
|
||||||
</xsd:attribute>
|
</xsd:simpleType>
|
||||||
|
</xsd:attribute>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
|
|
||||||
<xsd:complexType name="beitragref">
|
<xsd:complexType name="beitragref">
|
||||||
@@ -154,7 +156,7 @@
|
|||||||
<xsd:simpleType>
|
<xsd:simpleType>
|
||||||
<xsd:restriction base="xsd:string">
|
<xsd:restriction base="xsd:string">
|
||||||
<xsd:enumeration value="erwähnung" />
|
<xsd:enumeration value="erwähnung" />
|
||||||
<xsd:enumeration value="kommentar"/>
|
<xsd:enumeration value="kommentar" />
|
||||||
</xsd:restriction>
|
</xsd:restriction>
|
||||||
</xsd:simpleType>
|
</xsd:simpleType>
|
||||||
</xsd:attribute>
|
</xsd:attribute>
|
||||||
@@ -250,14 +252,15 @@
|
|||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Link ins Internet</xsd:documentation>
|
<xsd:documentation>Link ins Internet</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:simpleContent>
|
<xsd:complexContent>
|
||||||
<xsd:restriction base="text"></xsd:restriction>
|
<xsd:extension base="text">
|
||||||
</xsd:simpleContent>
|
<xsd:attribute name="address" use="required" type="xsd:anyURI">
|
||||||
<xsd:attribute name="address" use="required" type="xsd:anyURI">
|
<xsd:annotation>
|
||||||
<xsd:annotation>
|
<xsd:documentation>URL des Links</xsd:documentation>
|
||||||
<xsd:documentation>URL des Links</xsd:documentation>
|
</xsd:annotation>
|
||||||
</xsd:annotation>
|
</xsd:attribute>
|
||||||
</xsd:attribute>
|
</xsd:extension>
|
||||||
|
</xsd:complexContent>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user