From 389524fbaa9352acb78788c7dd900db088f34263 Mon Sep 17 00:00:00 2001 From: Klaus Thoden Date: Thu, 29 Nov 2018 10:42:14 +0100 Subject: [PATCH] List types defined --- exampleTEI.xml | 6 +++--- schema/eoa-TEI.rnc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 })+ }