Commit d6502561 authored by RIVIERE Jean François's avatar RIVIERE Jean François
Browse files

commons-publishing.odd : fix syntax error on elementSpec ident="bibl"

parent a4d38c53
Loading
Loading
Loading
Loading
+1 −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-01-03T11:47:39Z. .
Schema generated from ODD source 2024-02-09T13:46:21Z. .
TEI Edition: 
TEI Edition Location: https://www.tei-c.org/Vault/P5//
  
+16 −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 2023-10-02T12:23:00Z. .
Schema generated from ODD source 2024-02-09T13:44:37Z. .
TEI Edition: Version 4.5.0. Last updated on
        25th October 2022, revision 3e98e619e
TEI Edition Location: https://www.tei-c.org/Vault/P5/Version 4.5.0/
@@ -2564,6 +2564,21 @@ Elements 7.2.5. Speech Contents]</a:documentation>
         <ref name="att.global.rendition.attribute.rendition"/>
         <ref name="att.global.linking.attribute.prev"/>
         <ref name="att.typed.attribute.type"/>
         <optional>
            <attribute name="rend">
               <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">(rendition) indicates how the element in question was rendered or presented in the source text.</a:documentation>
               <list>
                  <oneOrMore>
                     <choice>
                        <value>block</value>
                        <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
                        <value>inline</value>
                        <a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
                     </choice>
                  </oneOrMore>
               </list>
            </attribute>
         </optional>
         <empty/>
      </element>
   </define>
+2 −1
Original line number Diff line number Diff line
@@ -436,11 +436,12 @@
        <elementSpec ident="bibl" module="core" mode="change">
          <attList>
            <attDef ident="n" mode="delete" />
            <attDef ident="rend" mode="change" />
            <attDef ident="rend" mode="change">
              <valList mode="add" type="closed">
                <valItem ident="block" />
                <valItem ident="inline" />
              </valList>
            </attDef>
            <attDef ident="default" mode="delete" />
            <attDef ident="subtype" mode="delete" />
            <attDef ident="status" mode="delete" />
+5 −5

File changed.

Contains only whitespace changes.