This commit is contained in:
Simon Martens
2025-03-02 12:03:42 +01:00
parent 9f70ccd0a5
commit 5402dc5329
16 changed files with 2344609 additions and 2344425 deletions

1
.gitignore vendored
View File

@@ -12,3 +12,4 @@ config.json
out.log
*.log
*.out
*.zip

File diff suppressed because it is too large Load Diff

View File

@@ -1,73 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
<xsd:element name="dataroot">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="Akteure" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="generated" type="xsd:dateTime"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Akteure">
<xsd:annotation>
<xsd:appinfo>
<od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="NAME" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="ORGANISATION" minOccurs="1" od:jetType="yesno" od:sqlSType="bit" od:nonNullable="yes" type="xsd:boolean"/>
<xsd:element name="LEBENSDATEN" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="BERUF" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="NACHWEIS" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="PSEUDONYM" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="536870910"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="ANMERKUNGEN" minOccurs="0" od:jetType="memo" od:sqlSType="ntext" od:textFormat="1">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="536870910"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="GND" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="536870910"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
<xsd:element name="dataroot">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="Akteure" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="generated" type="xsd:dateTime"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Akteure">
<xsd:annotation>
<xsd:appinfo>
<od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="NAME" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="ORGANISATION" minOccurs="1" od:jetType="yesno" od:sqlSType="bit" od:nonNullable="yes" type="xsd:boolean"/>
<xsd:element name="LEBENSDATEN" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="BERUF" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="NACHWEIS" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="PSEUDONYM" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="536870910"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="ANMERKUNGEN" minOccurs="0" od:jetType="memo" od:sqlSType="ntext" od:textFormat="1">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="536870910"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="GND" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="536870910"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Baende.xsd" generated="2024-10-16T13:49:57">
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Baende.xsd" generated="2025-03-02T11:37:57">
<Baende>
<ID>1</ID>
<BIBLIO-ID>100873</BIBLIO-ID>
@@ -26117,7 +26117,6 @@
</STATUS>
<NACHWEIS>K 18 u. 76; L/R 123; Goed VIII. 128, 7; Goed III. 813</NACHWEIS>
<NORM>~</NORM>
<ANMERKUNGEN>37 Jgg 1811-1837; Wien u. Triest (Geistinger), Wien (Wallishauser); Leipzig (Baumgärtner); ab 1819: Lustspiele oder dramatischer Almanach; Hrsg.: Franz August von Kurländer; fortgesetzt durch: Almanach, F. A. von Kurländers dramatischer 1838-1841 Hrsg: C. W. Koch</ANMERKUNGEN>
<REIHENTITEL-ALT>Almanach dramatischer Spiele für Gesellschaftstheater 1811</REIHENTITEL-ALT>
<ORTE>
<Value>215</Value>
@@ -28730,8 +28729,8 @@
<NACHWEIS>K 20; L/R 117; Goed VIII. 128, 2</NACHWEIS>
<STRUKTUR>UG, VB, T, S I gT, SS III-VI Vrwrt d Hrsg, G, SS VII-XXIV G-Verz darin 5 GG, SS 1-467, 2 MusBB</STRUKTUR>
<NORM>~+++100837 (Titel)</NORM>
<ANMERKUNGEN>5 Jgg 1807-1809, 1811, 1812; 1807 u. 1808: Berlin (Oemigke), 1809: Berlin (Braunes); 1811: Berlin (Salfeld) 1812: Berlin (Duncker undHumblot); Hrsg: A. W. Iffland /) Jg 1807 wurde vonm Belner Vereger Oehmigke als Titelaufkage des Jg 1807 erneut herausgebracht /) Jg 1809 vorhanden auch als franz. Ausgabe; Erscheinungsweise der franz. Ausgabe lt. Goed V. 269, 55: 1807-1809</ANMERKUNGEN>
<REIHENTITEL-ALT>Almanach fürs Theater (Iffland) 1807</REIHENTITEL-ALT>
<ANMERKUNGEN>&lt;div&gt;Titelauflage des Jg. 1807 !! /) Photo des Titels, an der Titelvignette: Erster Jahrgang&lt;/div&gt;</ANMERKUNGEN>
<REIHENTITEL-ALT>Almanach für Theater und Theaterfreunde 1807</REIHENTITEL-ALT>
<ORTE>
<Value>32</Value>
</ORTE>
@@ -76175,7 +76174,7 @@
<STATUS>
<Value>Original vorhanden</Value>
</STATUS>
<NACHWEIS>nichrt bei K; nicht bei L/R</NACHWEIS>
<NACHWEIS>nicht bei K; nicht bei L/R</NACHWEIS>
<STRUKTUR>UG, VB, verso G, S I T, SS III-IV, SS V-VIII I-Verz, SS 1-264</STRUKTUR>
<NORM>~</NORM>
<ANMERKUNGEN>weitere Jgg nicht ermittelt</ANMERKUNGEN>
@@ -78911,7 +78910,8 @@
<JAHR>0</JAHR>
<AUTOPSIE>0</AUTOPSIE>
<ERFASST>0</ERFASST>
<REIHENTITEL-ALT>Taschenbuch für Pferdeliebhaber s. u. Taschenkalender für Pferdeliebhaber</REIHENTITEL-ALT>
<ANMERKUNGEN>&lt;div&gt;s. u. Taschenkalender für Pferdeliebhaber&lt;/div&gt;</ANMERKUNGEN>
<REIHENTITEL-ALT>Taschenbuch für Pferdeliebhaber</REIHENTITEL-ALT>
</Baende>
<Baende>
<ID>4223</ID>
@@ -80963,7 +80963,8 @@
<JAHR>0</JAHR>
<AUTOPSIE>0</AUTOPSIE>
<ERFASST>0</ERFASST>
<REIHENTITEL-ALT>Taschenbuch für das k.k. privilegirte Theater in der Leopoldstadt s. u. Taschenbuch vom k.k. privil. Theater in der Leopoldstadt</REIHENTITEL-ALT>
<ANMERKUNGEN>&lt;div&gt;s. u. Taschenbuch vom k.k. privil. Theater in der Leopoldstadt&lt;/div&gt;</ANMERKUNGEN>
<REIHENTITEL-ALT>Taschenbuch für das k.k. privilegirte Theater in der Leopoldstadt</REIHENTITEL-ALT>
</Baende>
<Baende>
<ID>4337</ID>
@@ -80993,7 +80994,8 @@
<JAHR>0</JAHR>
<AUTOPSIE>0</AUTOPSIE>
<ERFASST>0</ERFASST>
<REIHENTITEL-ALT>Taschenbuch des kaiserl. königl. privil. Leopoldstädter Theaters s. u. Taschenbuch vom k.k. privil. Theater in der Leopoldstadt</REIHENTITEL-ALT>
<ANMERKUNGEN>&lt;div&gt;s. u. Taschenbuch vom k.k. privil. Theater in der Leopoldstadt&lt;/div&gt;</ANMERKUNGEN>
<REIHENTITEL-ALT>Taschenbuch des kaiserl. königl. privil. Leopoldstädter Theaters</REIHENTITEL-ALT>
</Baende>
<Baende>
<ID>4339</ID>
@@ -82899,18 +82901,16 @@
<Baende>
<ID>4437</ID>
<BIBLIO-ID>0</BIBLIO-ID>
<JAHR>1809</JAHR>
<AUTOPSIE>0</AUTOPSIE>
<ERFASST>0</ERFASST>
<REIHENTITEL-ALT>Almanach für Theater und Theaterfreunde 1809 s. u. Almanach fürs Theater (Iffland) 1809</REIHENTITEL-ALT>
</Baende>
<Baende>
<ID>4438</ID>
<BIBLIO-ID>409432</BIBLIO-ID>
<SORTIERTITEL>ALMANACH fürs THEATER. / 1808. / FRIEDERIKE BETHMANN / Erster Jahrgang / von / August Wilhelm Iffland. / Berlin 1807. / bey Oehmigke jun. / rthl. 1, 16 gG.</SORTIERTITEL>
<TITEL>ALMANACH fürs THEATER. / 1808. / FRIEDERIKE BETHMANN / Erster Jahrgang / von / August Wilhelm Iffland. / Berlin 1807. / bey Oehmigke jun. / rthl. 1, 16 gG.</TITEL>
<SORTIERTITEL>ALMANACH fürs THEATER. / 1807. / FRIEDERIKE BETHMANN / Erster Jahrgang / von / August Wilhelm Iffland. / Berlin 1807. / bey Oehmigke jun. / rthl. 1, 16 gG.</SORTIERTITEL>
<TITEL>&lt;div&gt;ALMANACH fürs THEATER. / 1807. / FRIEDERIKE BETHMANN / Erster Jahrgang / von / August Wilhelm Iffland. / Berlin 1807. / bey Oehmigke jun. / rthl. 1, 16 gG.&lt;/div&gt;</TITEL>
<ORT-ALT>Berlin (Oehmigke)</ORT-ALT>
<JAHR>1808</JAHR>
<JAHR>1807</JAHR>
<HERAUSGEBER>August Wilhelm Iffland</HERAUSGEBER>
<AUTOPSIE>1</AUTOPSIE>
<ERFASST>0</ERFASST>
@@ -82919,8 +82919,8 @@
</STATUS>
<NACHWEIS>K 20; L/R 117; Goed VIII. 128, 2</NACHWEIS>
<NORM>~</NORM>
<ANMERKUNGEN>Titelauflage des Jg. 1807 !! /) Photo des Titels, an der Titelvignette: Erster Jahrgang</ANMERKUNGEN>
<REIHENTITEL-ALT>Almanach fürs Theater (Iffland) 1808</REIHENTITEL-ALT>
<ANMERKUNGEN>&lt;div&gt;5 Jgg 1807-1809, 1811, 1812; 1807 u. 1808: Berlin (Oemigke), 1809: Berlin (Braunes); 1811: Berlin (Salfeld) 1812: Berlin (Duncker undHumblot); Hrsg: A. W. Iffland /) Jg 1807 wurde vom Berliner Verleger Oehmigke als Titelauflage des Jg 1807 erneut herausgebracht /) Jg 1809 vorhanden auch als franz. Ausgabe; Erscheinungsweise der franz. Ausgabe lt. Goed V. 269, 55: 1807-1809&lt;/div&gt;</ANMERKUNGEN>
<REIHENTITEL-ALT>Almanach fürs Theater (Iffland) 1807</REIHENTITEL-ALT>
<ORTE>
<Value>32</Value>
</ORTE>
@@ -87432,7 +87432,6 @@ Die erste Musikbeigabe verweist auf Textbezug »Palmerio« von L. Schefer, INr 2
<SORTIERTITEL>Abentheuerliche / Wanderung / von / Weimar nach Carlsbad / von / St. Schütze / Zweite wohlfeilere Ausgabe / mit Kupfern. / Leipzig / bei Johann Friedrich Gleditsch</SORTIERTITEL>
<TITEL>Abentheuerliche / Wanderung / von / Weimar nach Carlsbad / von / St. Schütze / Zweite wohlfeilere Ausgabe / mit Kupfern. / Leipzig / bei Johann Friedrich Gleditsch</TITEL>
<ORT-ALT>Leipzig</ORT-ALT>
<JAHR>1810</JAHR>
<HERAUSGEBER>St. Schütze</HERAUSGEBER>
<AUTOPSIE>1</AUTOPSIE>
<ERFASST>0</ERFASST>
@@ -87442,7 +87441,7 @@ Die erste Musikbeigabe verweist auf Textbezug »Palmerio« von L. Schefer, INr 2
<NACHWEIS>nicht bei K; nicht bei L/R; Goed IX 320, 8</NACHWEIS>
<STRUKTUR>UG, T, S 1 nT, SS 3-183 darin 4 GG</STRUKTUR>
<NORM>~</NORM>
<ANMERKUNGEN>Titelauflage von: Abentheuerliche Wanderung von Weimar nach Carlsbad. Taschenbuch aufs Jahr 1810 mit Kupfern von St. Schütze [...]</ANMERKUNGEN>
<ANMERKUNGEN>&lt;div&gt;Titelauflage von: Abentheuerliche Wanderung von Weimar nach Carlsbad. Taschenbuch aufs Jahr 1810 mit Kupfern von St. Schütze [...] /) Goed IX 320, 8 verweist zum Erscheinen dieser 2. Ausgabe auf verschiedene Angaben: 1810, 1812, 1817 und eine TA 1825&lt;/div&gt;</ANMERKUNGEN>
<REIHENTITEL-ALT>Abentheuerliche Wanderung von Weimar nach Carlsbad von St. Schütze [oJ]</REIHENTITEL-ALT>
<ORTE>
<Value>126</Value>
@@ -87457,7 +87456,6 @@ Die erste Musikbeigabe verweist auf Textbezug »Palmerio« von L. Schefer, INr 2
<AUTOPSIE>0</AUTOPSIE>
<ERFASST>0</ERFASST>
<NACHWEIS>nicht bei K; nicht bei L/R; Goed IX 320, 8</NACHWEIS>
<REIHENTITEL-ALT>Abentheuerliche Wanderung von Weimar nach Carlsbad. Taschenbuch aufs Jahr 1810 mit Kupfern von St. Schütze [...] s. u. Abentheuerliche Wanderung von Weimar nach Carlsbad von St. Schütze Zweite wohlfeilere Ausgabe mit Kupfern Leipzig</REIHENTITEL-ALT>
<ORTE>
<Value>126</Value>
</ORTE>
@@ -90484,9 +90482,70 @@ Die erste Musikbeigabe verweist auf Textbezug »Palmerio« von L. Schefer, INr 2
<Baende>
<ID>4855</ID>
<BIBLIO-ID>411419</BIBLIO-ID>
<SORTIERTITEL>Taschenbuch von der Donau</SORTIERTITEL>
<JAHR>0</JAHR>
<AUTOPSIE>0</AUTOPSIE>
<ERFASST>0</ERFASST>
</Baende>
<Baende>
<ID>4859</ID>
<BIBLIO-ID>0</BIBLIO-ID>
<JAHR>0</JAHR>
<AUTOPSIE>0</AUTOPSIE>
<ERFASST>0</ERFASST>
</Baende>
<Baende>
<ID>4860</ID>
<BIBLIO-ID>0</BIBLIO-ID>
<SORTIERTITEL>Taschenbuch für die Verehrer der schönen Literatur und einer ausgewählten edlen Lectüre 1811</SORTIERTITEL>
<TITEL>&lt;div&gt;Taschenbuch / für die / Verehrer der schönen Literatur / und einer / ausgewählten edlen Lectüre. / Herausgegeben / von / den geschätztesten Schriftstellern / der / Deutschen. / Erster Theil / mit 7 Kupfern von Jury / und Musikbeilage. /Frankfurt am Mayn / bei Bernhard Körner / 1811&lt;/div&gt;</TITEL>
<ORT-ALT>Frankfurt/Main</ORT-ALT>
<JAHR>1811</JAHR>
<HERAUSGEBER>B. Körner</HERAUSGEBER>
<AUTOPSIE>0</AUTOPSIE>
<ERFASST>1</ERFASST>
<STATUS>
<Value>Original vorhanden</Value>
</STATUS>
<NACHWEIS>K 5, 150; L/R 71; Goed VIII. 55, 20; Goed VIII. 75,131</NACHWEIS>
<STRUKTUR>VB, verso G, T, SS I- XII G-Verz darin 5GG, G, SS XIX-XXII I-Verz, zT; SS 1-366 darin 3 MusBB</STRUKTUR>
<NORM>~</NORM>
<ANMERKUNGEN>&lt;div&gt;Titelauflage: K 150 gibt einen Band mit falschem Jg 1810 an; Goed VIII, 75, (131) gibt zwei Bände mit falschem Jg 1810 an und fragt »Vermutl. Anthologie«. Beide geben eine Wiederholung der Auflage 1814 an.&lt;/div&gt;</ANMERKUNGEN>
<REIHENTITEL-ALT>Taschenbuch für die Verehrer der schönen Literatur und einer ausgewählten edlen Lectüre 1811 (erster Teil)</REIHENTITEL-ALT>
</Baende>
<Baende>
<ID>4861</ID>
<BIBLIO-ID>0</BIBLIO-ID>
<TITEL>&lt;div&gt;Taschenbuch / für die / Verehrer der schönen Literatur / und einer / ausgewählten edlen Lectüre. / Herausgegeben / von / den geschätztesten Schriftstellern / der / Deutschen. / Zweiter Theil / mit 7 Kupfern von Jury / und Musikbeilage. /Frankfurt am Mayn / bei Bernhard Körner / 1811&lt;/div&gt;</TITEL>
<ORT-ALT>Frankfurt/Main</ORT-ALT>
<JAHR>1811</JAHR>
<HERAUSGEBER>B. Körner</HERAUSGEBER>
<AUTOPSIE>0</AUTOPSIE>
<ERFASST>1</ERFASST>
<STATUS>
<Value>Original vorhanden</Value>
</STATUS>
<NACHWEIS>K 5, 150; L/R 71; Goed VIII. 55, 20; Goed VIII. 75,131</NACHWEIS>
<STRUKTUR>VB, verso G, T, SS I- XXX, G, SS XXXI-XXXVI G-Verz, G, SS XLI-XLII I-Verz, SS 1-391, S C</STRUKTUR>
<NORM>~</NORM>
<ANMERKUNGEN>&lt;div&gt;Titelauflage: K 150 gibt einen Band mit falschem Jg 1810 an; Goed VIII, 75, (131) gibt zwei Bände mit falschem Jg 1810 an und fragt »Vermutl. Anthologie«. Beide geben eine Wiederholung der Auflage 1814 an.&lt;/div&gt;</ANMERKUNGEN>
<REIHENTITEL-ALT>Taschenbuch für die Verehrer der schönen Literatur und einer ausgewählten edlen Lectüre (zweiter Teil)</REIHENTITEL-ALT>
</Baende>
<Baende>
<ID>4862</ID>
<BIBLIO-ID>0</BIBLIO-ID>
<TITEL>&lt;div&gt;Taschenbuch / für die / Verehrer der schönen Literatur / und einer / ausgewählten edlen Lectüre. / Herausgegeben / von / den geschätztesten Schriftstellern / der / Deutschen. / Dritter Theil / mit 7 Kupfern von Jury / und Musikbeilage. /Frankfurt am Mayn / bei Bernhard Körner / 1811&lt;/div&gt;</TITEL>
<ORT-ALT>Frankfurt/Main</ORT-ALT>
<JAHR>1811</JAHR>
<HERAUSGEBER>B. Körner</HERAUSGEBER>
<AUTOPSIE>0</AUTOPSIE>
<ERFASST>1</ERFASST>
<STATUS>
<Value>Original vorhanden</Value>
</STATUS>
<NACHWEIS>K 5, 150; L/R 71; Goed VIII. 55, 20; Goed VIII. 75,131</NACHWEIS>
<STRUKTUR>VB, verso G, T, SS 1-XVI G- Verz darin 6 GG, SS XVII-XX I-Verz, zT, ar: SS 1-202, ar1: S 1 zT, SS 3-82 darin 2 MusBB, B C</STRUKTUR>
<NORM>~</NORM>
<ANMERKUNGEN>&lt;div&gt;Titelauflage: K 150 gibt einen Band mit falschem Jg 1810 an; Goed VIII, 75, (131) gibt zwei Bände mit falschem Jg 1810 an und fragt »Vermutl. Anthologie«. Beide geben eine Wiederholung der Auflage 1814 an.&lt;/div&gt;</ANMERKUNGEN>
<REIHENTITEL-ALT>Taschenbuch für die Verehrer der schönen Literatur und einer ausgewählten edlen Lectüre (dritter Teil)</REIHENTITEL-ALT>
</Baende>
</dataroot>

