Skip to content

Commit 3619568

Browse files
committed
odd: att.linguistic changes
1 parent 7225602 commit 3619568

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

802_tei_odd/out/shawi_corpus.rng

+2-10
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-03-07T08:51:47Z. .
8+
Schema generated from ODD source 2025-03-07T12:54:46Z. .
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
@@ -4868,20 +4868,11 @@ Suggested values include: 1] persuade; 2] express; 3] inform; 4] entertain</a:do
48684868
</define>
48694869
<define name="att.linguistic.attributes">
48704870
<ref name="att.lexicographic.normalized.attributes"/>
4871-
<ref name="att.linguistic.attribute.lemma"/>
48724871
<ref name="att.linguistic.attribute.lemmaRef"/>
48734872
<ref name="att.linguistic.attribute.pos"/>
48744873
<ref name="att.linguistic.attribute.msd"/>
48754874
<ref name="att.linguistic.attribute.join"/>
48764875
</define>
4877-
<define name="att.linguistic.attribute.lemma">
4878-
<optional>
4879-
<attribute name="lemma">
4880-
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">provides a lemma (base form) for the word, typically uninflected and serving both as an identifier (e.g. in dictionary contexts, as a headword), and as a basis for potential inflections.</a:documentation>
4881-
<data type="string"/>
4882-
</attribute>
4883-
</optional>
4884-
</define>
48854876
<define name="att.linguistic.attribute.lemmaRef">
48864877
<optional>
48874878
<attribute name="lemmaRef">
@@ -4950,6 +4941,7 @@ Suggested values include: 1] persuade; 2] express; 3] inform; 4] entertain</a:do
49504941
<element name="phr">
49514942
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(phrase) represents a grammatical phrase. [17.1. Linguistic Segment Categories]</a:documentation>
49524943
<ref name="macro.phraseSeq"/>
4944+
<ref name="att.linguistic.attributes"/>
49534945
<ref name="att.global.attribute.n"/>
49544946
<ref name="att.global.attribute.xmllang"/>
49554947
<ref name="att.global.attribute.xmlbase"/>

802_tei_odd/shawi_corpus.odd

+9
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
<moduleRef key="linking" include="timeline when anchor"/>
3737
<moduleRef key="spoken" include="annotationBlock u recordingStmt recording"></moduleRef>
3838

39+
<classSpec type="atts" ident="att.linguistic" mode="change">
40+
<attList>
41+
<attDef ident="lemma" mode="delete"/>
42+
</attList>
43+
</classSpec>
44+
3945
<elementSpec ident="resp" module="core" mode="replace">
4046
<content>
4147
<valList type="closed">
@@ -301,6 +307,9 @@
301307
</elementSpec>
302308

303309
<elementSpec ident="phr" module="analysis" mode="change">
310+
<classes mode="change">
311+
<memberOf key="att.linguistic"/>
312+
</classes>
304313
<attList>
305314
<attDef ident="xml:id" mode="change" usage="req"/>
306315
</attList>

0 commit comments

Comments
 (0)