Skip to content

Commit d120b0a

Browse files
committed
correction odd glossaire
1 parent 1776701 commit d120b0a

2 files changed

Lines changed: 25 additions & 9 deletions

File tree

schemas/glossaire-tei.rng

Lines changed: 24 additions & 8 deletions
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 2026-03-20T19:46:48Z. .
8+
Schema generated from ODD source 2026-03-20T19:58:09Z. .
99
TEI Edition: P5 Version 4.11.0. Last updated on 18th February 2026, revision 358d2e48e
1010
TEI Edition Location: https://www.tei-c.org/Vault/P5/4.11.0/
1111
Personnalisation TEI pour un glossaire autonome, en lien avec une édition critique numérique, produit automatiquement depuis un schéma XML de travail.
@@ -138,7 +138,7 @@ TEI Edition Location: https://www.tei-c.org/Vault/P5/4.11.0/
138138
</choice>
139139
</zeroOrMore>
140140
</element>
141-
<pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="d4477089e74208-constraint">
141+
<pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="d4484335e74066-constraint">
142142
<rule context="tei:content">
143143
<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
144144
namespaces
@@ -208,7 +208,7 @@ TEI Edition Location: https://www.tei-c.org/Vault/P5/4.11.0/
208208
</choice>
209209
</zeroOrMore>
210210
</element>
211-
<pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="d4477089e75889-constraint">
211+
<pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="d4484335e75747-constraint">
212212
<rule context="tei:datatype">
213213
<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
214214
namespaces
@@ -9182,11 +9182,27 @@ Suggested values include: 1] main; 2] hom (homograph); 3] xref (cross reference)
91829182
<ref name="tei_att.lexicographic.attributes"/>
91839183
<ref name="tei_att.typed.attribute.subtype"/>
91849184
<attribute name="type">
9185-
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(Type de trait grammatical.) Liste actuelle des types produits par la feuille XSLT.
9186-
Sample values include: 1] pos (part of speech); 2] gen (gender); 3] num (number); 4] animate; 5] proper</a:documentation>
9187-
<data type="token">
9188-
<param name="pattern">[^\p{C}\p{Z}]+</param>
9189-
</data>
9185+
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(Type de trait grammatical.) Liste actuelle des types produits par la feuille XSLT.</a:documentation>
9186+
<choice>
9187+
<value>genre</value>
9188+
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Genre grammatical.</a:documentation>
9189+
<value>nombre</value>
9190+
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Nombre grammatical.</a:documentation>
9191+
<value>cas</value>
9192+
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Cas grammatical.</a:documentation>
9193+
<value>degre</value>
9194+
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Degré de l’adjectif ou de l’adverbe.</a:documentation>
9195+
<value>construction</value>
9196+
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Construction grammaticale.</a:documentation>
9197+
<value>mode</value>
9198+
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Mode verbal.</a:documentation>
9199+
<value>temps</value>
9200+
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Temps verbal.</a:documentation>
9201+
<value>voix</value>
9202+
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Voix verbale.</a:documentation>
9203+
<value>personne</value>
9204+
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">Personne verbale.</a:documentation>
9205+
</choice>
91909206
</attribute>
91919207
<empty/>
91929208
</element>

schemas/glossaire.tei.odd.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
</desc>
214214
<attList>
215215
<attDef ident="type"
216-
mode="change"
216+
mode="replace"
217217
usage="req">
218218
<gloss>Type de trait grammatical.</gloss>
219219
<desc>Liste actuelle des types produits par la feuille XSLT.</desc>

0 commit comments

Comments
 (0)