TEIC / TEI-Simple

Legacy Repository: TEI SimplePrint now merged into TEI Repository. Originally TEI Simple aimed to define a new highly-constrained and prescriptive subset of the Text Encoding Initiative (TEI) Guidelines suited to the representation of early modern and modern books, a formally-defined set of processing model rules that enable web applications to easily present and analyze the encoded texts, mapping to other ontologies, and processes to describe the encoding status and richness of a TEI digital text.
50 stars 12 forks source link

Is a <modelSequence> allowed inside a <modelGrp> #2

Closed buckett closed 9 years ago

buckett commented 9 years ago

Should you be able to place a <modelSequence> inside a <modelGrp>?

Currently there is an example of this:

https://github.com/TEIC/TEI-Simple/blob/master/tei-pm.odd#L656

However the specification of a <modelSequence> says it should only contain a number of <model>s:

https://github.com/TEIC/TEI-Simple/blob/master/tei-pm.odd#L553

sebastianrahtz commented 9 years ago

the definition of modelGrp was in error; it should permit modelSequence inside it. Also corrected <classRef> there to <elementRef>