Skip to content

Commit

Permalink
Add updated odd and generated rng
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 5, 2024
1 parent 638589f commit c31a115
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
3 changes: 3 additions & 0 deletions schema/tei_jtei_annotated.odd
Original file line number Diff line number Diff line change
Expand Up @@ -2439,6 +2439,9 @@
<valItem mode="add" ident="#emacs"/>
<valItem mode="add" ident="#emacsorgmode"/>
<valItem mode="add" ident="#mandoku1"/>
<valItem mode="add" ident="#toolbox"/>
<valItem mode="add" ident="#ediarum"/>
<valItem mode="add" ident="#transkribus"/>
</valList>
<dataRef name="anyURI" restriction="http.+|#.+|@.+|hdl.+|mailto.+"/>
</alternate>
Expand Down
8 changes: 7 additions & 1 deletion 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-05T14:56:04Z. 2014.
Schema generated from ODD source 2024-02-05T16:07:06Z. 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 @@ -3069,6 +3069,12 @@ attributes @target and @cRef may be supplied on <name/>.</report>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>#mandoku1</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>#toolbox</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>#ediarum</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>#transkribus</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
</choice>
<data type="anyURI">
<param name="pattern">http.+|#.+|@.+|hdl.+|mailto.+</param>
Expand Down
12 changes: 9 additions & 3 deletions schema/tei_software_annotation.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-05T14:56:00Z. .
Schema generated from ODD source 2024-02-05T16:07:01Z. .
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 @@ -138,7 +138,7 @@ TEI Edition Location: https://www.tei-c.org/Vault/P5/4.7.0/
</choice>
</zeroOrMore>
</element>
<pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="d82315e131273-constraint">
<pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="d23525e131277-constraint">
<rule context="tei:content">
<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
namespaces
Expand Down Expand Up @@ -187,7 +187,7 @@ TEI Edition Location: https://www.tei-c.org/Vault/P5/4.7.0/
</choice>
</zeroOrMore>
</element>
<pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="d82315e132652-constraint">
<pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="d23525e132656-constraint">
<rule context="tei:datatype">
<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
namespaces
Expand Down Expand Up @@ -6842,6 +6842,12 @@ Sample values include: 1] rubbing; 2] mildew; 3] smoke</a:documentation>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>mandoku1</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>toolbox</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>ediarum</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>transkribus</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
</choice>
</attribute>
<empty/>
Expand Down
3 changes: 3 additions & 0 deletions schema/tei_software_annotation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,9 @@
<valItem mode="add" ident="emacs"/>
<valItem mode="add" ident="emacsorgmode"/>
<valItem mode="add" ident="mandoku1"/>
<valItem mode="add" ident="toolbox"/>
<valItem mode="add" ident="ediarum"/>
<valItem mode="add" ident="transkribus"/>
</valList>
</attDef>
</attList>
Expand Down

0 comments on commit c31a115

Please sign in to comment.