<content>
<content> (declaración del esquema) contiene el texto de la declaración del esquema utilizado. [22.4.4 Element Specifications] | |||||||||
Módulo | tagdocs — 22 Documentation Elements | ||||||||
Atributos | att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
| ||||||||
Usado por | |||||||||
Contenido en | tagdocs: elementSpec macroSpec moduleRef | ||||||||
Puede contener | Elemento vacío | ||||||||
Declaración |
element content { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, attribute autoPrefix { "true" | "false" }?, macro.schemaPattern* } | ||||||||
Ejemplo | This content model allows either a sequence of paragraphs or a series of msItem elements optionally preceded by a summary: <content> <rng:choice> <rng:oneOrMore> <rng:ref name="model.pLike"/> </rng:oneOrMore> <rng:group> <rng:optional> <rng:ref name="summary"/> </rng:optional> <rng:oneOrMore> <rng:ref name="msItem"/> </rng:oneOrMore> </rng:group> </rng:choice> </content> |