File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4343 <constraintSpec ident =" calendar" scheme =" schematron" >
4444 <constraint >
4545 <sch : rule context =" tei:*[@calendar]" >
46- <sch : assert test =" string-length(.) gt 0" > @calendar indicates one or more systems or calendars to
47- which the date represented by the content of this element belongs, but this
48- <sch : name /> element has no textual content.</sch : assert >
46+ <sch : assert test =" string-length( normalize-space( .) ) gt 0" > @calendar indicates one or more
47+ systems or calendars to which the date represented by the content of this element belongs,
48+ but this <sch : name /> element has no textual content.</sch : assert >
4949 </sch : rule >
5050 </constraint >
5151 </constraintSpec >
146146 <ptr target =" #CONADA" />
147147 <ptr target =" #NDDATE" />
148148 </listRef >
149- </classSpec >
149+ </classSpec >
Original file line number Diff line number Diff line change 1- @calendar indicates one or more systems or calendars to
2- which the date represented by the content of this element belongs, but this
3- date element has no textual content. (string-length(. ) gt 0)
1+ @calendar indicates one or more
2+ systems or calendars to which the date represented by the content of this element belongs,
3+ but this date element has no textual content. (string-length( normalize-space(.) ) gt 0)
44The abbr element should not be categorized in detail with @subtype unless also categorized in general with @type (@type)
55The div element should not be categorized in detail with @subtype unless also categorized in general with @type (@type)
66
You can’t perform that action at this time.
0 commit comments