From fe773624d143d4470e4671356b19f0b42c2254a3 Mon Sep 17 00:00:00 2001 From: Peter Stadler Date: Tue, 27 Aug 2019 17:37:23 +0200 Subject: [PATCH 1/9] add zenodo badge and update ODD customization link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd9ef819..c81455aa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ WeGA ODD files ================ -Files for documenting the Digital Edition of the [Carl-Maria-von-Weber-Gesamtausgabe](http://www.weber-gesamtausgabe.de) in the [ODD format](http://www.tei-c.org/Guidelines/Customization/odds.xml). +[![DOI](https://zenodo.org/badge/7000665.svg)](https://zenodo.org/badge/latestdoi/7000665) + +Files for documenting the Digital Edition of the [Carl-Maria-von-Weber-Gesamtausgabe](http://www.weber-gesamtausgabe.de) in the [ODD format](https://tei-c.org/guidelines/customization/getting-started-with-p5-odds/). From e2031c1874864d47970dc3a6544b418206cf2749 Mon Sep 17 00:00:00 2001 From: Peter Stadler Date: Wed, 28 Aug 2019 11:08:21 +0200 Subject: [PATCH 2/9] add license file and more badges --- LICENSE | 17 +++++++++++++++++ README.md | 3 +++ 2 files changed, 20 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..d78c16b3 --- /dev/null +++ b/LICENSE @@ -0,0 +1,17 @@ +This software is dual-licensed: + +1. Creative Commons Attribution 4.0 International License (CC BY 4.0) +https://creativecommons.org/licenses/by/4.0/ + +2. 2-Clause BSD License +https://opensource.org/licenses/BSD-2-Clause + +Copyright 2019 Carl-Maria-von-Weber-Gesamtausgabe + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/README.md b/README.md index c81455aa..cfa989fd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ WeGA ODD files ================ +[![](https://img.shields.io/badge/license-BSD2-green.svg)](https://github.com/Edirom/WeGA-ODD/blob/develop/LICENSE) +[![](https://img.shields.io/badge/license-CC--BY--4.0-green.svg)](https://github.com/Edirom/WeGA-ODD/blob/develop/LICENSE) +[![GitHub release](https://img.shields.io/github/release/edirom/WeGA-ODD.svg)](https://github.com/Edirom/WeGA-ODD/releases) [![DOI](https://zenodo.org/badge/7000665.svg)](https://zenodo.org/badge/latestdoi/7000665) Files for documenting the Digital Edition of the [Carl-Maria-von-Weber-Gesamtausgabe](http://www.weber-gesamtausgabe.de) in the [ODD format](https://tei-c.org/guidelines/customization/getting-started-with-p5-odds/). From d82c1ed23294556467a5e0c03853cc2322e6857f Mon Sep 17 00:00:00 2001 From: Peter Stadler Date: Mon, 9 Sep 2019 13:09:03 +0200 Subject: [PATCH 3/9] add schematron constraint for source attributes to make sure that local refercences resolve --- .../guidelines-de-wegaBiblio.compiled.xml | 9 ++++++++ .../guidelines-de-wegaDiaries.compiled.xml | 9 ++++++++ .../guidelines-de-wegaDocuments.compiled.xml | 9 ++++++++ .../guidelines-de-wegaLetters.compiled.xml | 9 ++++++++ .../guidelines-de-wegaNews.compiled.xml | 9 ++++++++ .../guidelines-de-wegaOrgs.compiled.xml | 9 ++++++++ .../guidelines-de-wegaPersons.compiled.xml | 9 ++++++++ .../guidelines-de-wegaPlaces.compiled.xml | 9 ++++++++ ...s-de-wegaThematicCommentaries.compiled.xml | 9 ++++++++ .../guidelines-de-wegaVar.compiled.xml | 9 ++++++++ .../guidelines-de-wegaWritings.compiled.xml | 9 ++++++++ .../guidelines-de-wega_all.compiled.xml | 9 ++++++++ schema/de/wegaBiblio.isosch | 10 +++++++-- schema/de/wegaBiblio.rng | 17 +++++++++++++-- schema/de/wegaDiaries.isosch | 10 +++++++-- schema/de/wegaDiaries.rng | 17 +++++++++++++-- schema/de/wegaDocuments.isosch | 10 +++++++-- schema/de/wegaDocuments.rng | 17 +++++++++++++-- schema/de/wegaLetters.isosch | 12 ++++++++--- schema/de/wegaLetters.rng | 19 ++++++++++++++--- schema/de/wegaNews.isosch | 10 +++++++-- schema/de/wegaNews.rng | 17 +++++++++++++-- schema/de/wegaOrgs.isosch | 10 +++++++-- schema/de/wegaOrgs.rng | 18 ++++++++++++++-- schema/de/wegaPersons.isosch | 12 ++++++++--- schema/de/wegaPersons.rng | 17 +++++++++++++-- schema/de/wegaPlaces.isosch | 8 ++++++- schema/de/wegaPlaces.rng | 15 ++++++++++++- schema/de/wegaThematicCommentaries.isosch | 8 ++++++- schema/de/wegaThematicCommentaries.rng | 15 ++++++++++++- schema/de/wegaVar.isosch | 8 ++++++- schema/de/wegaVar.rng | 15 ++++++++++++- schema/de/wegaWritings.isosch | 14 +++++++++---- schema/de/wegaWritings.rng | 21 +++++++++++++++---- schema/de/wega_all.isosch | 10 +++++++-- schema/de/wega_all.rng | 17 +++++++++++++-- schema/en/wegaBiblio.rng | 17 +++++++++++++-- schema/en/wegaDiaries.rng | 17 +++++++++++++-- schema/en/wegaDocuments.rng | 17 +++++++++++++-- schema/en/wegaLetters.rng | 19 ++++++++++++++--- schema/en/wegaNews.rng | 17 +++++++++++++-- schema/en/wegaOrgs.rng | 18 ++++++++++++++-- schema/en/wegaPersons.rng | 17 +++++++++++++-- schema/en/wegaPlaces.rng | 15 ++++++++++++- schema/en/wegaThematicCommentaries.rng | 15 ++++++++++++- schema/en/wegaVar.rng | 15 ++++++++++++- schema/en/wegaWritings.rng | 21 +++++++++++++++---- schema/en/wega_all.rng | 17 +++++++++++++-- src/Specs/common-specs.odd.xml | 10 +++++++++ 49 files changed, 577 insertions(+), 73 deletions(-) diff --git a/compiled-ODD/guidelines-de-wegaBiblio.compiled.xml b/compiled-ODD/guidelines-de-wegaBiblio.compiled.xml index 81fd7286..41e149ca 100644 --- a/compiled-ODD/guidelines-de-wegaBiblio.compiled.xml +++ b/compiled-ODD/guidelines-de-wegaBiblio.compiled.xml @@ -6052,6 +6052,15 @@ element is appropriate for which circumstance.

Text contains characters with Emoji presentation as default. + + Report non resolving local references provided by @source + Meldet lokale Referenzen (angegeben an @source), die nicht aufgelöst werden können + + + + Unable to locate the reference provided by the @source attribute. + + A replacement for the TEI macro data.temporal.iso which allows only date (YYYY-MM-DD) and gYear (YYYY). WeGA-Ersatz für das TEI Makro data.temporal.iso mit der Einschränkung auf date (YYYY-MM-DD) und gYear (YYYY). diff --git a/compiled-ODD/guidelines-de-wegaDiaries.compiled.xml b/compiled-ODD/guidelines-de-wegaDiaries.compiled.xml index 15164858..258ba932 100644 --- a/compiled-ODD/guidelines-de-wegaDiaries.compiled.xml +++ b/compiled-ODD/guidelines-de-wegaDiaries.compiled.xml @@ -8785,6 +8785,15 @@ element is appropriate for which circumstance.

Text contains characters with Emoji presentation as default. + + Report non resolving local references provided by @source + Meldet lokale Referenzen (angegeben an @source), die nicht aufgelöst werden können + + + + Unable to locate the reference provided by the @source attribute. + + A replacement for the TEI macro data.temporal.iso which allows only date (YYYY-MM-DD) and gYear (YYYY). WeGA-Ersatz für das TEI Makro data.temporal.iso mit der Einschränkung auf date (YYYY-MM-DD) und gYear (YYYY). diff --git a/compiled-ODD/guidelines-de-wegaDocuments.compiled.xml b/compiled-ODD/guidelines-de-wegaDocuments.compiled.xml index b4738b14..216e1e1b 100644 --- a/compiled-ODD/guidelines-de-wegaDocuments.compiled.xml +++ b/compiled-ODD/guidelines-de-wegaDocuments.compiled.xml @@ -15595,6 +15595,15 @@ may be empty.

Text contains characters with Emoji presentation as default. + + Report non resolving local references provided by @source + Meldet lokale Referenzen (angegeben an @source), die nicht aufgelöst werden können + + + + Unable to locate the reference provided by the @source attribute. + + A replacement for the TEI macro data.temporal.iso which allows only date (YYYY-MM-DD) and gYear (YYYY). WeGA-Ersatz für das TEI Makro data.temporal.iso mit der Einschränkung auf date (YYYY-MM-DD) und gYear (YYYY). diff --git a/compiled-ODD/guidelines-de-wegaLetters.compiled.xml b/compiled-ODD/guidelines-de-wegaLetters.compiled.xml index e175e241..50f650cd 100644 --- a/compiled-ODD/guidelines-de-wegaLetters.compiled.xml +++ b/compiled-ODD/guidelines-de-wegaLetters.compiled.xml @@ -16661,6 +16661,15 @@ may be empty.

Text contains characters with Emoji presentation as default. + + Report non resolving local references provided by @source + Meldet lokale Referenzen (angegeben an @source), die nicht aufgelöst werden können + + + + Unable to locate the reference provided by the @source attribute. + + diff --git a/compiled-ODD/guidelines-de-wegaNews.compiled.xml b/compiled-ODD/guidelines-de-wegaNews.compiled.xml index 771d7fb7..11836094 100644 --- a/compiled-ODD/guidelines-de-wegaNews.compiled.xml +++ b/compiled-ODD/guidelines-de-wegaNews.compiled.xml @@ -9818,6 +9818,15 @@ purposes.

Text contains characters with Emoji presentation as default.
+
+ Report non resolving local references provided by @source + Meldet lokale Referenzen (angegeben an @source), die nicht aufgelöst werden können + + + + Unable to locate the reference provided by the @source attribute. + + A replacement for the TEI macro data.temporal.iso which allows only date (YYYY-MM-DD) and gYear (YYYY). WeGA-Ersatz für das TEI Makro data.temporal.iso mit der Einschränkung auf date (YYYY-MM-DD) und gYear (YYYY). diff --git a/compiled-ODD/guidelines-de-wegaOrgs.compiled.xml b/compiled-ODD/guidelines-de-wegaOrgs.compiled.xml index f9443817..ed0b6a04 100644 --- a/compiled-ODD/guidelines-de-wegaOrgs.compiled.xml +++ b/compiled-ODD/guidelines-de-wegaOrgs.compiled.xml @@ -9640,6 +9640,15 @@ element is appropriate for which circumstance.

Text contains characters with Emoji presentation as default. + + Report non resolving local references provided by @source + Meldet lokale Referenzen (angegeben an @source), die nicht aufgelöst werden können + + + + Unable to locate the reference provided by the @source attribute. + + A replacement for the TEI macro data.temporal.iso which allows only date (YYYY-MM-DD) and gYear (YYYY). WeGA-Ersatz für das TEI Makro data.temporal.iso mit der Einschränkung auf date (YYYY-MM-DD) und gYear (YYYY). diff --git a/compiled-ODD/guidelines-de-wegaPersons.compiled.xml b/compiled-ODD/guidelines-de-wegaPersons.compiled.xml index e44b1371..b8f418f8 100644 --- a/compiled-ODD/guidelines-de-wegaPersons.compiled.xml +++ b/compiled-ODD/guidelines-de-wegaPersons.compiled.xml @@ -8221,6 +8221,15 @@ element is appropriate for which circumstance.

Text contains characters with Emoji presentation as default. + + Report non resolving local references provided by @source + Meldet lokale Referenzen (angegeben an @source), die nicht aufgelöst werden können + + + + Unable to locate the reference provided by the @source attribute. + + A replacement for the TEI macro data.temporal.iso which allows only date (YYYY-MM-DD) and gYear (YYYY). WeGA-Ersatz für das TEI Makro data.temporal.iso mit der Einschränkung auf date (YYYY-MM-DD) und gYear (YYYY). diff --git a/compiled-ODD/guidelines-de-wegaPlaces.compiled.xml b/compiled-ODD/guidelines-de-wegaPlaces.compiled.xml index 6dde01fb..ae2c859d 100644 --- a/compiled-ODD/guidelines-de-wegaPlaces.compiled.xml +++ b/compiled-ODD/guidelines-de-wegaPlaces.compiled.xml @@ -4938,6 +4938,15 @@ means of a glyph or char element referenced here as #sym Text contains characters with Emoji presentation as default. + + Report non resolving local references provided by @source + Meldet lokale Referenzen (angegeben an @source), die nicht aufgelöst werden können + + + + Unable to locate the reference provided by the @source attribute. + + diff --git a/compiled-ODD/guidelines-de-wegaThematicCommentaries.compiled.xml b/compiled-ODD/guidelines-de-wegaThematicCommentaries.compiled.xml index 2b517ad7..5eed4c51 100644 --- a/compiled-ODD/guidelines-de-wegaThematicCommentaries.compiled.xml +++ b/compiled-ODD/guidelines-de-wegaThematicCommentaries.compiled.xml @@ -13868,6 +13868,15 @@ references must be used to represent the markup delimiters. If the Text contains characters with Emoji presentation as default. + + Report non resolving local references provided by @source + Meldet lokale Referenzen (angegeben an @source), die nicht aufgelöst werden können + + + + Unable to locate the reference provided by the @source attribute. + + A closed list of values to be used with a rend attribute on e.g. dateline. diff --git a/compiled-ODD/guidelines-de-wegaVar.compiled.xml b/compiled-ODD/guidelines-de-wegaVar.compiled.xml index eb354e9f..dc76ff0b 100644 --- a/compiled-ODD/guidelines-de-wegaVar.compiled.xml +++ b/compiled-ODD/guidelines-de-wegaVar.compiled.xml @@ -15582,6 +15582,15 @@ used to mark normal inter-word space or the like.

Text contains characters with Emoji presentation as default. + + Report non resolving local references provided by @source + Meldet lokale Referenzen (angegeben an @source), die nicht aufgelöst werden können + + + + Unable to locate the reference provided by the @source attribute. + + A closed list of values to be used with a rend attribute on e.g. dateline. diff --git a/compiled-ODD/guidelines-de-wegaWritings.compiled.xml b/compiled-ODD/guidelines-de-wegaWritings.compiled.xml index 3580b16e..fed18387 100644 --- a/compiled-ODD/guidelines-de-wegaWritings.compiled.xml +++ b/compiled-ODD/guidelines-de-wegaWritings.compiled.xml @@ -15419,6 +15419,15 @@ may be empty.

Text contains characters with Emoji presentation as default. + + Report non resolving local references provided by @source + Meldet lokale Referenzen (angegeben an @source), die nicht aufgelöst werden können + + + + Unable to locate the reference provided by the @source attribute. + + diff --git a/compiled-ODD/guidelines-de-wega_all.compiled.xml b/compiled-ODD/guidelines-de-wega_all.compiled.xml index bdb938e1..efe16d88 100644 --- a/compiled-ODD/guidelines-de-wega_all.compiled.xml +++ b/compiled-ODD/guidelines-de-wega_all.compiled.xml @@ -21432,6 +21432,15 @@ element is appropriate for which circumstance.

Text contains characters with Emoji presentation as default.
+
+ Report non resolving local references provided by @source + Meldet lokale Referenzen (angegeben an @source), die nicht aufgelöst werden können + + + + Unable to locate the reference provided by the @source attribute. + + A replacement for the TEI macro data.temporal.iso which allows only date (YYYY-MM-DD) and gYear (YYYY). WeGA-Ersatz für das TEI Makro data.temporal.iso mit der Einschränkung auf date (YYYY-MM-DD) und gYear (YYYY). diff --git a/schema/de/wegaBiblio.isosch b/schema/de/wegaBiblio.isosch index cdf4b55d..d375eb7a 100644 --- a/schema/de/wegaBiblio.isosch +++ b/schema/de/wegaBiblio.isosch @@ -1,7 +1,7 @@ ISO Schematron rules - + @@ -270,7 +270,13 @@ Text contains characters with Emoji presentation as default. - + + + + Unable to locate the reference provided by the @source attribute. + + + The @n-attribute is only supported in combination with @rend='underline' diff --git a/schema/de/wegaBiblio.rng b/schema/de/wegaBiblio.rng index 5fca76a5..e521da99 100644 --- a/schema/de/wegaBiblio.rng +++ b/schema/de/wegaBiblio.rng @@ -5,7 +5,7 @@ xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://www.tei-c.org/ns/1.0"> + @@ -359,7 +359,13 @@ attributes @target and @cRef may be supplied on . Text contains characters with Emoji presentation as default. - + + + + Unable to locate the reference provided by the @source attribute. + + + The @n-attribute is only supported in combination with @rend='underline' diff --git a/schema/de/wegaDiaries.rng b/schema/de/wegaDiaries.rng index f9415bac..069c56d3 100644 --- a/schema/de/wegaDiaries.rng +++ b/schema/de/wegaDiaries.rng @@ -5,7 +5,7 @@ xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://www.tei-c.org/ns/1.0"> + @@ -505,7 +505,13 @@ relatedItem element must be empty Text contains characters with Emoji presentation as default. - + + + + Unable to locate the reference provided by the @source attribute. + + + The @n-attribute is only supported in combination with @rend='underline' diff --git a/schema/de/wegaDocuments.rng b/schema/de/wegaDocuments.rng index 19fe0802..d033d654 100644 --- a/schema/de/wegaDocuments.rng +++ b/schema/de/wegaDocuments.rng @@ -5,7 +5,7 @@ xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://www.tei-c.org/ns/1.0"> + @@ -515,13 +515,19 @@ relatedItem element must be empty Text contains characters with Emoji presentation as default. - + + + + Unable to locate the reference provided by the @source attribute. + + + WeGA styleguide error: there should exactly be two processing instructions before the root element WeGA styleguide error: there should be no comments outside the root element - + The @n-attribute is only supported in combination with @rend='underline' diff --git a/schema/de/wegaLetters.rng b/schema/de/wegaLetters.rng index 30c1d404..c924c2a3 100644 --- a/schema/de/wegaLetters.rng +++ b/schema/de/wegaLetters.rng @@ -5,7 +5,7 @@ xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://www.tei-c.org/ns/1.0"> + @@ -343,7 +343,13 @@ The element indicated by @spanTo () must follow the Text contains characters with Emoji presentation as default. - + + + + Unable to locate the reference provided by the @source attribute. + + + The @n-attribute is only supported in combination with @rend='underline' diff --git a/schema/de/wegaNews.rng b/schema/de/wegaNews.rng index 235c731c..3ba63e72 100644 --- a/schema/de/wegaNews.rng +++ b/schema/de/wegaNews.rng @@ -5,7 +5,7 @@ xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://www.tei-c.org/ns/1.0"> + @@ -369,7 +369,13 @@ attributes @target and @cRef may be supplied on . Text contains characters with Emoji presentation as default. - + + + + Unable to locate the reference provided by the @source attribute. + + + The @n-attribute is only supported in combination with @rend='underline' diff --git a/schema/de/wegaOrgs.rng b/schema/de/wegaOrgs.rng index 0d838b0d..a24f5c8c 100644 --- a/schema/de/wegaOrgs.rng +++ b/schema/de/wegaOrgs.rng @@ -5,7 +5,7 @@ xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://www.tei-c.org/ns/1.0"> + @@ -320,12 +320,18 @@ Text contains characters with Emoji presentation as default. - + + + + Unable to locate the reference provided by the @source attribute. + + + The @n-attribute is only supported in combination with @rend='underline' - + Multiple encodings of places will be regarded as alternatives. If it's really one place, please wrap in a placeName diff --git a/schema/de/wegaPersons.rng b/schema/de/wegaPersons.rng index e1b0b5bd..e0934f4e 100644 --- a/schema/de/wegaPersons.rng +++ b/schema/de/wegaPersons.rng @@ -5,7 +5,7 @@ xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://www.tei-c.org/ns/1.0"> + @@ -111,4 +111,10 @@ Text contains characters with Emoji presentation as default. + + + + Unable to locate the reference provided by the @source attribute. + + diff --git a/schema/de/wegaPlaces.rng b/schema/de/wegaPlaces.rng index 3a77f1ac..27ca6e20 100644 --- a/schema/de/wegaPlaces.rng +++ b/schema/de/wegaPlaces.rng @@ -5,7 +5,7 @@ xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://www.tei-c.org/ns/1.0"> + @@ -419,4 +419,10 @@ On , either the @marks attribute should be used, or a paragraph of descri Text contains characters with Emoji presentation as default. + + + + Unable to locate the reference provided by the @source attribute. + + diff --git a/schema/de/wegaThematicCommentaries.rng b/schema/de/wegaThematicCommentaries.rng index 2ad75339..eedd0088 100644 --- a/schema/de/wegaThematicCommentaries.rng +++ b/schema/de/wegaThematicCommentaries.rng @@ -5,7 +5,7 @@ xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://www.tei-c.org/ns/1.0"> + @@ -428,4 +428,10 @@ On , either the @marks attribute should be used, or a paragraph of descri Text contains characters with Emoji presentation as default. + + + + Unable to locate the reference provided by the @source attribute. + + diff --git a/schema/de/wegaVar.rng b/schema/de/wegaVar.rng index a6ba31e8..f463c830 100644 --- a/schema/de/wegaVar.rng +++ b/schema/de/wegaVar.rng @@ -5,7 +5,7 @@ xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://www.tei-c.org/ns/1.0"> + @@ -499,19 +499,25 @@ relatedItem element must be empty Text contains characters with Emoji presentation as default. - + + + + Unable to locate the reference provided by the @source attribute. + + + WeGA styleguide error: there should exactly be two processing instructions before the root element WeGA styleguide error: there should be no comments outside the root element - + WeGA styleguide error: there should exactly be two processing instructions before the root element WeGA styleguide error: there should be no comments outside the root element - + The @n-attribute is only supported in combination with @rend='underline' diff --git a/schema/de/wegaWritings.rng b/schema/de/wegaWritings.rng index 54807399..23fb9263 100644 --- a/schema/de/wegaWritings.rng +++ b/schema/de/wegaWritings.rng @@ -5,7 +5,7 @@ xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://www.tei-c.org/ns/1.0"> + @@ -529,7 +529,13 @@ On , either the @marks attribute should be used, or a paragraph of descri Text contains characters with Emoji presentation as default. - + + + + Unable to locate the reference provided by the @source attribute. + + + The @n-attribute is only supported in combination with @rend='underline' diff --git a/schema/de/wega_all.rng b/schema/de/wega_all.rng index 09b79c8f..10d6f756 100644 --- a/schema/de/wega_all.rng +++ b/schema/de/wega_all.rng @@ -5,7 +5,7 @@ xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://www.tei-c.org/ns/1.0"> CJCharlene Jakob IKIna Klare + FSFabian Schmidt
From 664d609910b06d55b94404e44debfe2a5aad717f Mon Sep 17 00:00:00 2001 From: Peter Stadler Date: Mon, 28 Oct 2019 14:32:52 +0100 Subject: [PATCH 8/9] allow tei:acquisition on documents --- .../guidelines-de-wegaDocuments.compiled.xml | 41 +++++++++++++++++++ schema/de/wegaDocuments.rng | 14 ++++++- schema/en/wegaDocuments.rng | 14 ++++++- src/Specs/schemaSpec-documents.odd.xml | 2 +- 4 files changed, 68 insertions(+), 3 deletions(-) diff --git a/compiled-ODD/guidelines-de-wegaDocuments.compiled.xml b/compiled-ODD/guidelines-de-wegaDocuments.compiled.xml index 50844d49..5ae225fd 100644 --- a/compiled-ODD/guidelines-de-wegaDocuments.compiled.xml +++ b/compiled-ODD/guidelines-de-wegaDocuments.compiled.xml @@ -14526,6 +14526,47 @@ concerning a single identifiable episode during the history of a manuscript, man 10.8. History + + acquisition + contains any descriptive or other information +concerning the process by which a manuscript or manuscript part or other object entered the holding +institution. + 원고 또는 그 일부가 현 보유 기관에 입수된 과정에 관련한 기술적 또는 기타 정보를 포함한다. + 包含任何描述性或其他資訊,關於手稿或手稿部分進入保管機構的過程。 + 当該手書き資料が入手された経緯についての情報を示す. + contient des informations sur les modalités et + circonstances de l'entrée du manuscrit ou de la partie du manuscrit dans l'institution qui le + détient + contiene cualquier descripción u otra información concerniente al proceso de adquisición del manuscrito o de una de sus partes. + contiene informazioni relative al processo di acquisizione di un manoscritto o di una sua parte + + + + + + + + + + Left to the Bodleian by +Richard Rawlinson in 1755. + + + + + + Left to the Bodleian byRichard + Rawlinson in 1755. + + + + + 1998年9 月30 日,CBETA日本大藏出版株式會社簽約授權使用。 + + + + 10.8. History + informations complémentairesgroups additional information, combining bibliographic information about a manuscript, or surrogate copies of it with curatorial or administrative information.gruppiert zusätzliche Informationen durch die Komination von bibliographischen Informationen über ein Manuskript oder Ersatzkopien dessen mit kuratorischen oder administrativen Informationen. diff --git a/schema/de/wegaDocuments.rng b/schema/de/wegaDocuments.rng index 50c902f7..7f17e1cd 100644 --- a/schema/de/wegaDocuments.rng +++ b/schema/de/wegaDocuments.rng @@ -5,7 +5,7 @@ xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://www.tei-c.org/ns/1.0">