Skip to content

Commit

Permalink
regenerated schema
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Aug 20, 2019
1 parent b706b0c commit 9b95795
Showing 1 changed file with 36 additions and 3 deletions.
39 changes: 36 additions & 3 deletions schemas/folia.rng
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<grammar xmlns:a="http://relaxng.org/ns/annotation/0.9" xmlns:folia="http://ilk.uvt.nl/folia" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<grammar xmlns="http://relaxng.org/ns/structure/1.0" xmlns:folia="http://ilk.uvt.nl/folia" xmlns:a="http://relaxng.org/ns/annotation/0.9" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<!--
RelaxNG schema for FoLiA XML v2.1.0
RelaxNG schema for FoLiA XML v2.2.1
by Maarten van Gompel
Centre for Language and Speech Technology
Radboud University Nijmegen

https://proycon.github.io/folia
https://github.com/proycon/folia

Schema version 2.1.0
Schema version 2.2.1
(auto-generated by foliapy)

Validation examples:
Expand Down Expand Up @@ -11737,6 +11737,27 @@ RelaxNG schema for FoLiA XML v2.1.0
<zeroOrMore>
<ref name="timing"/>
</zeroOrMore>
<zeroOrMore>
<ref name="errordetection"/>
</zeroOrMore>
<zeroOrMore>
<ref name="pos"/>
</zeroOrMore>
<zeroOrMore>
<ref name="lemma"/>
</zeroOrMore>
<zeroOrMore>
<ref name="lang"/>
</zeroOrMore>
<zeroOrMore>
<ref name="domain"/>
</zeroOrMore>
<zeroOrMore>
<ref name="sense"/>
</zeroOrMore>
<zeroOrMore>
<ref name="subjectivity"/>
</zeroOrMore>
<zeroOrMore>
<ref name="alt"/>
</zeroOrMore>
Expand Down Expand Up @@ -12648,6 +12669,9 @@ RelaxNG schema for FoLiA XML v2.1.0
<zeroOrMore>
<ref name="ph"/>
</zeroOrMore>
<zeroOrMore>
<ref name="quote"/>
</zeroOrMore>
<zeroOrMore>
<ref name="ref"/>
</zeroOrMore>
Expand Down Expand Up @@ -13049,6 +13073,9 @@ RelaxNG schema for FoLiA XML v2.1.0
<zeroOrMore>
<ref name="ph"/>
</zeroOrMore>
<zeroOrMore>
<ref name="quote"/>
</zeroOrMore>
<zeroOrMore>
<ref name="ref"/>
</zeroOrMore>
Expand Down Expand Up @@ -13255,6 +13282,9 @@ RelaxNG schema for FoLiA XML v2.1.0
<zeroOrMore>
<ref name="ph"/>
</zeroOrMore>
<zeroOrMore>
<ref name="quote"/>
</zeroOrMore>
<zeroOrMore>
<ref name="ref"/>
</zeroOrMore>
Expand Down Expand Up @@ -14273,6 +14303,9 @@ RelaxNG schema for FoLiA XML v2.1.0
<zeroOrMore>
<ref name="part"/>
</zeroOrMore>
<zeroOrMore>
<ref name="quote"/>
</zeroOrMore>
<zeroOrMore>
<ref name="ref"/>
</zeroOrMore>
Expand Down

0 comments on commit 9b95795

Please sign in to comment.