Commit d07142de authored by Charles Bourdot's avatar Charles Bourdot
Browse files

fix text@type, vol_ into Vol_

parent 3c307f3a
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
         xmlns:xlink="http://www.w3.org/1999/xlink"
         datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
         ns="http://www.tei-c.org/ns/1.0"><!--
Schema generated from ODD source 2023-11-14T15:25:55Z. .
Schema generated from ODD source 2023-11-15T09:33:56Z. .
TEI Edition: 
TEI Edition Location: https://www.tei-c.org/Vault/P5//
  
@@ -5694,7 +5694,7 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line;
            <attribute name="rend">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
               <data type="token">
                  <param name="pattern">(vol_.*)|(editor-[\w]*)|(author(ity|ities)?(-|_)?[\w]*)|(title-[\w]*)|(TEI_local[\w]*)|(unkown:[\w]*)|(break|answer|question|consecutive|caption|credits|#rtl|#ltr|docTitle|titlePart|docAuthor|affiliation|email)</param>
                  <param name="pattern">(Vol_.*)|(editor-[\w]*)|(author(ity|ities)?(-|_)?[\w]*)|(title-[\w]*)|(TEI_local[\w]*)|(unkown:[\w]*)|(break|answer|question|consecutive|caption|credits|#rtl|#ltr|docTitle|titlePart|docAuthor|affiliation|email)</param>
               </data>
            </attribute>
         </optional>
@@ -7183,10 +7183,6 @@ Sample values include: 1] first-line; 2] first-letter; 3] before; 4] after</a:do
            <attribute name="type">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
               <choice>
                  <value>book</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
                  <value>issue</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
                  <value>book</value>
                  <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
                  <value>issue</value>
+1 −3
Original line number Diff line number Diff line
@@ -120,8 +120,6 @@
          <attList>
            <attDef ident="type" mode="add">
              <valList mode="add" type="closed">
                <valItem ident="book" />
                <valItem ident="issue" />
                <valItem ident="book"/>
                <valItem ident="issue"/>
                <valItem ident="acknowledgments"/>
@@ -208,7 +206,7 @@
            <attDef ident="rend" mode="replace">
              <datatype>
                <dataRef key="teidata.pattern"
                  restriction="(vol_.*)|(editor-[\w]*)|(author(ity|ities)?(-|_)?[\w]*)|(title-[\w]*)|(TEI_local[\w]*)|(unkown:[\w]*)|(break|answer|question|consecutive|caption|credits|#rtl|#ltr|docTitle|titlePart|docAuthor|affiliation|email)" />
                  restriction="(Vol_.*)|(editor-[\w]*)|(author(ity|ities)?(-|_)?[\w]*)|(title-[\w]*)|(TEI_local[\w]*)|(unkown:[\w]*)|(break|answer|question|consecutive|caption|credits|#rtl|#ltr|docTitle|titlePart|docAuthor|affiliation|email)" />
              </datatype>
            </attDef>
          </attList>