From d916d74f71c45673e628e9261e0c92dd718c964a Mon Sep 17 00:00:00 2001 From: kthoden Date: Fri, 17 May 2019 14:01:02 +0200 Subject: [PATCH 1/3] People don't need an organization --- schema/legacy/eoa-tei-strict.rnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/legacy/eoa-tei-strict.rnc b/schema/legacy/eoa-tei-strict.rnc index 0e55c05..9ffe364 100644 --- a/schema/legacy/eoa-tei-strict.rnc +++ b/schema/legacy/eoa-tei-strict.rnc @@ -176,7 +176,7 @@ person = element email { text }?, element affiliation { element roleName { text }, - element orgName { text }+ + element orgName { text }* }* } From 16b26ced4d8b7b13ba2c3b1ba27b957f7034c494 Mon Sep 17 00:00:00 2001 From: kthoden Date: Fri, 17 May 2019 14:01:33 +0200 Subject: [PATCH 2/3] Enable ref in hi --- schema/legacy/eoa-tei-strict.rnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/legacy/eoa-tei-strict.rnc b/schema/legacy/eoa-tei-strict.rnc index 9ffe364..9dcf597 100644 --- a/schema/legacy/eoa-tei-strict.rnc +++ b/schema/legacy/eoa-tei-strict.rnc @@ -579,7 +579,7 @@ markup = hi = element hi { attribute rend { "italic" | "superscript" | "subscript" | "math" | "bold" | "struck" | "spaced" | "smallcaps" }, - ( text | index | indexanchor )+ + ( text | index | indexanchor | ref )+ } theorem = From 5b8232bfb93541ddb75a620330b04cc6f52aa85a Mon Sep 17 00:00:00 2001 From: kthoden Date: Mon, 20 May 2019 14:38:44 +0200 Subject: [PATCH 3/3] Head can contain foreign --- schema/legacy/eoa-tei-strict.rnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/legacy/eoa-tei-strict.rnc b/schema/legacy/eoa-tei-strict.rnc index 9dcf597..a38f63b 100644 --- a/schema/legacy/eoa-tei-strict.rnc +++ b/schema/legacy/eoa-tei-strict.rnc @@ -313,7 +313,7 @@ subsubsection = eoaelement* } -head = element head { (text | markup | inline_formula | index | indexanchor | ref )+ } +head = element head { (text | markup | inline_formula | index | indexanchor | ref | foreign )+ } floathead = element head {