<macroSpec>
| <macroSpec> (macro specification) パタンの機能や実装を解説する. | |||||||
| モジュール | tagdocs — 22 Documentation Elements | ||||||
| グローバル属性の他 | att.identified (@ident, @predeclare, @module, @status)  (att.combinable (@mode)) 
 | ||||||
| 当該モジュールを使用するもの | |||||||
| 下位 | |||||||
| 宣言 | 
 element macroSpec { att.global.attributes, att.identified.attributes, att.combinable.attributes, attribute type { "pe" | "dt" }?, ( model.glossLike*, ( stringVal | content )*, constraintSpec*, exemplum*, remarks*, listRef* ) } | ||||||
| 例 | <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> | ||||||
