<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] | |||||||||||||||||||||
모듈 | tagdocs — Documentation Elements | ||||||||||||||||||||
속성 | 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))
| ||||||||||||||||||||
에 의해 포함된 | tagdocs: elementSpec modelGrp | ||||||||||||||||||||
포함할 수 있다 | |||||||||||||||||||||
예 | <modelGrp output="print"> <modelSequence> <model behaviour="inline"> <param name="content" value="@n"/> </model> <model behaviour="footnote"> <param name="place" value="'foot'"/> </model> </modelSequence> </modelGrp> | ||||||||||||||||||||
Content model | <content> | ||||||||||||||||||||
선언 | <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, attribute predicate { teidata.xpath }?, attribute useSourceRendition { teidata.truthValue }?, attribute output { "web" | "print" | "plaintext" | teidata.enumerated }?, ( ( model.glossLike | model.descLike )*, model+ ) } |