Skip to content

Commit

Permalink
List types defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Thoden committed Nov 29, 2018
1 parent 6dabfba commit 389524f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions exampleTEI.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="tei_schemata/tei_all.rnc" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="schema/out/EditionOpenAccess.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<!-- <?xml-model href="exampleTEI.rnc" type="application/relax-ng-compact-syntax"?>-->
<?xml-stylesheet type="text/css" href="tei.css" ?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
Expand Down Expand Up @@ -435,7 +435,7 @@
</list>
<p>In contrast to that, here is a list that is not numbered, but also contains the
same items! </p>
<list type="bulleted">
<list type="unordered">
<item>This is the <hi rend="italic">first</hi> entry.</item>
<item>This is the second entry.</item>
<item>This is the third entry</item>
Expand Down Expand Up @@ -915,7 +915,7 @@
<div type="letter" xml:id="letter_01">
<head>An important note</head>
<opener>
<num n="pages" value="5"/>
<measure commodity="pages" quantity="5"/>
<idno type="callnumber">R 5015</idno>
<val n="writingstyle">handwritten</val>
<date when="1963-04-11">1963/04/11</date>
Expand Down
2 changes: 1 addition & 1 deletion schema/eoa-TEI.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ lg =

\list =
element list {
attribute type { xsd:NCName },
attribute type { "ordered" | "unordered" | "gloss" },
(element item { spanmarkup }
| element label { xsd:NCName })+
}
Expand Down

0 comments on commit 389524f

Please sign in to comment.