File diff suppressed because it is too large Load Diff

View File

@@ -1,90 +1,90 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
<xsd:element name="dataroot">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="Inhalte" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="generated" type="xsd:dateTime"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Inhalte">
<xsd:annotation>
<xsd:appinfo>
<od:index index-name="BaendeInhalte" index-key="BAND " primary="no" unique="no" clustered="no" order="asc"/>
<od:index index-name="OBJEKTNUMMER" index-key="OBJEKTNUMMER " primary="no" unique="no" clustered="no" order="asc"/>
<od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="BAND" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
<xsd:element name="OBJEKTNUMMER" minOccurs="0" od:jetType="decimal" od:sqlSType="decimal">
<xsd:simpleType>
<xsd:restriction base="xsd:decimal">
<xsd:totalDigits value="18"/>
<xsd:fractionDigits value="8"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="TITEL" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="536870910"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="AUTOR" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="536870910"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="INCIPIT" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="536870910"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="PAGINIERUNG" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="SEITE" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="TYP" minOccurs="0" od:jetType="complex" od:jetComplexType="MSysComplexType_Text" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Value" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="DIGITALISAT" minOccurs="1" od:jetType="yesno" od:sqlSType="bit" od:nonNullable="yes" type="xsd:boolean"/>
<xsd:element name="ANMERKUNGEN" minOccurs="0" od:jetType="memo" od:sqlSType="ntext" od:textFormat="1">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="536870910"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
<xsd:element name="dataroot">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="Inhalte" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="generated" type="xsd:dateTime"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Inhalte">
<xsd:annotation>
<xsd:appinfo>
<od:index index-name="BaendeInhalte" index-key="BAND " primary="no" unique="no" clustered="no" order="asc"/>
<od:index index-name="OBJEKTNUMMER" index-key="OBJEKTNUMMER " primary="no" unique="no" clustered="no" order="asc"/>
<od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="BAND" minOccurs="0" od:jetType="longinteger" od:sqlSType="int" type="xsd:int"/>
<xsd:element name="OBJEKTNUMMER" minOccurs="0" od:jetType="decimal" od:sqlSType="decimal">
<xsd:simpleType>
<xsd:restriction base="xsd:decimal">
<xsd:totalDigits value="18"/>
<xsd:fractionDigits value="8"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="TITEL" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="536870910"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="AUTOR" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="536870910"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="INCIPIT" minOccurs="0" od:jetType="memo" od:sqlSType="ntext">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="536870910"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="PAGINIERUNG" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="SEITE" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="TYP" minOccurs="0" od:jetType="complex" od:jetComplexType="MSysComplexType_Text" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Value" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="DIGITALISAT" minOccurs="1" od:jetType="yesno" od:sqlSType="bit" od:nonNullable="yes" type="xsd:boolean"/>
<xsd:element name="ANMERKUNGEN" minOccurs="0" od:jetType="memo" od:sqlSType="ntext" od:textFormat="1">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="536870910"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Reihen.xsd" generated="2024-10-16T13:49:56">
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Reihen.xsd" generated="2025-03-02T11:37:57">
<Reihen>
<ID>1207</ID>
<NAME>Abenderheiterungen</NAME>
@@ -215,8 +215,8 @@
</Reihen>
<Reihen>
<ID>1229</ID>
<NAME>Allgemeines historisches Taschenbuch oder Abriß der merkwürdigsten neuen Welt-Begebenheiten, für</NAME>
<SORTIERNAME>Allgemeines historisches Taschenbuch oder Abriß der merkwürdigsten neuen Welt-Begebenheiten, für</SORTIERNAME>
<NAME>Allgemeines historisches Taschenbuch oder Abriß der merkwürdigsten neuen Welt-Begebenheiten</NAME>
<SORTIERNAME>Allgemeines historisches Taschenbuch oder Abriß der merkwürdigsten neuen Welt-Begebenheiten</SORTIERNAME>
</Reihen>
<Reihen>
<ID>1230</ID>
@@ -844,7 +844,7 @@
<NAME>Almanach dramatischer Spiele für Gesellschaftstheater</NAME>
<SORTIERNAME>Almanach dramatischer Spiele für Gesellschaftstheater</SORTIERNAME>
<NACHWEIS>K 18 u. 76; L/R 123; Goed VIII. 128, 7; Goed III. 813</NACHWEIS>
<Anmerkungen>&lt;div&gt;37 Jgg 1811-1837; ab 1819: Lustspiele oder dramatischer Almanach&lt;/div&gt;
<Anmerkungen>&lt;div&gt;27 Jgg 1811-1837; ab 1819: Lustspiele oder dramatischer Almanach&lt;/div&gt;
&lt;div&gt;Wien u. Triest (Geistinger), Wien (Wallishauser); Leipzig (Baumgärtner)&lt;/div&gt;
@@ -9488,8 +9488,8 @@ href=&quot;http://hls-dhs-dss.ch/index.php&quot;&gt;http://hls-dhs-dss.ch/index.
</Reihen>
<Reihen>
<ID>2103</ID>
<NAME>Taschenbuch für Pferdeliebhaber s. u. Taschenkalender für Pferdeliebhaber</NAME>
<SORTIERNAME>Taschenbuch für Pferdeliebhaber s. u. Taschenkalender für Pferdeliebhaber</SORTIERNAME>
<NAME>Taschenbuch für Pferdeliebhaber</NAME>
<SORTIERNAME>Taschenbuch für Pferdeliebhaber</SORTIERNAME>
</Reihen>
<Reihen>
<ID>2104</ID>
@@ -12558,4 +12558,11 @@ href=&quot;http://www.lwl.org/literaturkommission/alex/index.php?id=00000002&quo
<NAME>Almanach für Hamsterfreunde</NAME>
<SORTIERNAME>Almanach für Hamsterfreunde</SORTIERNAME>
</Reihen>
<Reihen>
<ID>2410</ID>
<NAME>Taschenbuch für die Verehrer der schönen Literatur und einer ausgewählten edlen Lectüre</NAME>
<SORTIERNAME>Taschenbuch für die Verehrer der schönen Literatur und einer ausgewählten edlen Lectüre</SORTIERNAME>
<NACHWEIS>K 5, 150; L/R 71; Goed VIII. 55, 20; Goed VIII. 75,131</NACHWEIS>
<Anmerkungen>&lt;div&gt;1811 1., 2., 3. Teil, Frankfurt (Bernhard Körner) /) K 150 gibt einen Band mit falschem Jg 1810 an; Goed VIII, 75, (131) gibt zwei Bände mit falschem Jg 1810 an und fragt »Vermutl. Anthologie«. Beide geben eine Wiederholung der Auflage 1814 an.&lt;/div&gt;</Anmerkungen>
</Reihen>
</dataroot>

