From 16b26ced4d8b7b13ba2c3b1ba27b957f7034c494 Mon Sep 17 00:00:00 2001 From: kthoden Date: Fri, 17 May 2019 14:01:33 +0200 Subject: [PATCH] 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 =