<modelSequence>
<modelSequence> any sequence of model or modelSequence elements which is to be processed as a single set of actions [22.5.5.7 Model sequence] | |||||||||||||||||||||
Modulo | tagdocs — Documentation Elements | ||||||||||||||||||||
Attributi | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
| ||||||||||||||||||||
Contenuto in | tagdocs: elementSpec modelGrp | ||||||||||||||||||||
Può contenere | |||||||||||||||||||||
Esempio | <modelGrp output="print"> <modelSequence> <model behaviour="inline"> <param name="content" value="@n"/> </model> <model behaviour="footnote"> <param name="place" value="'foot'"/> </model> </modelSequence> </modelGrp> | ||||||||||||||||||||
Schematron | <sch:report test="tei:model[@output]" role="warning">The 'model' children of a 'modelSequence' element inherit the @output attribute of the parent 'modelSequence', and thus should not have their own</sch:report> | ||||||||||||||||||||
Content model | <content> | ||||||||||||||||||||
Dichiarazione | <rng:element name="modelSequence"> element modelSequence { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, attribute predicate { teidata.xpath }?, attribute useSourceRendition { teidata.truthValue }?, attribute output { "web" | "print" | "plaintext" | teidata.enumerated }?, ( ( model.glossLike | model.descLike )*, ( model, model, model* ) ) } |