File tree Expand file tree Collapse file tree 1 file changed +36
-3
lines changed
Expand file tree Collapse file tree 1 file changed +36
-3
lines changed Original file line number Diff line number Diff line change 1- <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">
1+ <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">
22<!--
3- RelaxNG schema for FoLiA XML v2.1.0
3+ RelaxNG schema for FoLiA XML v2.2.1
44 by Maarten van Gompel
55 Centre for Language and Speech Technology
66 Radboud University Nijmegen
77
88 https://proycon.github.io/folia
99 https://github.com/proycon/folia
1010
11- Schema version 2.1.0
11+ Schema version 2.2.1
1212 (auto-generated by foliapy)
1313
1414 Validation examples:
@@ -11737,6 +11737,27 @@ RelaxNG schema for FoLiA XML v2.1.0
1173711737 <zeroOrMore>
1173811738 <ref name="timing"/>
1173911739 </zeroOrMore>
11740+ <zeroOrMore>
11741+ <ref name="errordetection"/>
11742+ </zeroOrMore>
11743+ <zeroOrMore>
11744+ <ref name="pos"/>
11745+ </zeroOrMore>
11746+ <zeroOrMore>
11747+ <ref name="lemma"/>
11748+ </zeroOrMore>
11749+ <zeroOrMore>
11750+ <ref name="lang"/>
11751+ </zeroOrMore>
11752+ <zeroOrMore>
11753+ <ref name="domain"/>
11754+ </zeroOrMore>
11755+ <zeroOrMore>
11756+ <ref name="sense"/>
11757+ </zeroOrMore>
11758+ <zeroOrMore>
11759+ <ref name="subjectivity"/>
11760+ </zeroOrMore>
1174011761 <zeroOrMore>
1174111762 <ref name="alt"/>
1174211763 </zeroOrMore>
@@ -12648,6 +12669,9 @@ RelaxNG schema for FoLiA XML v2.1.0
1264812669 <zeroOrMore>
1264912670 <ref name="ph"/>
1265012671 </zeroOrMore>
12672+ <zeroOrMore>
12673+ <ref name="quote"/>
12674+ </zeroOrMore>
1265112675 <zeroOrMore>
1265212676 <ref name="ref"/>
1265312677 </zeroOrMore>
@@ -13049,6 +13073,9 @@ RelaxNG schema for FoLiA XML v2.1.0
1304913073 <zeroOrMore>
1305013074 <ref name="ph"/>
1305113075 </zeroOrMore>
13076+ <zeroOrMore>
13077+ <ref name="quote"/>
13078+ </zeroOrMore>
1305213079 <zeroOrMore>
1305313080 <ref name="ref"/>
1305413081 </zeroOrMore>
@@ -13255,6 +13282,9 @@ RelaxNG schema for FoLiA XML v2.1.0
1325513282 <zeroOrMore>
1325613283 <ref name="ph"/>
1325713284 </zeroOrMore>
13285+ <zeroOrMore>
13286+ <ref name="quote"/>
13287+ </zeroOrMore>
1325813288 <zeroOrMore>
1325913289 <ref name="ref"/>
1326013290 </zeroOrMore>
@@ -14273,6 +14303,9 @@ RelaxNG schema for FoLiA XML v2.1.0
1427314303 <zeroOrMore>
1427414304 <ref name="part"/>
1427514305 </zeroOrMore>
14306+ <zeroOrMore>
14307+ <ref name="quote"/>
14308+ </zeroOrMore>
1427614309 <zeroOrMore>
1427714310 <ref name="ref"/>
1427814311 </zeroOrMore>
You can’t perform that action at this time.
0 commit comments