Skip to content

Commit

Permalink
Merge branch 'master' of github.molgen.mpg.de:EditionOpenAccess/eoa-p…
Browse files Browse the repository at this point in the history
…ublication-model
  • Loading branch information
EsGeh authored and EsGeh committed May 22, 2019
2 parents 2e508d7 + 5b8232b commit a1ffc24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schema/legacy/eoa-tei-strict.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ person =
element email { text }?,
element affiliation {
element roleName { text },
element orgName { text }+
element orgName { text }*
}*
}

Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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 =
Expand Down

0 comments on commit a1ffc24

Please sign in to comment.