File diff suppressed because it is too large Load Diff

View File

@@ -1,37 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
<xsd:element name="dataroot">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="_x002A_RELATION_BaendeAkteure" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="generated" type="xsd:dateTime"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="_x002A_RELATION_BaendeAkteure">
<xsd:annotation>
<xsd:appinfo>
<od:index index-name="*VOKABULAR_WerkeAkteure*RELATION_BaendeAkteure" index-key="BEZIEHUNG " primary="no" unique="no" clustered="no" order="asc"/>
<od:index index-name="Akteure*RELATION_BaendeAkteure" index-key="AKTEUR " primary="no" unique="no" clustered="no" order="asc"/>
<od:index index-name="Baende*RELATION_BaendeAkteure" index-key="BAND " primary="no" unique="no" clustered="no" order="asc"/>
<od:index index-name="ID" index-key="ID " primary="no" unique="no" clustered="no" order="asc"/>
<od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="BAND" minOccurs="1" od:jetType="longinteger" od:sqlSType="int" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="BEZIEHUNG" minOccurs="1" od:jetType="longinteger" od:sqlSType="int" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="AKTEUR" minOccurs="1" od:jetType="longinteger" od:sqlSType="int" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="ANMERKUNG" minOccurs="0" od:jetType="memo" od:sqlSType="ntext" od:textFormat="1">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="536870910"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
<xsd:element name="dataroot">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="_x002A_RELATION_BaendeAkteure" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="generated" type="xsd:dateTime"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="_x002A_RELATION_BaendeAkteure">
<xsd:annotation>
<xsd:appinfo>
<od:index index-name="*VOKABULAR_WerkeAkteure*RELATION_BaendeAkteure" index-key="BEZIEHUNG " primary="no" unique="no" clustered="no" order="asc"/>
<od:index index-name="Akteure*RELATION_BaendeAkteure" index-key="AKTEUR " primary="no" unique="no" clustered="no" order="asc"/>
<od:index index-name="Baende*RELATION_BaendeAkteure" index-key="BAND " primary="no" unique="no" clustered="no" order="asc"/>
<od:index index-name="ID" index-key="ID " primary="no" unique="no" clustered="no" order="asc"/>
<od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="BAND" minOccurs="1" od:jetType="longinteger" od:sqlSType="int" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="BEZIEHUNG" minOccurs="1" od:jetType="longinteger" od:sqlSType="int" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="AKTEUR" minOccurs="1" od:jetType="longinteger" od:sqlSType="int" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="ANMERKUNG" minOccurs="0" od:jetType="memo" od:sqlSType="ntext" od:textFormat="1">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="536870910"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="_RELATION_BaendeReihen.xsd" generated="2024-10-16T13:49:48">
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="_RELATION_BaendeReihen.xsd" generated="2025-03-02T11:37:44">
<_x002A_RELATION_BaendeReihen>
<ID>907</ID>
<BAND>4551</BAND>
@@ -4828,7 +4828,6 @@
<ID>201</ID>
<BAND>4437</BAND>
<BEZIEHUNG>1</BEZIEHUNG>
<REIHE>1329</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>202</ID>
@@ -6841,12 +6840,6 @@
<REIHE>1323</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>537</ID>
<BAND>4437</BAND>
<BEZIEHUNG>5</BEZIEHUNG>
<REIHE>1324</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>538</ID>
<BAND>500</BAND>
<BEZIEHUNG>1</BEZIEHUNG>
@@ -6874,7 +6867,7 @@
<ID>542</ID>
<BAND>1340</BAND>
<BEZIEHUNG>1</BEZIEHUNG>
<REIHE>1329</REIHE>
<REIHE>1324</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>543</ID>
@@ -8092,7 +8085,6 @@
<ID>745</ID>
<BAND>4690</BAND>
<BEZIEHUNG>5</BEZIEHUNG>
<REIHE>1210</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>746</ID>
@@ -8107,12 +8099,6 @@
<REIHE>1319</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>748</ID>
<BAND>4437</BAND>
<BEZIEHUNG>5</BEZIEHUNG>
<REIHE>1329</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>749</ID>
<BAND>1342</BAND>
<BEZIEHUNG>5</BEZIEHUNG>
@@ -8713,12 +8699,6 @@
<REIHE>2395</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>849</ID>
<BAND>4689</BAND>
<BEZIEHUNG>6</BEZIEHUNG>
<REIHE>1210</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>850</ID>
<BAND>3311</BAND>
<BEZIEHUNG>5</BEZIEHUNG>
@@ -16906,7 +16886,6 @@
<ID>2818</ID>
<BAND>4690</BAND>
<BEZIEHUNG>1</BEZIEHUNG>
<REIHE>1209</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>2819</ID>
@@ -17002,7 +16981,7 @@
<ID>2834</ID>
<BAND>956</BAND>
<BEZIEHUNG>1</BEZIEHUNG>
<REIHE>1215</REIHE>
<REIHE>1216</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>2835</ID>
@@ -29974,4 +29953,116 @@
<BEZIEHUNG>7</BEZIEHUNG>
<REIHE>1209</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>5019</ID>
<BAND>3594</BAND>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>5020</ID>
<BEZIEHUNG>1</BEZIEHUNG>
<REIHE>2410</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>5021</ID>
<BEZIEHUNG>6</BEZIEHUNG>
<REIHE>1218</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>5022</ID>
<BEZIEHUNG>1</BEZIEHUNG>
<REIHE>2410</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>5023</ID>
<BEZIEHUNG>6</BEZIEHUNG>
<REIHE>1218</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>5024</ID>
<BAND>4860</BAND>
<BEZIEHUNG>1</BEZIEHUNG>
<REIHE>2410</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>5026</ID>
<BAND>4860</BAND>
<BEZIEHUNG>6</BEZIEHUNG>
<REIHE>1218</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>5029</ID>
<BAND>4861</BAND>
<BEZIEHUNG>1</BEZIEHUNG>
<REIHE>2410</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>5030</ID>
<BAND>4862</BAND>
<BEZIEHUNG>1</BEZIEHUNG>
<REIHE>2410</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>5032</ID>
<BAND>503</BAND>
<BEZIEHUNG>7</BEZIEHUNG>
<REIHE>2410</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>5036</ID>
<BAND>504</BAND>
<BEZIEHUNG>7</BEZIEHUNG>
<REIHE>2410</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>5037</ID>
<BAND>505</BAND>
<BEZIEHUNG>7</BEZIEHUNG>
<REIHE>2410</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>5038</ID>
<BAND>4862</BAND>
<BEZIEHUNG>6</BEZIEHUNG>
<REIHE>1218</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>5039</ID>
<BAND>4861</BAND>
<BEZIEHUNG>6</BEZIEHUNG>
<REIHE>1218</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>5040</ID>
<BAND>3593</BAND>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>5041</ID>
<BAND>4222</BAND>
<BEZIEHUNG>2</BEZIEHUNG>
<REIHE>2269</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>5042</ID>
<BAND>1340</BAND>
<BEZIEHUNG>6</BEZIEHUNG>
<REIHE>1329</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>5043</ID>
<BAND>4438</BAND>
<BEZIEHUNG>7</BEZIEHUNG>
<REIHE>1324</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>5044</ID>
<BAND>4338</BAND>
<BEZIEHUNG>5</BEZIEHUNG>
<REIHE>2118</REIHE>
</_x002A_RELATION_BaendeReihen>
<_x002A_RELATION_BaendeReihen>
<ID>5045</ID>
<BAND>4336</BAND>
<BEZIEHUNG>1</BEZIEHUNG>
<REIHE>2118</REIHE>
</_x002A_RELATION_BaendeReihen>
</dataroot>

