<content>
<content> (dichiarazione dello schema) contiene il testo di una dichiarazione dello schema utilizzato 22.4.4 Element Specifications | |||||||||
Modulo | tagdocs — 22 Documentation Elements | ||||||||
Oltre agli attributi globali |
|
||||||||
Usato da | |||||||||
Può contenere | Elemento vuoto | ||||||||
Dichiarazione |
element content { att.global.attributes, attribute autoPrefix { "true" | "false" }?, macro.schemaPattern* } |
||||||||
Esempio |
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> |