@@ -68,21 +68,18 @@ An lg element must contain at least one child l, lg, or gap element. (count(desc
68
68
@calendar indicates one or more
69
69
systems or calendars to which the date represented by the content of this element belongs,
70
70
but this date element has no textual content. (string-length( normalize-space(.) ) gt 0)
71
- You may not nest one s element within another: use seg instead (tei:s)
72
71
73
- Only one of the attributes @target and @from may be supplied on span
74
- divs of type 'canon' may contain only one 'canonText'
75
- (@type='canon' and count( tei:div[ @type eq 'canonText'] ) gt 1)
72
+ divs of type 'canon' may contain only one 'canonText'
73
+ (@type eq 'canon' and count( tei:div[ @type eq 'canonText'] ) gt 1)
76
74
77
- divs of type 'canon' may not be nested
78
- (@type= 'canon' and parent::tei:div/@type= 'canon')
75
+ divs of type 'canon' may not be nested
76
+ (@type eq 'canon' and parent::tei:div/@type eq 'canon')
79
77
80
- divs of type 'canon' may not be nested within 'register'
81
- (@type='canon' and parent::tei:div/@type='register')
82
- You may not nest one s element within
83
- another: use seg instead (tei:s)
78
+ divs of type 'canon' may not be nested within 'register'
79
+ (@type eq 'canon' and parent::tei:div/@type eq 'register')
80
+ You may not nest one s element within another: use seg instead (tei:s)
84
81
85
- Only one of the attributes @target and @from may be supplied on span
82
+ Only one of the attributes @target and @from may be supplied on span
86
83
(@from and @target)
87
84
88
85
Only one of the attributes @target and @to may be supplied on span
0 commit comments