File diff suppressed because it is too large Load Diff

View File

@@ -1,37 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
<xsd:element name="dataroot">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="_x002A_RELATION_InhalteAkteure" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="generated" type="xsd:dateTime"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="_x002A_RELATION_InhalteAkteure">
<xsd:annotation>
<xsd:appinfo>
<od:index index-name="*VOKABULAR_WerkeAkteure*RELATION_InhaltAkteure" index-key="BEZIEHUNG " primary="no" unique="no" clustered="no" order="asc"/>
<od:index index-name="Akteure*RELATION_InhaltAkteure" index-key="AKTEUR " primary="no" unique="no" clustered="no" order="asc"/>
<od:index index-name="ID" index-key="ID " primary="no" unique="no" clustered="no" order="asc"/>
<od:index index-name="Inhalte*RELATION_InhaltAkteure" index-key="INHALT " primary="no" unique="no" clustered="no" order="asc"/>
<od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="INHALT" minOccurs="1" od:jetType="longinteger" od:sqlSType="int" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="BEZIEHUNG" minOccurs="1" od:jetType="longinteger" od:sqlSType="int" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="AKTEUR" minOccurs="1" od:jetType="longinteger" od:sqlSType="int" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="ANMERKUNG" minOccurs="0" od:jetType="memo" od:sqlSType="ntext" od:textFormat="1">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="536870910"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
<xsd:element name="dataroot">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="_x002A_RELATION_InhalteAkteure" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="generated" type="xsd:dateTime"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="_x002A_RELATION_InhalteAkteure">
<xsd:annotation>
<xsd:appinfo>
<od:index index-name="*VOKABULAR_WerkeAkteure*RELATION_InhaltAkteure" index-key="BEZIEHUNG " primary="no" unique="no" clustered="no" order="asc"/>
<od:index index-name="Akteure*RELATION_InhaltAkteure" index-key="AKTEUR " primary="no" unique="no" clustered="no" order="asc"/>
<od:index index-name="ID" index-key="ID " primary="no" unique="no" clustered="no" order="asc"/>
<od:index index-name="Inhalte*RELATION_InhaltAkteure" index-key="INHALT " primary="no" unique="no" clustered="no" order="asc"/>
<od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="INHALT" minOccurs="1" od:jetType="longinteger" od:sqlSType="int" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="BEZIEHUNG" minOccurs="1" od:jetType="longinteger" od:sqlSType="int" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="AKTEUR" minOccurs="1" od:jetType="longinteger" od:sqlSType="int" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="ANMERKUNG" minOccurs="0" od:jetType="memo" od:sqlSType="ntext" od:textFormat="1">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="536870910"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>

