mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-28 16:45:31 +00:00
XSD: Datentyp //stueck/nummer enger
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="https://www.koenigsberger-zeitungen.de"
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="https://www.koenigsberger-zeitungen.de"
|
||||
xmlns="https://www.koenigsberger-zeitungen.de"
|
||||
xmlns:kgpz="https://www.koenigsberger-zeitungen.de" elementFormDefault="qualified">
|
||||
|
||||
@@ -18,8 +19,9 @@
|
||||
|
||||
<xsd:complexType>
|
||||
<xsd:simpleContent>
|
||||
<xsd:extension base="kgpz:NonEmptyString">
|
||||
<xsd:attribute name="korrigiert" type="kgpz:NonEmptyString" use="optional"></xsd:attribute>
|
||||
<xsd:extension base="xsd:positiveInteger">
|
||||
<xsd:attribute name="korrigiert"
|
||||
type="kgpz:NonEmptyString" use="optional"></xsd:attribute>
|
||||
</xsd:extension>
|
||||
</xsd:simpleContent>
|
||||
</xsd:complexType>
|
||||
@@ -32,14 +34,16 @@
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:element name="von" type="xsd:positiveInteger" minOccurs="0" maxOccurs="1">
|
||||
<xsd:element name="von" type="xsd:positiveInteger" minOccurs="0"
|
||||
maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Die erste Seitenzahl des Stücks, falls
|
||||
bekannt.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:element name="bis" type="xsd:positiveInteger" minOccurs="0" maxOccurs="1">
|
||||
<xsd:element name="bis" type="xsd:positiveInteger" minOccurs="0"
|
||||
maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Die letzte Seitenzahl des Stücks, falls
|
||||
bekannt.</xsd:documentation>
|
||||
@@ -54,21 +58,24 @@
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="von" type="xsd:positiveInteger" minOccurs="0" maxOccurs="1">
|
||||
<xsd:element name="von" type="xsd:positiveInteger"
|
||||
minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Die erste Seitenzahl der Beilage,
|
||||
falls bekannt.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:element name="bis" type="xsd:positiveInteger" minOccurs="0" maxOccurs="1">
|
||||
<xsd:element name="bis" type="xsd:positiveInteger"
|
||||
minOccurs="0" maxOccurs="1">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Die letzte Seitenzahl der
|
||||
Beilage, falls bekannt.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="nummer" type="xsd:positiveInteger" use="required"></xsd:attribute>
|
||||
<xsd:attribute name="nummer" type="xsd:positiveInteger"
|
||||
use="required"></xsd:attribute>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
@@ -76,19 +83,22 @@
|
||||
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:element name="werk" type="kgpz:werkref">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>Optional: Verweis auf ein Werk, hiuer meist provinienz.</xsd:documentation>
|
||||
<xsd:documentation>Optional: Verweis auf ein Werk, hiuer
|
||||
meist provinienz.</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
|
||||
<!-- Vielleicht nötig -->
|
||||
<xsd:element name="anmerkung" type="kgpz:text" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:element name="anmerkung" type="kgpz:text" minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation> Optional: Anmerkungen zum Stück. Öffentlich. </xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:element name="vermerk" type="kgpz:text" minOccurs="0" maxOccurs="unbounded">
|
||||
<xsd:element name="vermerk" type="kgpz:text" minOccurs="0"
|
||||
maxOccurs="unbounded">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation> Optional: Vermerk zum Stück. Intern. </xsd:documentation>
|
||||
</xsd:annotation>
|
||||
|
||||
Reference in New Issue
Block a user