Skip to content

Commit bec0e73

Browse files
committed
Fix reference to facsimile.
1 parent 8102c37 commit bec0e73

File tree

5 files changed

+323
-319
lines changed

5 files changed

+323
-319
lines changed

TEI/PressMint-schemaSpecs.editing.odd.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
elements may be combined within a <gi>TEI</gi> (or <gi>teiCorpus</gi>) element.</desc>
157157
<content>
158158
<elementRef key="teiHeader" minOccurs="1" maxOccurs="1"/>
159-
<elementRef key="facs" minOccurs="0" maxOccurs="1"/>
159+
<elementRef key="facsimile" minOccurs="0" maxOccurs="1"/>
160160
<elementRef key="text" minOccurs="1" maxOccurs="1"/>
161161
</content>
162162
<attList>

TEI/PressMint-schemaSpecs.odd.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
elements may be combined within a <gi>TEI</gi> (or <gi>teiCorpus</gi>) element.</desc>
137137
<content>
138138
<elementRef key="teiHeader" minOccurs="1" maxOccurs="1"/>
139-
<elementRef key="facs" minOccurs="0" maxOccurs="1"/>
139+
<elementRef key="facsimile" minOccurs="0" maxOccurs="1"/>
140140
<elementRef key="text" minOccurs="1" maxOccurs="1"/>
141141
</content>
142142
<attList>

TEI/PressMint.odd.rnc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace xi = "http://www.w3.org/2001/XInclude"
1111
namespace xlink = "http://www.w3.org/1999/xlink"
1212
namespace xsl = "http://www.w3.org/1999/XSL/Transform"
1313

14-
# Schema generated from ODD source 2025-10-01T10:00:46Z. 2025-09-30.
14+
# Schema generated from ODD source 2025-10-01T10:04:42Z. 2025-09-30.
1515
# TEI Edition: P5 Version 4.10.0a. Last updated on 13th August 2025, revision 73d59c946
1616
# TEI Edition Location: https://www.tei-c.org/Vault/P5/4.10.0a/
1717
#
@@ -1984,6 +1984,7 @@ tei_TEI =
19841984
]
19851985
element TEI {
19861986
tei_teiHeader,
1987+
tei_facsimile?,
19871988
tei_text,
19881989
tei_att.global.attribute.n,
19891990
tei_att.global.linking.attribute.corresp,

TEI/PressMint.odd.rng

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:xlink="http://www.w3.org/1999/xlink"
66
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
77
ns="http://www.tei-c.org/ns/1.0"><!--
8-
Schema generated from ODD source 2025-10-01T10:00:41Z. 2025-09-30.
8+
Schema generated from ODD source 2025-10-01T10:04:37Z. 2025-09-30.
99
TEI Edition: P5 Version 4.10.0a. Last updated on 13th August 2025, revision 73d59c946
1010
TEI Edition Location: https://www.tei-c.org/Vault/P5/4.10.0a/
1111
@@ -3207,6 +3207,9 @@ Sample values include: 1] main; 2] sub (subordinate); 3] alt (alternate); 4] sho
32073207
xmlns:rng="http://relaxng.org/ns/structure/1.0">&lt;TEI&gt;</code> (or <code xmlns="http://www.w3.org/1999/xhtml"
32083208
xmlns:rng="http://relaxng.org/ns/structure/1.0">&lt;teiCorpus&gt;</code>) element. [4. Default Text Structure 16.1. Varieties of Composite Text]</a:documentation>
32093209
<ref name="tei_teiHeader"/>
3210+
<optional>
3211+
<ref name="tei_facsimile"/>
3212+
</optional>
32103213
<ref name="tei_text"/>
32113214
<ref name="tei_att.global.attribute.n"/>
32123215
<ref name="tei_att.global.linking.attribute.corresp"/>

docs/index.html

Lines changed: 315 additions & 315 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)