From 03947a5594dfba1b224dbbd0a6d4b4ae3b3f2182 Mon Sep 17 00:00:00 2001 From: kthoden Date: Fri, 28 Feb 2020 13:38:01 +0100 Subject: [PATCH] Renamed divider --- schema/resource/eoa-tei-strict.rnc | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/schema/resource/eoa-tei-strict.rnc b/schema/resource/eoa-tei-strict.rnc index 8cf9155..1866015 100644 --- a/schema/resource/eoa-tei-strict.rnc +++ b/schema/resource/eoa-tei-strict.rnc @@ -274,11 +274,17 @@ chapter = element epigraph { p+ }?, authorbio?, chapterabstract?, - ( eoaelement | section | sourcesfeatures)*, + ( eoaelement | section | sourcesfeatures | divider)*, # TODO: make this non optional: chapter_bibfile_ref? } +divider = + element milestone { + attribute type { "divider", + empty + }} + section = element div { attribute type { "section" }, @@ -288,7 +294,7 @@ section = attribute n { xsd:integer | "nonumber" }, attribute xml:id { xsd:NCName }, head, - ( eoaelement | subsection | sourcesfeatures)* + ( eoaelement | subsection | sourcesfeatures | divider)* } subsection = @@ -719,7 +725,7 @@ bilingualchapter = attribute resp { text }?, head-ex-abbr, element epigraph { p+ }?, - ( eoaelement | section | sourcesfeatures)*, + ( eoaelement | section | sourcesfeatures | divider)*, # TODO: make this non optional: chapter_bibfile_ref? }