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 20, 2024
1 parent 99306cd commit 41ebea7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 2 additions & 0 deletions schema/tei_jtei_annotated.odd
Original file line number Diff line number Diff line change
Expand Up @@ -2475,6 +2475,8 @@
<valItem mode="add" ident="#readingtei"/>
<valItem mode="add" ident="#apachecocoon"/>
<valItem mode="add" ident="#lexico"/>
<valItem mode="add" ident="#jekyll"/>
<valItem mode="add" ident="#gatsby"/>
</valList>
<dataRef name="anyURI" restriction="http.+|#.+|@.+|hdl.+|mailto.+"/>
</alternate>
Expand Down
6 changes: 5 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-20T00:35:58Z. 2014.
Schema generated from ODD source 2024-02-20T08:30:54Z. 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 @@ -3141,6 +3141,10 @@ attributes @target and @cRef may be supplied on <name/>.</report>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>#lexico</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>#jekyll</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>#gatsby</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
10 changes: 7 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-20T00:35:53Z. .
Schema generated from ODD source 2024-02-20T08:30:49Z. .
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="d11799e131313-constraint">
<pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="d23593e131315-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="d11799e132692-constraint">
<pattern xmlns="http://purl.oclc.org/dsdl/schematron" id="d23593e132694-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 @@ -6914,6 +6914,10 @@ Sample values include: 1] rubbing; 2] mildew; 3] smoke</a:documentation>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>lexico</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>jekyll</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
<value>gatsby</value>
<a:documentation xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"/>
</choice>
</attribute>
<empty/>
Expand Down
2 changes: 2 additions & 0 deletions schema/tei_software_annotation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,8 @@
<valItem mode="add" ident="readingtei"/>
<valItem mode="add" ident="apachecocoon"/>
<valItem mode="add" ident="lexico"/>
<valItem mode="add" ident="jekyll"/>
<valItem mode="add" ident="gatsby"/>
</valList>
</attDef>
</attList>
Expand Down

0 comments on commit 41ebea7

Please sign in to comment.