Skip to content

Commit

Permalink
fix to odd for rs types
Browse files Browse the repository at this point in the history
  • Loading branch information
anneferger committed Feb 5, 2024
1 parent 1a1b0b9 commit 5a96298
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion schema/tei_jtei_annotated.odd
Original file line number Diff line number Diff line change
Expand Up @@ -3498,7 +3498,7 @@
<attList>
<!-- To do: Pointers should point to ../taxonomy/citation-taxonomy.xml and multiple values divided by whitespaces are also allowed -->
<attDef ident="type" mode="change" usage="req">
<valList type="closed">
<valList type="closed" mode="change">
<valItem mode="add" ident="soft.bib"/>
<valItem mode="add" ident="soft.bib.ref"/>
<valItem mode="add" ident="soft.name"/>
Expand Down
21 changes: 17 additions & 4 deletions schema/tei_jtei_annotated.rng
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns="http://relaxng.org/ns/structure/1.0"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
ns="http://www.tei-c.org/ns/1.0"><!--
Schema generated from ODD source 2024-02-05T11:18:09Z. 2014.
Schema generated from ODD source 2024-02-05T11:37:26Z. 2014.
TEI Edition: P5 Version 4.7.0. Last updated on 16th November 2023, revision e5dd73ed0
TEI Edition Location: https://www.tei-c.org/Vault/P5/4.7.0/
Expand Down Expand Up @@ -2459,9 +2459,22 @@ Sample values include: 1] rubbing (rubbing); 2] mildew (mildew); 3] smoke (smoke
<ref name="att.naming.attributes"/>
<attribute name="type">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0">characterizes the element in some sense, using any convenient classification scheme or typology.</a:documentation>
<data type="token">
<param name="pattern">[^\p{C}\p{Z}]+</param>
</data>
<choice>
<value>soft.bib</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>soft.bib.ref</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>soft.name</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>soft.agent</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>soft.url</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>soft.pid</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>soft.ver</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
</choice>
</attribute>
<attribute name="ref">
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
Expand Down

0 comments on commit 5a96298

Please sign in to comment.