<macroSpec>
<macroSpec> (macro specification) documents the function and implementation of a pattern. | |||||||
Module | tagdocs — 22 Documentation Elements | ||||||
In addition to global attributes | att.identified (@ident, @predeclare, @module, @mode)
|
||||||
Used by | |||||||
May contain | |||||||
Declaration |
element macroSpec { att.global.attributes, att.identified.attributes, attribute type { "pe" | "dt" }?, ( model.glossLike*, ( stringVal | content )+, exemplum*, remarks*, listRef* ) } |
||||||
Example |
<macroSpec module="tei" type="pe" ident="macro.phraseSeq">
<content> <rng:zeroOrMore> <rng:choice> <rng:text/> <rng:ref name="model.gLike"/> <rng:ref name="model.phrase"/> <rng:ref name="model.global"/> </rng:choice> </rng:zeroOrMore> </content> </macroSpec> |