View File

@@ -1,31 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="_VOKABULAR_Reihe.xsd" generated="2024-10-16T13:49:48">
<_x002A_VOKABULAR_Reihe>
<ID>1</ID>
<BEZIEHUNG>ist in der Reihe erschienen</BEZIEHUNG>
</_x002A_VOKABULAR_Reihe>
<_x002A_VOKABULAR_Reihe>
<ID>2</ID>
<BEZIEHUNG>kann auch als Teil der Reihe gelten</BEZIEHUNG>
</_x002A_VOKABULAR_Reihe>
<_x002A_VOKABULAR_Reihe>
<ID>3</ID>
<BEZIEHUNG>auch in französischer Fassung erschienen</BEZIEHUNG>
</_x002A_VOKABULAR_Reihe>
<_x002A_VOKABULAR_Reihe>
<ID>4</ID>
<BEZIEHUNG>ist die fr. Übertragung der Reihe</BEZIEHUNG>
</_x002A_VOKABULAR_Reihe>
<_x002A_VOKABULAR_Reihe>
<ID>5</ID>
<BEZIEHUNG>ist auch unter dem Titel erschienen</BEZIEHUNG>
</_x002A_VOKABULAR_Reihe>
<_x002A_VOKABULAR_Reihe>
<ID>6</ID>
<BEZIEHUNG>ist Titelauflage von</BEZIEHUNG>
</_x002A_VOKABULAR_Reihe>
<_x002A_VOKABULAR_Reihe>
<ID>7</ID>
<BEZIEHUNG>auch als Titelauflage</BEZIEHUNG>
</_x002A_VOKABULAR_Reihe>
</dataroot>
<?xml version="1.0" encoding="UTF-8"?>
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="_VOKABULAR_Reihe.xsd" generated="2025-03-02T11:37:42">
<_x002A_VOKABULAR_Reihe>
<ID>1</ID>
<BEZIEHUNG>ist in der Reihe erschienen</BEZIEHUNG>
</_x002A_VOKABULAR_Reihe>
<_x002A_VOKABULAR_Reihe>
<ID>2</ID>
<BEZIEHUNG>kann auch als Teil der Reihe gelten</BEZIEHUNG>
</_x002A_VOKABULAR_Reihe>
<_x002A_VOKABULAR_Reihe>
<ID>3</ID>
<BEZIEHUNG>auch in französischer Fassung erschienen</BEZIEHUNG>
</_x002A_VOKABULAR_Reihe>
<_x002A_VOKABULAR_Reihe>
<ID>4</ID>
<BEZIEHUNG>ist die fr. Übertragung der Reihe</BEZIEHUNG>
</_x002A_VOKABULAR_Reihe>
<_x002A_VOKABULAR_Reihe>
<ID>5</ID>
<BEZIEHUNG>ist auch unter dem Titel erschienen</BEZIEHUNG>
</_x002A_VOKABULAR_Reihe>
<_x002A_VOKABULAR_Reihe>
<ID>6</ID>
<BEZIEHUNG>ist Titelauflage von</BEZIEHUNG>
</_x002A_VOKABULAR_Reihe>
<_x002A_VOKABULAR_Reihe>
<ID>7</ID>
<BEZIEHUNG>auch als Titelauflage</BEZIEHUNG>
</_x002A_VOKABULAR_Reihe>
</dataroot>

