diff --git a/exampleTEI.xml b/exampleTEI.xml index 4ac637b..6b042d0 100644 --- a/exampleTEI.xml +++ b/exampleTEI.xml @@ -1,5 +1,5 @@ - + @@ -435,7 +435,7 @@

In contrast to that, here is a list that is not numbered, but also contains the same items!

- + This is the first entry. This is the second entry. This is the third entry @@ -915,7 +915,7 @@
An important note - + R 5015 handwritten 1963/04/11 diff --git a/schema/eoa-TEI.rnc b/schema/eoa-TEI.rnc index a9d250e..346dd1d 100644 --- a/schema/eoa-TEI.rnc +++ b/schema/eoa-TEI.rnc @@ -345,7 +345,7 @@ lg = \list = element list { - attribute type { xsd:NCName }, + attribute type { "ordered" | "unordered" | "gloss" }, (element item { spanmarkup } | element label { xsd:NCName })+ }