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

add pb, add seriesStmt, add author@role="ctg", add editor@role="clb" #70 #69 #65

parent 97979362
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@
     ############################################## -->
  
          <moduleRef url="mathml.rng"/>
          <moduleRef url="metadata.rng"/>
          
          <!-- ############################################## 
     #### Attributes Class customisation       ####
@@ -83,9 +84,11 @@
          <elementRef key="index" source="tei:current"/>
          <elementRef key="measure" source="tei:current"/>
          <elementRef key="normalization" source="tei:current"/>
          <elementRef key="pb" source="tei:current"/>
          <elementRef key="publisher" source="tei:current"/>
          <elementRef key="pubPlace" source="tei:current"/>
          <elementRef key="respStmt" source="tei:current"/>
          <elementRef key="seriesStmt" source="tei:current"/>
          <elementRef key="width" source="tei:current"/>

          <!-- ############################################## 
@@ -160,6 +163,7 @@
              <attDef ident="role" mode="change">
                <valList type="closed" mode="replace">
                  <valItem ident="aut"/>
                  <valItem ident="ctg"/>
                  <valItem ident="edt"/>
                  <valItem ident="fld"/>
                  <valItem ident="trl"/>
@@ -276,6 +280,7 @@
            <attList>
              <attDef ident="role" mode="change">
                <valList type="closed" mode="replace">
                  <valItem ident="clb"/>
                  <valItem ident="edt"/>
                  <valItem ident="trl"/>
                  <valItem ident="fld"/>
@@ -523,6 +528,10 @@
            </attList>
          </elementSpec>

          <elementSpec ident="pb" module="core" mode="change">
            <desc versionDate="2024-02-24" xml:lang="fr">[Métopes] (début de page) marque le début d'une page de texte dans un document paginé.</desc>
          </elementSpec>

          <elementSpec ident="publicationStmt" module="header" mode="change">
            <content>
              <alternate minOccurs="0" maxOccurs="unbounded">
@@ -628,7 +637,6 @@
                  <valItem ident="publisher-works"/>
                  <valItem ident="rearnotes"/>
                  <valItem ident="other-credits"/>
                  <valItem ident="timeline"/>
                </valList>
              </attDef>
            </attList>
@@ -653,6 +661,10 @@
            </attList>
          </elementSpec>

          <elementSpec ident="seriesStmt" mode="change">
            <desc versionDate="2024-02-24" xml:lang="fr">[Métopes] (mention de collection) regroupe toute information relative à la collection (si elle existe) à laquelle appartient une publication.</desc>
          </elementSpec>

          <elementSpec ident="width" module="msdescription" mode="change">
            <desc versionDate="2024-02-24" xml:lang="fr">[Métopes] contient une dimension mesurée sur l'axe perpendiculaire au dos du manuscrit.</desc>
            <attList>
+58 −1
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 2024-11-25T08:46:28Z. .
Schema generated from ODD source 2025-01-08T18:55:22Z. .
TEI Edition: 
TEI Edition Location: https://www.tei-c.org/Vault/P5//
  
@@ -4716,17 +4716,20 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line;
      <choice>
         <ref name="lb"/>
         <ref name="anchor"/>
          <ref name="pb"/>
      </choice>
   </define>
   <define name="model.milestoneLike_alternation">
      <choice>
         <ref name="lb"/>
         <ref name="anchor"/>
         <ref name="pb"/>
      </choice>
   </define>
   <define name="model.milestoneLike_sequence">
      <ref name="lb"/>
      <ref name="anchor"/>
      <ref name="pb"/>
   </define>
   <define name="model.milestoneLike_sequenceOptional">
      <optional>
@@ -4735,6 +4738,9 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line;
      <optional>
         <ref name="anchor"/>
      </optional>
      <optional>
         <ref name="pb"/>
      </optional>
   </define>
   <define name="model.milestoneLike_sequenceOptionalRepeatable">
      <zeroOrMore>
@@ -4743,6 +4749,9 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line;
      <zeroOrMore>
         <ref name="anchor"/>
      </zeroOrMore>
      <zeroOrMore>
         <ref name="pb"/>
      </zeroOrMore>
   </define>
   <define name="model.milestoneLike_sequenceRepeatable">
      <oneOrMore>
@@ -4751,6 +4760,9 @@ Suggested values include: 1] volume (volume); 2] issue; 3] page (page); 4] line;
      <oneOrMore>
         <ref name="anchor"/>
      </oneOrMore>
      <oneOrMore>
         <ref name="pb"/>
      </oneOrMore>
   </define>
   <define name="model.gLike">
      <notAllowed/>
@@ -6335,6 +6347,8 @@ Elements 7.2.5. Speech Contents]</a:documentation>
                     <choice>
                        <value>aut</value>
                        <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
                        <value>ctg</value>
                        <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
                        <value>edt</value>
                        <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
                        <value>fld</value>
@@ -6372,6 +6386,8 @@ Elements 7.2.5. Speech Contents]</a:documentation>
               <list>
                  <oneOrMore>
                     <choice>
                       <value>clb</value>
                        <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
                        <value>edt</value>
                        <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
                        <value>trl</value>
@@ -6861,6 +6877,9 @@ Elements 7.2.5. Speech Contents]</a:documentation>
                  <ref name="extent"/>
               </optional>
               <ref name="publicationStmt"/>
               <zeroOrMore>
                  <ref name="seriesStmt"/>
               </zeroOrMore>
            </group>
            <oneOrMore>
               <ref name="sourceDesc"/>
@@ -8786,6 +8805,15 @@ Sample values include: 1] 4e-couv'</a:documentation>
         <empty/>
      </element>
   </define>
   <define name="pb">
      <element name="pb">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(page beginning) [Métopes] (début de page) marque le début d'une page de texte dans un document paginé. []</a:documentation>
         <empty/>
         <ref name="att.global.attributes"/>
         <ref name="att.typed.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="publisher">
      <element name="publisher">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(publisher) [Métopes] donne le nom de l'organisme responsable de la publication ou de la distribution d'un élément de la bibliographie. [ ]</a:documentation>
@@ -8834,6 +8862,35 @@ Sample values include: 1] 4e-couv'</a:documentation>
         <ref name="att.canonical.attributes"/>
         <empty/>
      </element>
   </define>
      <define name="seriesStmt">
      <element name="seriesStmt">
         <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(series statement) [Métopes] (mention de collection) regroupe toute information relative à la collection (si elle existe) à laquelle appartient une publication. [ ]</a:documentation>
         <choice>
            <oneOrMore>
               <ref name="model.pLike"/>
            </oneOrMore>
            <group>
               <oneOrMore>
                  <ref name="title"/>
               </oneOrMore>
               <zeroOrMore>
                  <choice>
                     <ref name="editor"/>
                     <ref name="respStmt"/>
                  </choice>
               </zeroOrMore>
               <zeroOrMore>
                  <choice>
                     <ref name="idno"/>
                     <ref name="biblScope"/>
                  </choice>
               </zeroOrMore>
            </group>
         </choice>
         <ref name="att.global.attributes"/>
         <empty/>
      </element>
   </define>
   <define name="width">
      <element name="width">