View File

@@ -1,30 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
<xsd:element name="dataroot">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="_x002A_VOKABULAR_Reihe" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="generated" type="xsd:dateTime"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="_x002A_VOKABULAR_Reihe">
<xsd:annotation>
<xsd:appinfo>
<od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="BEZIEHUNG" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
<xsd:element name="dataroot">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="_x002A_VOKABULAR_Reihe" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="generated" type="xsd:dateTime"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="_x002A_VOKABULAR_Reihe">
<xsd:annotation>
<xsd:appinfo>
<od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="BEZIEHUNG" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>

View File

@@ -1,39 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="_VOKABULAR_WerkeAkteure.xsd" generated="2024-10-16T13:49:48">
<_x002A_VOKABULAR_WerkeAkteure>
<ID>1</ID>
<Beziehung>wurde geschaffen von</Beziehung>
</_x002A_VOKABULAR_WerkeAkteure>
<_x002A_VOKABULAR_WerkeAkteure>
<ID>2</ID>
<Beziehung>wurde geschrieben von</Beziehung>
</_x002A_VOKABULAR_WerkeAkteure>
<_x002A_VOKABULAR_WerkeAkteure>
<ID>3</ID>
<Beziehung>wurde gezeichnet von</Beziehung>
</_x002A_VOKABULAR_WerkeAkteure>
<_x002A_VOKABULAR_WerkeAkteure>
<ID>4</ID>
<Beziehung>wurde gestochen von</Beziehung>
</_x002A_VOKABULAR_WerkeAkteure>
<_x002A_VOKABULAR_WerkeAkteure>
<ID>5</ID>
<Beziehung>wurde herausgegeben von</Beziehung>
</_x002A_VOKABULAR_WerkeAkteure>
<_x002A_VOKABULAR_WerkeAkteure>
<ID>6</ID>
<Beziehung>wurde verlegt von</Beziehung>
</_x002A_VOKABULAR_WerkeAkteure>
<_x002A_VOKABULAR_WerkeAkteure>
<ID>7</ID>
<Beziehung>wurde gedruckt von</Beziehung>
</_x002A_VOKABULAR_WerkeAkteure>
<_x002A_VOKABULAR_WerkeAkteure>
<ID>8</ID>
<Beziehung>wurde vertrieben von</Beziehung>
</_x002A_VOKABULAR_WerkeAkteure>
<_x002A_VOKABULAR_WerkeAkteure>
<ID>9</ID>
<Beziehung>wurde gemalt von</Beziehung>
</_x002A_VOKABULAR_WerkeAkteure>
</dataroot>
<?xml version="1.0" encoding="UTF-8"?>
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="_VOKABULAR_WerkeAkteure.xsd" generated="2025-03-02T11:37:43">
<_x002A_VOKABULAR_WerkeAkteure>
<ID>1</ID>
<Beziehung>wurde geschaffen von</Beziehung>
</_x002A_VOKABULAR_WerkeAkteure>
<_x002A_VOKABULAR_WerkeAkteure>
<ID>2</ID>
<Beziehung>wurde geschrieben von</Beziehung>
</_x002A_VOKABULAR_WerkeAkteure>
<_x002A_VOKABULAR_WerkeAkteure>
<ID>3</ID>
<Beziehung>wurde gezeichnet von</Beziehung>
</_x002A_VOKABULAR_WerkeAkteure>
<_x002A_VOKABULAR_WerkeAkteure>
<ID>4</ID>
<Beziehung>wurde gestochen von</Beziehung>
</_x002A_VOKABULAR_WerkeAkteure>
<_x002A_VOKABULAR_WerkeAkteure>
<ID>5</ID>
<Beziehung>wurde herausgegeben von</Beziehung>
</_x002A_VOKABULAR_WerkeAkteure>
<_x002A_VOKABULAR_WerkeAkteure>
<ID>6</ID>
<Beziehung>wurde verlegt von</Beziehung>
</_x002A_VOKABULAR_WerkeAkteure>
<_x002A_VOKABULAR_WerkeAkteure>
<ID>7</ID>
<Beziehung>wurde gedruckt von</Beziehung>
</_x002A_VOKABULAR_WerkeAkteure>
<_x002A_VOKABULAR_WerkeAkteure>
<ID>8</ID>
<Beziehung>wurde vertrieben von</Beziehung>
</_x002A_VOKABULAR_WerkeAkteure>
<_x002A_VOKABULAR_WerkeAkteure>
<ID>9</ID>
<Beziehung>wurde gemalt von</Beziehung>
</_x002A_VOKABULAR_WerkeAkteure>
</dataroot>

View File

@@ -1,30 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
<xsd:element name="dataroot">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="_x002A_VOKABULAR_WerkeAkteure" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="generated" type="xsd:dateTime"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="_x002A_VOKABULAR_WerkeAkteure">
<xsd:annotation>
<xsd:appinfo>
<od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="Beziehung" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
<xsd:element name="dataroot">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="_x002A_VOKABULAR_WerkeAkteure" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="generated" type="xsd:dateTime"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="_x002A_VOKABULAR_WerkeAkteure">
<xsd:annotation>
<xsd:appinfo>
<od:index index-name="PrimaryKey" index-key="ID " primary="yes" unique="yes" clustered="no" order="asc"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ID" minOccurs="1" od:jetType="autonumber" od:sqlSType="int" od:autoUnique="yes" od:nonNullable="yes" type="xsd:int"/>
<xsd:element name="Beziehung" minOccurs="0" od:jetType="text" od:sqlSType="nvarchar">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>