<modelGrp>
<modelGrp> any grouping of model or modelSequence elements with a common output method [22.5.4.4 Model Contexts and Outputs] | |||||||||||||||
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 | ||||||||||||||
Può contenere | tagdocs: altIdent equiv model modelSequence outputRendition | ||||||||||||||
Nota | The child model elements of a modelGrp are always processed independently. | ||||||||||||||
Esempio | <elementSpec mode="change" ident="abbr"> <modelGrp output="web"> <model predicate="parent::choice" behaviour="omit"/> <model predicate="ancestor::front" behaviour="inline"> <outputRendition>font-style:italic; </outputRendition> </model> <model predicate="not(parent::choice)" behaviour="inline"> <outputRendition scope="before">content: ' ('</outputRendition> <outputRendition scope="after">content: ')'</outputRendition> </model> </modelGrp> <modelGrp output="print"> <model predicate="parent::choice" behaviour="omit"/> <model predicate="not(parent::choice)" behaviour="note"> <param name="place" value="'foot'"/> </model> </modelGrp> </elementSpec> | ||||||||||||||
Esempio | <modelGrp output="print"> <modelSequence> <model behaviour="inline"> <param name="content" value="@n"/> </model> <model behaviour="note"> <param name="place" value="'foot'"/> </model> </modelSequence> </modelGrp> | ||||||||||||||
Content model | <content> | ||||||||||||||
Dichiarazione | <rng:element name="modelGrp"> element modelGrp { 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 useSourceRendition { teidata.truthValue }?, attribute output { "web" | "print" | "plaintext" | teidata.enumerated }?, ( ( model.glossLike | model.descLike )*, outputRendition?, ( modelSequence | model )+ ) } |