Skip to content

Commit cde915b

Browse files
committed
add @type="works" to schema
1 parent 4b970d5 commit cde915b

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

code/odd/tei_kp1.odd

+6-2
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
<attDef ident="type" mode="change" usage="req">
534534
<valList mode="change" type="closed">
535535
<valItem ident="basic" mode="add">
536-
<desc versionDate="2024-03-25" xml:lang="en">a generic list of items</desc>
536+
<desc versionDate="2024-03-25" xml:lang="en">use for a generic list of items</desc>
537537
</valItem>
538538
<valItem ident="errata" mode="add">
539539
<desc versionDate="2024-03-25" xml:lang="en">each item contains
@@ -542,9 +542,13 @@
542542
the correction as <gi>item</gi> </desc>
543543
</valItem>
544544
<valItem ident="chronology" mode="add">
545-
<desc versionDate="2024-06-10" xml:lang="en">use <gi>label</gi>
545+
<desc versionDate="2024-06-26" xml:lang="en">use <gi>label</gi>
546546
for the date, followed by the event as <gi>item</gi>.</desc>
547547
</valItem>
548+
<valItem ident="works" mode="add">
549+
<desc versionDate="2024-06-26" xml:lang="en">use for a list of
550+
published works.</desc>
551+
</valItem>
548552
</valList>
549553
</attDef>
550554
<attDef ident="rend" mode="change" usage="req">

code/odd/tei_kp1.rng

+6-4
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 2024-06-26T21:28:54Z. .
8+
Schema generated from ODD source 2024-06-27T00:15:05Z. .
99
TEI Edition: P5 Version 4.7.0. Last updated on 16th November 2023, revision e5dd73ed0
1010
TEI Edition Location: https://www.tei-c.org/Vault/P5/4.7.0/
1111

@@ -139,7 +139,7 @@ TEI Edition Location: https://www.tei-c.org/Vault/P5/4.7.0/
139139
</choice>
140140
</zeroOrMore>
141141
</element>
142-
<pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="d10e76700-constraint">
142+
<pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="d10e76705-constraint">
143143
<rule context="tei:content">
144144
<report test="descendant::*[not(namespace-uri(.) = ('http://relaxng.org/ns/compatibility/annotations/1.0', 'http://relaxng.org/ns/structure/1.0', 'http://www.tei-c.org/ns/1.0'))]">content descendants must be in the
145145
namespaces
@@ -188,7 +188,7 @@ TEI Edition Location: https://www.tei-c.org/Vault/P5/4.7.0/
188188
</choice>
189189
</zeroOrMore>
190190
</element>
191-
<pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="d10e78079-constraint">
191+
<pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="d10e78084-constraint">
192192
<rule context="tei:datatype">
193193
<report test="descendant::*[not(namespace-uri(.) = ('http://relaxng.org/ns/structure/1.0', 'http://www.tei-c.org/ns/1.0'))]">datatype descendants must be in the
194194
namespaces
@@ -5116,12 +5116,14 @@ attributes @target and @cRef may be supplied on <name/>.</report>
51165116
<value>syllogism</value>
51175117
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(syllogism) each list item is part of an argument consisting of two or more propositions and a final conclusion derived from them.</a:documentation>
51185118
<value>basic</value>
5119-
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">a generic list of items</a:documentation>
5119+
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">use for a generic list of items</a:documentation>
51205120
<value>errata</value>
51215121
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">each item contains the error and correction, with a page number. Use <code xmlns="http://www.w3.org/1999/xhtml">&lt;label&gt;</code> for the error and page number, followed by the correction as <code xmlns="http://www.w3.org/1999/xhtml">&lt;item&gt;</code>
51225122
</a:documentation>
51235123
<value>chronology</value>
51245124
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">use <code xmlns="http://www.w3.org/1999/xhtml">&lt;label&gt;</code> for the date, followed by the event as <code xmlns="http://www.w3.org/1999/xhtml">&lt;item&gt;</code>.</a:documentation>
5125+
<value>works</value>
5126+
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">use for a list of published works.</a:documentation>
51255127
</choice>
51265128
</attribute>
51275129
<empty/>

image/syllogism.jpg

18.4 KB
Loading

0 commit comments

Comments
 (0)