-
In rather stark contrast to the note in #1496, which says implementors should do whatever they like when a list of models don't have an obvious first choice, a following note says:
> If there are two…
-
At present the default value for @maxOccurs is 1 which leads to a contradictory situation if @minOccurs is supplied with a value greater than 1. Clearly if I say @minOccurs=3 I am expecting at least 3…
-
team requested prioritize conversion of these files;
typically would break this into smaller chunks which I may do depending on how well this goes
-
`` can be empty, as it is in many elements that contain no content. But the content model doesn't actually permit this:
``` xml
```
-
@ebeshero @RJP43 When working with a XML file that does not have TEI involved (or has yet to be converted to TEI like our graveyardInfo.mxl in theGraveyard repository) what do I do to get proper outpu…
-
a) `@extent` is independently specified on `` and ``; they are identical and should be a class.
b) The values for `@extent` (full, pref, suff, part) may not suitable for all language and dictionary t…
-
At line 1.8–9, the words ista and antra are swapped in different mss. We handled that with this: `
antra
ista
…
-
`` is invalid, because it only contains one element ``. `` can either be unstructured, and contain an `` or `` with free text content, or it has to have one of the following as the initial element: `,…
-
As pointed out during the thread starting here on TEI-L:
http://listserv.brown.edu/archives/cgi-bin/wa?A2=ind1306&L=TEI-L&F=&S=&P=86274
the `` element is never mentioned in chapter 22. There are als…
-
It could be interesting for many project to have a generic `@class` attribute for passing information from the MEI to processed output. I am thinking typically of SVG output. Its use would be complete…