Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Renamed divider
  • Loading branch information
kthoden committed Feb 28, 2020
1 parent c56f0d0 commit 03947a5
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions schema/resource/eoa-tei-strict.rnc
Expand Up @@ -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" },
Expand All @@ -288,7 +294,7 @@ section =
attribute n { xsd:integer | "nonumber" },
attribute xml:id { xsd:NCName },
head,
( eoaelement | subsection | sourcesfeatures)*
( eoaelement | subsection | sourcesfeatures | divider)*
}

subsection =
Expand Down Expand Up @@ -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?
}
Expand Down

0 comments on commit 03947a5

Please sign in to comment.