Skip to content

Commit

Permalink
Latest changes in submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Jan 29, 2020
1 parent 033ad12 commit dda3ebe
Show file tree
Hide file tree
Showing 2 changed files with 350 additions and 186 deletions.
9 changes: 4 additions & 5 deletions xxe/eoa/rnc/eoa-tei-strict.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ tei_header =
element encodingDesc {
element projectDesc {
element p {
attribute n { "eoainfo" | ("mprlinformation" | "eosinformation" ) | "scientificboard" | "eoadevteam" },
attribute n { "eoainfo" | "pressinformation" | "scientificboard" | "eoadevteam" },
( text | hi )+
}+
},
Expand Down Expand Up @@ -216,7 +216,7 @@ author-or-volumeeditor =

editors =
element editor {
attribute role { "submitter"|"editorialcoordinator"|"copyeditor"|"translator"|"publicationmanager"|"publicationassistant"|"imageprocessor" },
attribute role { "submitter"|"editorialcoordinator"|"copyeditor"|"translator"|"publicationmanager"|"publicationassistant"|"imageprocessor"|"editorinchief"|"serieseditor" },
attribute ref { xsd:anyURI },
text
}*
Expand Down Expand Up @@ -380,9 +380,8 @@ table =
# attribute n { xsd:integer },
attribute rows { xsd:integer },
attribute cols { xsd:integer },
(( attribute xml:id { xsd:NCName },
attribute n { xsd:integer }?)|
attribute n { "nonumber" } ),
attribute xml:id { xsd:NCName },
attribute n { "nonumber" }? ,
# ( attribute xml:id { xsd:NCName }
# | attribute n { "nonumber" }),
attribute rend { "blank" }?,
Expand Down
Loading

0 comments on commit dda3ebe

Please sign in to comment.