forked from TEIC/TEI-Simple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tei-pm.isosch
455 lines (446 loc) · 24.5 KB
/
tei-pm.isosch
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
<?xml version="1.0" encoding="utf-8"?>
<schema xmlns="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2">
<title>ISO Schematron rules</title>
<!-- This file generated 1970-01-01 by 'extract-isosch.xsl'. -->
<!-- ********************* -->
<!-- namespaces, declared: -->
<!-- ********************* -->
<ns prefix="tei" uri="http://www.tei-c.org/ns/1.0"/>
<ns prefix="xs" uri="http://www.w3.org/2001/XMLSchema"/>
<ns prefix="rng" uri="http://relaxng.org/ns/structure/1.0"/>
<ns prefix="s" uri="http://www.ascc.net/xml/schematron"/>
<ns prefix="sch" uri="http://purl.oclc.org/dsdl/schematron"/>
<ns prefix="sch" uri="http://purl.oclc.org/dsdl/schematron"/>
<ns prefix="teix" uri="http://www.tei-c.org/ns/Examples"/>
<!-- ********************* -->
<!-- namespaces, implicit: -->
<!-- ********************* -->
<ns prefix="dcr" uri="http://www.isocat.org/ns/dcr"/>
<ns prefix="tei" uri="http://www.tei-c.org/ns/1.0"/>
<ns prefix="teix" uri="http://www.tei-c.org/ns/Examples"/>
<!-- ************ -->
<!-- constraints: -->
<!-- ************ -->
<pattern id="teipm-att.datable-calendar-constraint-calendar-1">
<rule context="tei:*[@calendar]">
<assert test="string-length(.) gt 0">
@calendar indicates the system or calendar to which the date represented by the content of this element
belongs, but this <name/> element has no textual content.</assert>
</rule>
</pattern>
<pattern id="teipm-att.typed-constraint-subtypeTyped-2">
<rule context="*[@subtype]">
<assert test="@type">The <name/> element should not be categorized in detail with @subtype
unless also categorized in general with @type</assert>
</rule>
</pattern>
<pattern id="teipm-att.pointing-targetLang-constraint-targetLang-3">
<rule context="tei:*[not(self::tei:schemaSpec)][@targetLang]">
<assert test="@target">@targetLang should only be used on <name/> if @target is specified.</assert>
</rule>
</pattern>
<pattern id="teipm-att.spanning-spanTo-constraint-spanTo-2-4">
<rule context="tei:*[@spanTo]">
<assert test="id(substring(@spanTo,2)) and following::*[@xml:id=substring(current()/@spanTo,2)]">
The element indicated by @spanTo (<value-of select="@spanTo"/>) must follow the current element <name/>
</assert>
</rule>
</pattern>
<pattern id="teipm-att.styleDef-schemeVersion-constraint-schemeVersionRequiresScheme-5">
<rule context="tei:*[@schemeVersion]">
<assert test="@scheme and not(@scheme = 'free')">
@schemeVersion can only be used if @scheme is specified.
</assert>
</rule>
</pattern>
<pattern id="teipm-p-constraint-abstractModel-p-6">
<rule context="tei:p">
<report test="(ancestor::tei:p or ancestor::tei:ab) and not(parent::tei:exemplum |parent::tei:item |parent::tei:note |parent::tei:q |parent::tei:quote |parent::tei:remarks |parent::tei:said |parent::tei:sp |parent::tei:stage |parent::tei:cell |parent::tei:figure)">
Abstract model violation: Paragraphs may not contain other paragraphs or ab elements.
</report>
</rule>
</pattern>
<pattern id="teipm-p-constraint-abstractModel-structure-l-7">
<rule context="tei:p">
<report test="ancestor::tei:l[not(.//tei:note//tei:p[. = current()])]">
Abstract model violation: Lines may not contain higher-level structural elements such as div, p, or ab.
</report>
</rule>
</pattern>
<pattern id="teipm-ptr-constraint-ptrAtts-8">
<rule context="tei:ptr">
<report test="@target and @cRef">Only one of the
attributes @target and @cRef may be supplied on <name/>.</report>
</rule>
</pattern>
<pattern id="teipm-ref-constraint-refAtts-9">
<rule context="tei:ref">
<report test="@target and @cRef">Only one of the
attributes @target' and @cRef' may be supplied on <name/>
</report>
</rule>
</pattern>
<pattern id="teipm-list-constraint-gloss-list-must-have-labels-10">
<rule context="tei:list[@type='gloss']">
<assert test="tei:label">The content of a "gloss" list should include a sequence of one or more pairs of a label element followed by an item element</assert>
</rule>
</pattern>
<pattern id="teipm-biblStruct-constraint-deprecate-altIdentifier-child-11">
<rule context="tei:biblStruct">
<report test="child::tei:idno" role="nonfatal">WARNING: use of deprecated method — the use of the idno element as a direct child of the biblStruct element will be removed from the TEI on 2016-09-18</report>
</rule>
</pattern>
<pattern id="teipm-relatedItem-constraint-targetorcontent1-12">
<rule context="tei:relatedItem">
<report test="@target and count( child::* ) > 0">
If the @target attribute on <name/> is used, the
relatedItem element must be empty</report>
<assert test="@target or child::*">A relatedItem element should have either a 'target' attribute
or a child element to indicate the related bibliographic item</assert>
</rule>
</pattern>
<pattern id="teipm-l-constraint-abstractModel-structure-l-13">
<rule context="tei:l">
<report test="ancestor::tei:l[not(.//tei:note//tei:l[. = current()])]">
Abstract model violation: Lines may not contain lines or lg elements.
</report>
</rule>
</pattern>
<pattern id="teipm-lg-constraint-atleast1oflggapl-14">
<rule context="tei:lg">
<assert test="count(descendant::tei:lg|descendant::tei:l|descendant::tei:gap) > 0">An lg element
must contain at least one child l, lg or gap element.</assert>
</rule>
</pattern>
<pattern id="teipm-lg-constraint-abstractModel-structure-l-15">
<rule context="tei:lg">
<report test="ancestor::tei:l[not(.//tei:note//tei:lg[. = current()])]">
Abstract model violation: Lines may not contain line groups.
</report>
</rule>
</pattern>
<pattern id="teipm-quotation-constraint-quotationContents-16">
<rule context="tei:quotation">
<report test="not(@marks) and not (tei:p)">
On <name/>, either the @marks attribute should be used, or a paragraph of description provided</report>
</rule>
</pattern>
<pattern id="teipm-div-constraint-abstractModel-structure-l-19">
<rule context="tei:div">
<report test="ancestor::tei:l">
Abstract model violation: Lines may not contain higher-level structural elements such as div.
</report>
</rule>
</pattern>
<pattern id="teipm-div-constraint-abstractModel-structure-p-20">
<rule context="tei:div">
<report test="ancestor::tei:p or ancestor::tei:ab and not(ancestor::tei:floatingText)">
Abstract model violation: p and ab may not contain higher-level structural elements such as div.
</report>
</rule>
</pattern>
<pattern id="teipm-att.identified-constraint-spec-in-module-21">
<rule context="tei:elementSpec[@module]|tei:classSpec[@module]|tei:macroSpec[@module]">
<assert test=" (not(ancestor::tei:schemaSpec | ancestor::tei:TEI | ancestor::tei:teiCorpus)) or (not(@module) or (not(//tei:moduleSpec) and not(//tei:moduleRef)) or (//tei:moduleSpec[@ident = current()/@module]) or (//tei:moduleRef[@key = current()/@module])) ">
Specification <value-of select="@ident"/>: the value of the module attribute ("<value-of select="@module"/>")
should correspond to an existing module, via a moduleSpec or
moduleRef</assert>
</rule>
</pattern>
<pattern id="teipm-att.deprecated-validUntil-constraint-deprecated-22">
<rule context="tei:*[@validUntil]">
<assert test="@validUntil cast as xs:date ge current-date()">
<value-of select="if (@ident) then concat('The ',@ident) else concat('This ',local-name(.),' of ',ancestor::tei:*[@ident][1]/@ident)"/>
construct is outdated (as of <value-of select="@validUntil"/>); ODD processors may ignore it, and its use is no longer supported</assert>
<assert role="nonfatal"
test="@validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))">
<value-of select="if (@ident) then concat('The ',@ident) else concat('This ',local-name(.),' of ',ancestor::tei:*[@ident][1]/@ident)"/> construct becomes outdated on <value-of select="@validUntil"/>
</assert>
</rule>
</pattern>
<pattern id="teipm-moduleRef-constraint-modref-23">
<rule context="tei:moduleRef">
<report test="* and @key">
Child elements of <name/> are only allowed when an external module is being loaded
</report>
</rule>
</pattern>
<pattern id="teipm-moduleRef-prefix-constraint-not-same-prefix-24">
<rule context="tei:moduleRef">
<report test="//*[ not( generate-id(.) eq generate-id( current() ) ) ]/@prefix = @prefix">The prefix attribute
of <name/> should not match that of any other
element (it would defeat the purpose)</report>
</rule>
</pattern>
<pattern id="teipm-sequence-constraint-sequencechilden-25">
<rule context="tei:sequence">
<assert test="count(*)>1">The sequence element must have at least two child elements</assert>
</rule>
</pattern>
<pattern id="teipm-alternate-constraint-alternatechilden-26">
<rule context="tei:alternate">
<assert test="count(*)>1">The alternate element must have at least two child elements</assert>
</rule>
</pattern>
<pattern id="teipm-constraintSpec-constraint-sch-27">
<rule context="tei:constraintSpec">
<report test="tei:constraint/s:* and @scheme ne 'schematron'">Rules in the Schematron 1.* language must be inside a constraintSpec with a value of 'schematron' on the scheme attribute</report>
</rule>
</pattern>
<pattern id="teipm-constraintSpec-constraint-isosch-28">
<rule context="tei:constraintSpec">
<report test="tei:constraint/sch:* and @scheme ne 'isoschematron'">Rules in the ISO Schematron language must be inside a constraintSpec with a value of 'isoschematron' on the scheme attribute</report>
</rule>
</pattern>
<pattern id="teipm-constraintSpec-constraint-xslt-29">
<rule context="tei:constraintSpec">
<report test="tei:constraint/xsl:* and @scheme ne 'XSLT'">Rules in XSLT must be inside a constraintSpec with a value of 'isoschematron' on the scheme attribute</report>
</rule>
</pattern>
<pattern id="teipm-constraintSpec-constraint-needrules-30">
<rule context="tei:macroSpec/tei:constraintSpec[@scheme='isoschematron']/tei:constraint">
<report test="sch:assert|sch:report">An ISO Schematron constraint specification for a macro should not have an 'assert' or 'report' element without a parent 'rule' element</report>
</rule>
</pattern>
<pattern id="teipm-attDef-constraint-attDefContents-31">
<rule context="tei:attDef">
<assert test="ancestor::teix:egXML[@valid='feasible'] or @mode eq 'change' or @mode eq 'delete' or tei:datatype or tei:valList[@type='closed']">Attribute: the definition of the @<value-of select="@ident"/> attribute in the <value-of select="ancestor::*[@ident][1]/@ident"/>
<value-of select="' '"/>
<value-of select="local-name(ancestor::*[@ident][1])"/> should have a closed valList or a datatype</assert>
</rule>
</pattern>
<pattern id="teipm-attDef-constraint-noDefault4Required-32">
<rule context="tei:attDef[@usage eq 'req']">
<report test="tei:defaultVal">It does not make sense to make "<value-of select="normalize-space(tei:defaultVal)"/>" the default value of @<value-of select="@ident"/>, because that attribute is required.</report>
</rule>
</pattern>
<pattern id="teipm-attDef-constraint-defaultIsInClosedList-twoOrMore-33">
<rule context="tei:attDef[ tei:defaultVal and tei:valList[@type eq 'closed'] and tei:datatype[ @maxOccurs > 1 or @minOccurs > 1 or @maxOccurs = 'unbounded' ] ]">
<assert test=" tokenize(normalize-space(tei:defaultVal),' ') = tei:valList/tei:valItem/@ident">In the <value-of select="local-name(ancestor::*[@ident][1])"/> defining
<value-of select="ancestor::*[@ident][1]/@ident"/> the default value of the
@<value-of select="@ident"/> attribute is not among the closed list of possible
values</assert>
</rule>
</pattern>
<pattern id="teipm-attDef-constraint-defaultIsInClosedList-one-34">
<rule context="tei:attDef[ tei:defaultVal and tei:valList[@type eq 'closed'] and tei:datatype[ not(@maxOccurs) or ( if ( @maxOccurs castable as xs:integer ) then ( @maxOccurs cast as xs:integer eq 1 ) else false() )] ]">
<assert test="string(tei:defaultVal) = tei:valList/tei:valItem/@ident">In the <value-of select="local-name(ancestor::*[@ident][1])"/> defining
<value-of select="ancestor::*[@ident][1]/@ident"/> the default value of the
@<value-of select="@ident"/> attribute is not among the closed list of possible
values</assert>
</rule>
</pattern>
<pattern id="teipm-link-constraint-linkTargets3-35">
<rule context="tei:link">
<assert test="contains(normalize-space(@target),' ')">You must supply at least two values for @target or on <name/>
</assert>
</rule>
</pattern>
<pattern id="teipm-ab-constraint-abstractModel-structure-p-36">
<rule context="tei:ab">
<report test="(ancestor::tei:p or ancestor::tei:ab) and not(parent::tei:exemplum |parent::tei:item |parent::tei:note |parent::tei:q |parent::tei:quote |parent::tei:remarks |parent::tei:said |parent::tei:sp |parent::tei:stage |parent::tei:cell |parent::tei:figure)">
Abstract model violation: ab may not contain paragraphs or other ab elements.
</report>
</rule>
</pattern>
<pattern id="teipm-ab-constraint-abstractModel-structure-l-37">
<rule context="tei:ab">
<report test="ancestor::tei:l or ancestor::tei:lg">
Abstract model violation: Lines may not contain higher-level divisions such as p or ab.
</report>
</rule>
</pattern>
<pattern id="teipm-join-constraint-joinTargets3-38">
<rule context="tei:join">
<assert test="contains(@target,' ')">
You must supply at least two values for @target on <name/>
</assert>
</rule>
</pattern>
<!-- *********** -->
<!-- deprecated: -->
<!-- *********** -->
<pattern>
<rule context="tei:teiHeader">
<report test="@type" role="nonfatal">WARNING: use of deprecated attribute — @type of the teiHeader element will be removed from the TEI on 2016-11-18.
</report>
</rule>
</pattern>
<pattern id="teipm-model-paramList-1">
<rule context="tei:param[parent::tei:model/@behaviour='alternate']">
<assert role="error" test="@name='default' or @name='alternate'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: default, alternate</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-2">
<rule context="tei:param[parent::tei:model/@behaviour='anchor']">
<assert role="error" test="@name='id'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: id</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-3">
<rule context="tei:param[parent::tei:model/@behaviour='block']">
<assert role="error" test="@name='content'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: content</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-4">
<rule context="tei:param[parent::tei:model/@behaviour='body']">
<assert role="error" test="@name='content'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: content</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-5">
<rule context="tei:param[parent::tei:model/@behaviour='break']">
<assert role="error" test="@name='type' or @name='label'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: type, label</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-6">
<rule context="tei:param[parent::tei:model/@behaviour='cell']">
<assert role="error" test="@name='content'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: content</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-7">
<rule context="tei:param[parent::tei:model/@behaviour='cit']">
<assert role="error" test="@name='content' or @name='source'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: content, source</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-8">
<rule context="tei:param[parent::tei:model/@behaviour='document']">
<assert role="error" test="@name='content'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: content</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-9">
<rule context="tei:param[parent::tei:model/@behaviour='figure']">
<assert role="error" test="@name='title'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: title</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-10">
<rule context="tei:param[parent::tei:model/@behaviour='glyph']">
<assert role="error" test="@name='uri'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: uri</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-11">
<rule context="tei:param[parent::tei:model/@behaviour='graphic']">
<assert role="error"
test="@name='url' or @name='width' or @name='height' or @name='scale' or @name='title'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: url, width, height, scale, title</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-12">
<rule context="tei:param[parent::tei:model/@behaviour='heading']">
<assert role="error" test="@name='content' or @name='level'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: content, level</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-13">
<rule context="tei:param[parent::tei:model/@behaviour='index']">
<assert role="error" test="@name='type'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: type</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-14">
<rule context="tei:param[parent::tei:model/@behaviour='inline']">
<assert role="error" test="@name='content' or @name='label'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: content, label</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-15">
<rule context="tei:param[parent::tei:model/@behaviour='link']">
<assert role="error" test="@name='content' or @name='link'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: content, link</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-16">
<rule context="tei:param[parent::tei:model/@behaviour='list']">
<assert role="error" test="@name='content'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: content</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-17">
<rule context="tei:param[parent::tei:model/@behaviour='listItem']">
<assert role="error" test="@name='content'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: content</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-18">
<rule context="tei:param[parent::tei:model/@behaviour='metadata']">
<assert role="error" test="@name='content'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: content</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-19">
<rule context="tei:param[parent::tei:model/@behaviour='note']">
<assert role="error"
test="@name='content' or @name='place' or @name='label'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: content, place, label</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-20">
<rule context="tei:param[parent::tei:model/@behaviour='paragraph']">
<assert role="error" test="@name='content'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: content</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-21">
<rule context="tei:param[parent::tei:model/@behaviour='row']">
<assert role="error" test="@name='content'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: content</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-22">
<rule context="tei:param[parent::tei:model/@behaviour='section']">
<assert role="error" test="@name='content'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: content</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-23">
<rule context="tei:param[parent::tei:model/@behaviour='table']">
<assert role="error" test="@name='content'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: content</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-24">
<rule context="tei:param[parent::tei:model/@behaviour='text']">
<assert role="error" test="@name='content'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: content</assert>
</rule>
</pattern>
<pattern id="teipm-model-paramList-25">
<rule context="tei:param[parent::tei:model/@behaviour='title']">
<assert role="error" test="@name='content'">
Parameter name '<value-of select="@name"/>' (on <value-of select="ancestor::tei:elementSpec/@ident"/>) not allowed.
Must be drawn from the list: content</assert>
</rule>
</pattern>
</schema>