-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtei-betamesaheft-cdcc.xml
8369 lines (8164 loc) · 347 KB
/
tei-betamesaheft-cdcc.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<!-- Start license statement: do not remove
Beta maṣāḥǝft Schema
Copyright (c) 2016-2040 by all contributors listed in <titleStmt>, below and contributors to the github stored version
see https://github.com/BetaMasaheft/Schema/graphs/contributors
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
The Beta maṣāḥǝft Guidelines, which integrate the latest version of this schema, should be used contextually.
https://betamasaheft.eu/Guidelines/
End license statement: do not remove -->
<TEI xmlns="http://www.tei-c.org/ns/1.0" xmlns:tei="http://www.tei-c.org/ns/1.0"
xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron"
xmlns:bm="https://betamasaheft.eu" xml:lang="en">
<teiHeader>
<fileDesc>
<titleStmt>
<title>Beta maṣāḥǝft Schema</title>
<author xml:id="PL">Pietro Liuzzo</author>
<author xml:id="ES">Eugenia Sokolinski</author>
<author xml:id="DR">Dorothea Reule</author>
</titleStmt>
<publicationStmt>
<authority>Hiob-Ludolf-Zentrum für Äthiopistik</authority>
<publisher>Die Schriftkultur des christlichen Äthiopiens und Eritreas: Eine
multimediale Forschungsumgebung / Beta maṣāḥǝft</publisher>
<pubPlace>Hamburg</pubPlace>
<availability>
<licence target="http://creativecommons.org/licenses/by-sa/4.0/"> This file is
licensed under the Creative Commons Attribution-ShareAlike 4.0. </licence>
</availability>
</publicationStmt>
<sourceDesc>
<p>created electronically</p>
</sourceDesc>
</fileDesc>
<revisionDesc>
<change who="PL" when="2016-04-08">generated first version of the ODD from
requirements</change>
<change who="DR" when="2017-04-21">Added keyword</change>
<change who="DR" when="2017-05-02">Added value definitions @place</change>
<change who="DR" when="2017-09-15">Added philosophy keyword</change>
<change who="DR" when="2017-12-15">Added Golden Gospel relation</change>
<change who="ES" when="2018-05-25">Added Lexicon relation</change>
<change who="DR" when="2018-06-29">Deleted TransactionNote and updated definition for
RecordTransaction</change>
<change who="ES" when="2018-06-29">Added WD, AE</change>
<change who="ES" when="2018-07-02">Added HE</change>
<change who="PL" when="2018-07-20">Changed the context statements for schematron rules
pointing directly to @xml:id. This was preventing proper validation in JING</change>
<change who="PL" when="2018-07-20">Added rule for dimensions and dim inside item of
collation</change>
<change who="PL" when="2018-09-11">Purified according to
http://teic.github.io/TCW/purifyDoc.html</change>
<change who="PL" when="2018-09-11">transformed with
https://raw.githubusercontent.com/TEIC/TEI/dev/P5/Scripts/purify.xsl</change>
<change who="PL" when="2018-09-18">added examples to all rules and description to all rules, transformed to
RNG with modified TEI XSLT to produce links in descriptions.</change>
<change who="PL" when="2018-11-22">added rules
to constrain use of listBibl, check the ids in placeName
and persName, avoid locus inside div[@type='edition'].</change>
<change who="PL" when="2019-01-30">upgraded source to 3.5.0 after release.</change>
<change when="2019-03-28" who="ES">added objects of veneration</change>
<change when="2019-04-18" who="ES">added leafTabMark leafStringMark</change>
<change when="2019-04-23" who="ES">added mitredCorner openMitredCorner overlappingCornerFO overlappingCornerHTO quarterCover overCover stitchedCorner tonguedCorner</change>
<change when="2019-04-24" who="ES">corrected rule for msFrag IDs</change>
<change when="2019-11-14" who="PL">added Hagos, Marawəḥ and miniature collection</change>
<change when="2019-11-18" who="DR">Corrected typos</change>
<change when="2019-11-20" who="DR">Added ApocalypticLiterature</change>
<change when="2020-03-07" who="PL">Reorganized closed list for relations by domain and range entity types as in the guidelines .</change>
<change when="2020-04-29" who="DE">Added DidacticMaterial</change>
</revisionDesc>
</teiHeader>
<text>
<front>
<divGen type="toc"/>
</front>
<body>
<p>Schema for the Beta maṣāḥǝft: Manuscripts of Ethiopia and Eritrea research
environment. The website <ref target="https://betamasaheft.eu/Guidelines">Beta
maṣāḥǝft Guidelines</ref> contains all the how to details.</p>
<p><att>xml:base</att> is used in <gi>teiHeader</gi> and <gi>text</gi> to support completion of partial URI given only as ID of a record.
Fragment only references should be interpreted without using this base url, as they are local pointers.</p>
<schemaSpec ident="tei-betamesaheft" docLang="en" prefix="tei_" start="TEI"
xml:lang="en" source="tei:3.5.0">
<!-- MODULES USED BY THE Beta maṣāḥǝft: Manuscripts of Ethiopia and Eritrea SCHEMA
the @source ties our current schema to the version 3.5.0 of TEI
-->
<moduleRef key="core" except="term"/> <!--Syd added except=term, 2020-05-29-->
<moduleRef key="tei"/>
<moduleRef key="header" except="appInfo"/>
<moduleRef key="textstructure"
except="argument byline closer div1 div2 div3 div4 div5 div6 div7 imprimatur
opener postscript salute signed titlePage titlePart trailer"/>
<moduleRef key="transcr" except="damageSpan restore"/>
<moduleRef key="verse" except="caesura metDecl metSym rhyme"/>
<moduleRef key="analysis" except="cl span spanGrp"/>
<moduleRef key="certainty" except="respons"/>
<moduleRef key="gaiji" except="char charName unicodeName"/>
<moduleRef key="linking" except="alt altGrp joinGrp timeline when"/>
<moduleRef key="msdescription"/>
<moduleRef key="namesdates"
except="climate geoFeat langKnowledge
langKnown nameLink population socecStatus terrain trait"/>
<moduleRef key="textcrit" except="lacunaEnd lacunaStart witDetail witEnd witStart"/>
<moduleRef key="figures" except="cell formula row table"/>
<moduleRef key="spoken"
except="broadcast equipment incident kinesic pause recording recordingStmt
scriptStmt shift u vocal writing"/>
<moduleRef key="corpus"
except="activity channel constitution derivation domain factuality interaction locale
preparedness purpose setting textDesc"/>
<elementSpec ident="antiphon" mode="add" ns="bm">
<gloss>Antiphon Element</gloss>
<desc>Added to the schema for marking up a section of text which has this
particular function</desc>
<!-- No example available -->
<classes>
<memberOf key="model.pPart.transcriptional"/>
</classes>
<content>
<textNode/>
</content>
</elementSpec>
<!--allows listRelation everywhere-->
<elementSpec ident="listRelation" mode="change" module="namesdates">
<desc><gi>listRelation</gi> is needed everywhere to encoders which want to keep
relevant relation statements close to the part of the file they refer to.
This does not prevent being able to have one <gi>listRelation</gi> only
with all relations in it. <ref
target="https://betamasaheft.eu/Guidelines/?id=listRelation">Beta
maṣāḥǝft Guidelines</ref></desc>
<classes>
<memberOf key="model.global"/>
</classes>
<exemplum>
<egXML xmlns="http://www.tei-c.org/ns/Examples" source="RIE185and270">
<history>
<origin>
<origPlace> It was seen by the DAE in a private house in
<placeName ref="LOC1310Aksum"/>
</origPlace>
<origDate notBefore="0300" notAfter="0400"/>
<listRelation>
<relation name="saws:isDirectCopyOf"
active="RIE185bisand270bis" passive="RIE185and270">
<desc>There are two sets of the so-called
‘pseudo-trilingual’ royal inscriptions, RIÉ nos 185
and 270, which correspond to two sets of three
parallel texts each, respectively in Ethiopic in
South Arabian script (RIÉ nos 185 I and 185bis I),
in Ethiopic in Ethiopic non-vocalized script (RIÉ
nos 185 II and 185bis II), and in Greek language and
script (RIÉ nos 270 and 270bis)</desc>
</relation>
</listRelation>
</origin>
</history>
</egXML>
</exemplum>
</elementSpec>
<elementSpec ident="msDesc" mode="change" module="msdescription">
<desc>Sometimes we know of manuscripts which have a part which has been moved to
another manuscript. In this case we know of a fragment of this manuscript
inside another manuscript so we need to use both <gi>msPart</gi> and
<gi>msFrag</gi> in <gi>msDesc</gi>. This was discussed in <ref
target="https://github.com/TEIC/TEI/issues/1747">issue 1747 of
TEI-C</ref>. <ref target="https://betamasaheft.eu/Guidelines/?id=msDesc"
>Beta maṣāḥǝft Guidelines</ref></desc>
<content>
<sequence>
<elementRef key="msIdentifier"/>
<classRef key="model.headLike" minOccurs="0" maxOccurs="unbounded"/>
<alternate>
<classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/>
<sequence>
<elementRef key="msContents" minOccurs="0"/>
<elementRef key="physDesc" minOccurs="0"/>
<elementRef key="history" minOccurs="0"/>
<elementRef key="additional" minOccurs="0"/>
<!-- in the original TEI content model this is inside an alternate element. this change allows us to have at the same level inside msDesc both msPart and msFrag-->
<elementRef key="msPart" minOccurs="0" maxOccurs="unbounded"/>
<elementRef key="msFrag" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</alternate>
</sequence>
</content>
<remarks>
<p>Allow both <gi>msPart</gi> and <gi>msFrag</gi> to occur in
<gi>msDesc</gi>. See <ref target="https://betamasaheft.eu/BNFet45"
>BNFet45</ref></p>
</remarks>
</elementSpec>
<!-- LISTS OF VALUES FOR ATTRIBUTES-->
<!-- adds value partly to del/@rend-->
<elementSpec ident="del" mode="change" module="core">
<desc>The list of values allowed for <att>rend</att> in <gi>del</gi> is limited
to four values. This was inherited from the EpiDoc Schema. <ref
target="https://betamasaheft.eu/Guidelines/?id=del">Beta maṣāḥǝft
Guidelines</ref></desc>
<attList>
<attDef ident="rend" mode="replace">
<valList type="closed">
<valItem ident="erasure">
<desc>scratched with a knife or similar</desc>
</valItem>
<valItem ident="strikethrough">
<desc>crossed out with red or black ink, a line or dashes</desc>
</valItem>
<valItem ident="expunctuated">
<desc>marked with dots above or below the line</desc>
</valItem>
<valItem ident="effaced">
<desc>deleted or washed out, the material is untouched</desc>
</valItem>
</valList>
</attDef>
</attList>
<exemplum>
<egXML xmlns="http://www.tei-c.org/ns/Examples" source="IVefiopsk15">
<del rend="erasure" resp="PRS9602Turaev" extent="unknown"/>
</egXML>
</exemplum>
</elementSpec>
<elementSpec ident="binding" mode="change" module="msdescription">
<desc>The list of values allowed for <att>contemporary</att> in <gi>binding</gi>
is limited to four values mapped to the Ethio-SPaRe project values. <ref
target="https://betamasaheft.eu/Guidelines/?id=binding">Beta maṣāḥǝft
Guidelines</ref></desc>
<attList>
<attDef ident="contemporary" mode="replace">
<valList type="closed">
<valItem ident="partly">
<desc>See all examples where this value is used <ref target="https://betamasaheft.eu/xpath?xpath=%24config%3Acollection-rootMS%2F%2Ft%3Abinding%5B%40contemporary%3D%27partly%27%5D">here</ref>.
</desc>
</valItem>
<valItem ident="true">
<desc>See all examples where this value is used <ref target="https://betamasaheft.eu/xpath?xpath=%24config%3Acollection-rootMS%2F%2Ft%3Abinding%5B%40contemporary%3D%27true%27%5D">here</ref>.
</desc>
</valItem>
<valItem ident="false">
<desc>See all examples where this value is used <ref target="https://betamasaheft.eu/xpath?xpath=%24config%3Acollection-rootMS%2F%2Ft%3Abinding%5B%40contemporary%3D%27false%27%5D">here</ref>.
</desc>
</valItem>
<valItem ident="unknown">
<desc>See all examples where this value is used <ref target="https://betamasaheft.eu/xpath?xpath=%24config%3Acollection-rootMS%2F%2Ft%3Abinding%5B%40contemporary%3D%27unknown%27%5D">here</ref>.
</desc>
</valItem>
</valList>
</attDef>
</attList>
<exemplum>
<egXML xmlns="http://www.tei-c.org/ns/Examples" source="GAet9">
<binding contemporary="false" xml:id="binding">
<decoNote xml:id="b1">The book has been professionally restored.
During the intervention the book has been rebound thus it has an
occidental binding with wooden boards and a quarter leather
cover. The book was sewn using a thread of vegetal origin on
four sewing supports made of parchment.</decoNote>
</binding>
</egXML>
</exemplum>
</elementSpec>
<!-- adds value partly to add/@place-->
<elementSpec ident="add" mode="change" module="core">
<desc>Limits and defines values of the attribute <att>place</att> in
<gi>add</gi>. <ref target="https://betamasaheft.eu/Guidelines/?id=add"
>Beta maṣāḥǝft Guidelines</ref></desc>
<attList>
<attDef ident="place" mode="replace">
<valList type="closed">
<valItem ident="above">
<desc>text written above the line</desc>
</valItem>
<valItem ident="below">
<desc>text written below the line</desc>
</valItem>
<valItem ident="bottom">
<desc>text written at the foot of the page</desc>
</valItem>
<valItem ident="inline">
<desc>text written within the body of the text</desc>
</valItem>
<valItem ident="interlinear">
<desc>text written between two lines</desc>
</valItem>
<valItem ident="left">
<desc>text written to the left of the preceding text node</desc>
</valItem>
<valItem ident="margin">
<desc>text written in the margin (left, right, or both)</desc>
</valItem>
<valItem ident="mixed">
<desc>text written both on top and left or right and
bottom</desc>
</valItem>
<valItem ident="opposite">
<desc>text written on the opposite, i.e. facing, page</desc>
</valItem>
<valItem ident="overleaf">
<desc>text written on the other side of the leaf</desc>
</valItem>
<valItem ident="overstrike">
<desc>text written over previously deleted text</desc>
</valItem>
<valItem ident="right">
<desc>text written to the right of the preceding text
node</desc>
</valItem>
<valItem ident="top">
<desc>text written at the top of the page</desc>
</valItem>
<valItem ident="unspecified">
<desc>use this only when no information is currently available
and make yourself a note to check photos or source to
improve this point</desc>
</valItem>
</valList>
</attDef>
</attList>
<exemplum>
<egXML xmlns="http://www.tei-c.org/ns/Examples" source="FSUrueppII1">
<incipit xml:lang="gez">በስመ፡ እግዚአብሔር፡ መሐሪ፡ ወመስተሣህል፡ ርኁ<sic resp="DR"
>ቅ</sic>፡ መዓት፡ ወብዙኃ፡ ምሕረት፡ ወጻድቅ፡ እጽሕፍ፡ አንሰ፡ መጽሐፈ፡ ሄኖክ፡ ነቢይ፡
በረከቱ፡ ወሀብተ፡ ረድኤቱ፡ የሀሉ፡ ምስለ፡ ፍቁሩ፡ <del rend="erasure"
extent="unknown"/>
<add place="overstrike">
<persName ref="PRS11707WaldaS">ወል<sic resp="DR">ዳ</sic>፡
ሳሙኤል፡</persName>
</add> ለዓለመ፡ ዓለም፡ አሜን።</incipit>
</egXML>
</exemplum>
<exemplum>
<egXML xmlns="http://www.tei-c.org/ns/Examples" source="DW03">
<incipit xml:lang="gez">
<locus target="#81vb"/> በስመ፡ አብ፡ ወወልድ፡ ወመንፈስ፡ ቅዱስ፡ ፩ ኣምላክ፡ አመ ፳ወ፮
በዕብራውያን፡ ለጥር፡ <del rend="erasure"/><add place="inline"><hi
rend="rubric">ከኑን፡</hi></add> ወበግብጽ፡ ወኢትዮጵያ፡ አመ፡ ፩ <add
place="above"><hi rend="rubric">ለየካቲት፡</hi></add></incipit>
</egXML>
</exemplum>
</elementSpec>
<!--add evidence to creation-->
<elementSpec ident="creation" mode="change" module="header">
<desc>Encoders might add up to six values for the attribute <att>evidence</att>
in <gi>creation</gi>. In the element <gi>creation</gi> we often want to add
bibliography in the form of a single citation or a full bibliography. <ref
target="https://betamasaheft.eu/Guidelines/?id=creation">Beta maṣāḥǝft
Guidelines</ref></desc>
<content>
<alternate minOccurs="0" maxOccurs="unbounded">
<textNode/>
<classRef key="model.limitedPhrase"/>
<elementRef key="listChange"/>
<elementRef key="listBibl"/>
<elementRef key="bibl"/>
</alternate>
</content>
<attList>
<attDef ident="evidence" mode="add" usage="opt">
<datatype maxOccurs="6">
<dataRef key="teidata.word"/>
</datatype>
</attDef>
</attList>
<exemplum>
<egXML xmlns="http://www.tei-c.org/ns/Examples" source="LIT2461Testam">
<creation notBefore="0500" corresp="#t5greek">The work, one of the last
products of the pseudo-apostolic literature, was originally composed
in Greek in the 5th cent. The almost totally lost <ref
target="#t5greek">Greek original</ref> is attested by three
integral versions in <ref target="#t4syriac">Syriac</ref>, <ref
target="#t3arabic">Arabic</ref>, and Gǝʿǝz, plus a few Latin and
Georgian fragments, and the widely attested Coptic version of the
Mystagogy. See <bibl>
<ptr target="bm:Bausi2010TestDom"/>
</bibl>. </creation>
</egXML>
</exemplum>
<exemplum>
<egXML xmlns="http://www.tei-c.org/ns/Examples" source="LIT2170Peripl">
<creation notBefore="0040" notAfter="0070" evidence="internal"><ref
cRef="urn:cts:greekLit:tlg0071.tlg001:19">Periplus
19</ref></creation>
</egXML>
</exemplum>
</elementSpec>
<elementSpec ident="date" mode="change" module="header">
<desc>In the element <gi>date</gi> we often want to add bibliography in the form
of a single citation or a full bibliography. The schematron rule tries to
avoid the absence of white spaces before and after the element.
Please use the provided values for <att>type</att> and <att>calendar</att>
<ref
target="https://betamasaheft.eu/Guidelines/?id=date">Beta maṣāḥǝft
Guidelines</ref></desc>
<content>
<alternate minOccurs="0" maxOccurs="unbounded">
<textNode/>
<elementRef key="tei_model.gLike"/>
<elementRef key="tei_model.phrase"/>
<elementRef key="tei_model.global"/>
<elementRef key="listChange"/>
<elementRef key="listBibl"/>
<elementRef key="bibl"/>
</alternate>
</content>
<constraintSpec scheme="isoschematron" ident="date">
<constraint>
<sch:rule context="tei:date[ancestor::place[@subtype='institution']]">
<sch:report test="not(@type='foundation')">Attribute
@type='foundation' is require for date into a note about an
institution.</sch:report>
</sch:rule>
<sch:rule context="tei:date[not(text())]">
<sch:report
test="matches(following-sibling::text()[1], '^\w') or matches(preceding-sibling::text()[1], '\w$')"
> There should be a space before and one after the element date
</sch:report>
</sch:rule>
</constraint>
</constraintSpec>
<attList>
<attDef ident="type" usage="opt" mode="change">
<datatype maxOccurs="3">
<dataRef key="teidata.word"/>
</datatype>
<valList type="open">
<valItem ident="age"><desc>Age, the value should be given in a @dur attribute according to <ref target="https://www.w3.org/TR/xmlschema-2/#duration">W3C datatypes</ref></desc></valItem>
<valItem ident="reign"><desc>Duration of a reign, the value should be given in a @dur attribute according to <ref target="https://www.w3.org/TR/xmlschema-2/#duration">W3C datatypes</ref></desc></valItem>
<valItem ident="life"><desc>Duration of life, the value should be given in a @dur attribute according to <ref target="https://www.w3.org/TR/xmlschema-2/#duration">W3C datatypes</ref></desc></valItem>
<valItem ident="marriage"><desc>Duration of marriage, the value should be given in a @dur attribute according to <ref target="https://www.w3.org/TR/xmlschema-2/#duration">W3C datatypes</ref></desc></valItem>
<valItem ident="generic-duration"><desc>Generic duration, the value should be given in a @dur attribute according to <ref target="https://www.w3.org/TR/xmlschema-2/#duration">W3C datatypes</ref></desc></valItem>
<valItem ident="foundation"><desc>Date of foundation</desc></valItem>
<valItem ident="composition"><desc>Date of the composition of a work</desc></valItem>
<valItem ident="translation"><desc>Date of the translation of a work</desc></valItem>
<valItem ident="revision"><desc>Date of the revision of a work</desc></valItem>
<valItem ident="recension"><desc>Date of the composition of a specific recension</desc></valItem>
<valItem ident="diesNatalis"><desc>Date of a saint’s martyrdom</desc></valItem>
<valItem ident="birth"><desc>Date of birth (do not use this in a person record, use element birth)</desc></valItem>
<valItem ident="ascension"><desc>Date of a person’s ascension to power</desc></valItem>
<valItem ident="death"><desc>Date of death</desc></valItem>
<valItem ident="production">
<desc>The date of production of the document (EMA)</desc>
</valItem>
<valItem ident="repeated">
<desc>If the commemoration is repeated, please add this value as
well in type</desc>
</valItem>
</valList>
</attDef>
<attDef ident="calendar" usage="opt" mode="replace">
<valList type="open">
<valItem ident="world">
<desc>ʿĀmata ʿālam/ʿĀmata ʾəm-fəṭrat (Era of the World)</desc>
</valItem>
<valItem ident="ethiopian">
<desc> ʿĀmata śəggāwe (Era of the Incarnation –
Ethiopian)</desc>
</valItem>
<valItem ident="grace">
<desc>ʿĀmata məḥrat (Era of Grace)</desc>
</valItem>
<valItem ident="diocletian">
<desc>ʿĀmata samāʿtāt (Era of Martyrs (Diocletian))</desc>
</valItem>
<valItem ident="alexander">
<desc> Era of Alexander</desc>
</valItem>
<valItem ident="evangelists">
<desc>Evangelists' years</desc>
</valItem>
<valItem ident="islamic">
<desc>Hiǧrī (Islamic)</desc>
</valItem>
<valItem ident="julian">
<desc>Julian</desc>
</valItem>
</valList>
</attDef>
</attList>
<exemplum>
<egXML xmlns="http://www.tei-c.org/ns/Examples" source="BLorient512">
<date notBefore="1675" notAfter="1725" resp="PRS10759Zuurmon">
<note>Date according to <bibl>
<ptr target="bm:Zuurmond1989EvangeliumMarc"/>
<citedRange unit="part">II</citedRange>
<citedRange unit="page">80</citedRange>
</bibl>. </note>
</date>
</egXML>
</exemplum>
</elementSpec>
<elementSpec ident="personGrp" mode="change" module="namesdates">
<desc>The <att>role</att> is used with some suggested values to determine which
sort of group is the one described. <ref
target="https://betamasaheft.eu/Guidelines/?id=personGrp">Beta maṣāḥǝft
Guidelines</ref></desc>
<attList>
<attDef ident="role" mode="change">
<valList type="open">
<valItem ident="ethnic">
<desc>records with this type represent an ethnic group as a
whole and in general</desc>
</valItem>
<valItem ident="congregation"/>
<!--monastic orders such as House of Takla Hāymānot?-->
<valItem ident="militaryUnit"/>
</valList>
</attDef>
</attList>
<exemplum>
<egXML xmlns="http://www.tei-c.org/ns/Examples" source="ETH2268Falh">
<personGrp role="militaryUnit">
<persName xml:lang="gez" xml:id="n1">ፈልሐ ፡</persName>
<persName xml:lang="gez" corresp="#n1" type="normalized"
>Falḥa</persName>
<note>Military unit</note>
</personGrp>
</egXML>
</exemplum>
</elementSpec>
<!-- suggest values for @type in origDate-->
<elementSpec ident="origDate" mode="change" module="msdescription">
<desc>The constraint suggests to use when instead of repeating the same date in
<att>notBefore</att> and <att>notAfter</att>. A list of values for
<att>type</att> is offered and <att>evidence</att> is also defined with
a list of values. <ref
target="https://betamasaheft.eu/Guidelines/?id=origDate">Beta maṣāḥǝft
Guidelines</ref></desc>
<constraintSpec scheme="isoschematron" ident="origDate">
<constraint>
<sch:rule context="tei:origDate">
<sch:report test="@notBefore = @notAfter">For an exact date, please
use @when.</sch:report>
</sch:rule>
</constraint>
</constraintSpec>
<attList>
<attDef ident="evidence" mode="replace" usage="opt">
<!-- inherited from EpiDoc, could be useful-->
<datatype maxOccurs="6">
<dataRef key="teidata.word"/>
</datatype>
<valList type="semi">
<valItem ident="lettering">
<desc>Text dated palaeographically</desc>
</valItem>
<valItem ident="nomenclature">
<desc>Text dated by nomenclature or onomastics</desc>
</valItem>
<valItem ident="prosopography">
<desc>Text dated by known persons named or implied within
it</desc>
</valItem>
<valItem ident="reign">
<desc>Text dated by the reign of a ruler</desc>
</valItem>
<valItem ident="titulature">
<desc>Text dated by the use of official titles</desc>
</valItem>
<valItem ident="internal-date">
<desc>Text dated by explicit internal date</desc>
</valItem>
<valItem ident="context">
<desc>Archaeological, epigraphic, iconographic or other context
of the text support</desc>
</valItem>
</valList>
</attDef>
</attList>
<exemplum>
<egXML xmlns="http://www.tei-c.org/ns/Examples" source="IVEf922">
<origDate when="1903-03-12" evidence="internal-date"/>
</egXML>
</exemplum>
</elementSpec>
<!-- add the value fol to citedRange/@unit-->
<elementSpec ident="citedRange" mode="change" module="core">
<desc>The rules try to avoid the use of <att>from</att> and <att>to</att> in
<gi>citedRange</gi> and the use this as empty element. The list of
allowed values for <att>unit</att> in <gi>citedRange</gi> is given. <ref
target="https://betamasaheft.eu/Guidelines/?id=citedRange">Beta maṣāḥǝft
Guidelines</ref>
</desc>
<constraintSpec scheme="isoschematron" ident="citedRange">
<constraint>
<sch:rule context="tei:citedRange">
<sch:report test="@from or @to">Please, don't use @from and @to in
citedRange, write the range into the element</sch:report>
</sch:rule>
<sch:rule context="tei:citedRange">
<sch:report test="not(text())">An Empty citedRange is not allowed,
remove it if you don't need it or please enter the page range,
unit number according to need and use @unit to specify the type
of range. Multiple citedRange are allowed.</sch:report>
</sch:rule>
</constraint>
</constraintSpec>
<attList>
<attDef ident="unit" mode="replace">
<valList type="open">
<valItem ident="page">
<desc>page</desc>
</valItem>
<valItem ident="chapter">
<desc>chapter</desc>
</valItem>
<valItem ident="column">
<desc>column</desc>
</valItem>
<valItem ident="issue">
<desc>issue</desc>
</valItem>
<valItem ident="line">
<desc>line</desc>
</valItem>
<valItem ident="part">
<desc>part</desc>
</valItem>
<valItem ident="volume">
<desc>volume</desc>
</valItem>
<valItem ident="item">
<desc>item number</desc>
</valItem>
<valItem ident="fol">
<desc>folio</desc>
</valItem>
<valItem ident="note">
<desc>numbered note (footnote, sidenote, endnote)</desc>
</valItem>
</valList>
</attDef>
</attList>
<exemplum>
<egXML xmlns="http://www.tei-c.org/ns/Examples" source="BAVet23">
<bibl>
<ptr target="bm:Petrus1548Test"/>
<citedRange unit="fol">133-157</citedRange>
</bibl>
</egXML>
<p>The book referred to is foliated and not paginated.</p>
</exemplum>
</elementSpec>
<!-- controlled values for condition-->
<elementSpec ident="condition" mode="change" module="msdescription">
<desc>A closed list is given for the values of <att>key</att> in
<gi>condition</gi>. <ref
target="https://betamasaheft.eu/Guidelines/?id=condition">Beta maṣāḥǝft
Guidelines</ref></desc>
<attList>
<attDef ident="key" mode="replace" usage="req">
<valList type="closed">
<valItem ident="deficient">
<desc>The manuscript is badly preserved and severely
damaged.</desc>
</valItem>
<valItem ident="good">
<desc>The manuscript is preserved with minimal damages.</desc>
</valItem>
<valItem ident="intact">
<desc>The manuscript is preserved completely undamaged.</desc>
</valItem>
<valItem ident="other">
<desc>If you use this value, please provide in the description a
proper motivation, otherwise avoid it.</desc>
</valItem>
</valList>
</attDef>
</attList>
</elementSpec>
<!-- changes content type of keywords to host the aliases of term as well -->
<elementSpec ident="keywords" mode="change" module="header">
<content>
<alternate minOccurs="0" maxOccurs="unbounded">
<elementRef key="term" />
<elementRef key="term_binding_key"/>
<elementRef key="term_art_key" />
<elementRef key="term_period_key" />
<elementRef key="term_subj_key" />
<elementRef key="term_chant_key" />
</alternate>
</content>
</elementSpec>
<!-- attribute class for keywords for binding-->
<classSpec type="atts" ident="att.binding.key">
<gloss>Binding keywords</gloss>
<desc>binding keywords</desc>
<attList>
<!-- mode change → mode add by Syd 2020-05-29-->
<attDef ident="key" mode="add" usage="req">
<datatype minOccurs="1" maxOccurs="1">
<dataRef key="teidata.enumerated"/>
</datatype>
<valList type="closed">
<valItem ident="guard">
<desc><ref target="https://betamasaheft.eu/authority-files/guard"
>See guard in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="leafStringMark">
<desc><ref target="https://betamasaheft.eu/authority-files/leafStringMark"
>See leafStringMark in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="leafTabMark">
<desc><ref target="https://betamasaheft.eu/authority-files/leafTabMark"
>See leafTabMark in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="mitredCorner">
<desc><ref target="https://betamasaheft.eu/authority-files/mitredCorner"
>See mitredCorner in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="openMitredCorner">
<desc><ref target="https://betamasaheft.eu/authority-files/openMitredCorner"
>See openMitredCorner in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="overlappingCornerFO">
<desc><ref target="https://betamasaheft.eu/authority-files/overlappingCornerFO"
>See overlappingCornerFO in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="quarterCover">
<desc><ref target="https://betamasaheft.eu/authority-files/quarterCover"
>See quarterCover in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="overCover">
<desc><ref target="https://betamasaheft.eu/authority-files/overCover"
>See overCover in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="stitchedCorner">
<desc><ref target="https://betamasaheft.eu/authority-files/stitchedCorner"
>See stitchedCorner in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="tonguedCorner">
<desc><ref target="https://betamasaheft.eu/authority-files/tonguedCorner"
>See tonguedCorner in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="overlappingCornerHTO">
<desc><ref target="https://betamasaheft.eu/authority-files/overlappingCornerHTO"
>See overlappingCornerHTO in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="centerfold">
<desc><ref
target="https://betamasaheft.eu/authority-files/centerfold"
>See centerfold in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="spinefold">
<desc><ref
target="https://betamasaheft.eu/authority-files/spinefold"
>See spinefold in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="sidestitches">
<desc><ref
target="https://betamasaheft.eu/authority-files/sidestitches"
>See sidestitches in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="mainSewing">
<desc><ref
target="https://betamasaheft.eu/authority-files/mainSewing"
>See mainSewing in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="slitBraid">
<desc><ref
target="https://betamasaheft.eu/authority-files/slitBraid"
>See slitBraid in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="linkStitch">
<desc><ref
target="https://betamasaheft.eu/authority-files/linkStitch"
>See linkStitch in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="textile">
<desc><ref
target="https://betamasaheft.eu/authority-files/textile"
>See textile in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="mirror">
<desc><ref
target="https://betamasaheft.eu/authority-files/mirror"
>See mirror in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="additionalLeatherPatch">
<desc><ref
target="https://betamasaheft.eu/authority-files/additionalLeatherPatch"
>See additionalLeatherPatch in Beta
maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="cordiaAfricana">
<desc><ref
target="https://betamasaheft.eu/authority-files/cordiaAfricana"
>See cordiaAfricana in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="oleaAfricana">
<desc><ref
target="https://betamasaheft.eu/authority-files/oleaAfricana"
>See oleaAfricana in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="cedar">
<desc><ref target="https://betamasaheft.eu/authority-files/cedar"
>See cedar in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="eucalyptus">
<desc><ref
target="https://betamasaheft.eu/authority-files/eucalyptus"
>See eucalyptus in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="juniper">
<desc><ref
target="https://betamasaheft.eu/authority-files/juniper"
>See juniper in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="hageniaAbyssinica">
<desc><ref
target="https://betamasaheft.eu/authority-files/hageniaAbyssinica"
>See hageniaAbyssinica in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="acacia">
<desc><ref
target="https://betamasaheft.eu/authority-files/acacia"
>See acacia in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="ficus">
<desc><ref target="https://betamasaheft.eu/authority-files/ficus"
>See ficus in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="crotonMacrostachyus">
<desc><ref
target="https://betamasaheft.eu/authority-files/crotonMacrostachyus"
>See crotonMacrostachyus in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="euphorbia">
<desc><ref
target="https://betamasaheft.eu/authority-files/euphorbia"
>See euphorbia in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="ekebergia">
<desc><ref
target="https://betamasaheft.eu/authority-files/ekebergia"
>See ekebergia in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="podocarpus">
<desc><ref
target="https://betamasaheft.eu/authority-files/podocarpus"
>See podocarpus in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="plywood">
<desc><ref
target="https://betamasaheft.eu/authority-files/plywood"
>See plywood in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="patternA">
<desc><ref
target="https://betamasaheft.eu/authority-files/patternA"
>See patternA in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="patternA1">
<desc><ref
target="https://betamasaheft.eu/authority-files/patternA1"
>See patternA1 in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="patternA2">
<desc><ref
target="https://betamasaheft.eu/authority-files/patternA2"
>See patternA2 in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="patternA3">
<desc><ref
target="https://betamasaheft.eu/authority-files/patternA3"
>See patternA3 in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="patternA4">
<desc><ref
target="https://betamasaheft.eu/authority-files/patternA4"
>See patternA4 in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="patternA5">
<desc><ref
target="https://betamasaheft.eu/authority-files/patternA5"
>See patternA5 in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="patternA6">
<desc><ref
target="https://betamasaheft.eu/authority-files/patternA6"
>See patternA6 in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="patternA7">
<desc><ref
target="https://betamasaheft.eu/authority-files/patternA7"
>See patternA7 in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="patternB">
<desc><ref
target="https://betamasaheft.eu/authority-files/patternB"
>See patternB in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="patternC">
<desc><ref
target="https://betamasaheft.eu/authority-files/patternC"
>See patternC in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="patternC1">
<desc><ref
target="https://betamasaheft.eu/authority-files/patternC1"
>See patternC1 in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="tripleStraightLine">
<desc><ref
target="https://betamasaheft.eu/authority-files/tripleStraightLine"
>See tripleStraightLine in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="doubleStraightLine">
<desc><ref
target="https://betamasaheft.eu/authority-files/doubleStraightLine"
>See doubleStraightLine in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="singleStraightLine">
<desc><ref
target="https://betamasaheft.eu/authority-files/singleStraightLine"
>See singleStraightLine in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="crissCross">
<desc><ref
target="https://betamasaheft.eu/authority-files/crissCross"
>See crissCross in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="doubleCircle">
<desc><ref
target="https://betamasaheft.eu/authority-files/doubleCircle"
>See doubleCircle in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="singleCircle">
<desc><ref
target="https://betamasaheft.eu/authority-files/singleCircle"
>See singleCircle in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="crescent">
<desc><ref
target="https://betamasaheft.eu/authority-files/crescent"
>See crescent in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="XForm">
<desc><ref target="https://betamasaheft.eu/authority-files/XForm"
>See XForm in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="palmShape">
<desc><ref
target="https://betamasaheft.eu/authority-files/palmShape"
>See palmShape in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="rosette">
<desc><ref
target="https://betamasaheft.eu/authority-files/rosette"
>See rosette in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="corniForm">
<desc><ref
target="https://betamasaheft.eu/authority-files/corniForm"
>See corniForm in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="grid">
<desc><ref target="https://betamasaheft.eu/authority-files/grid"
>See grid in Beta maṣāḥǝft</ref></desc>
</valItem>
<valItem ident="VForm">
<desc><ref target="https://betamasaheft.eu/authority-files/VForm"
>See VForm in Beta maṣāḥǝft</ref></desc>