<macroSpec>
<macroSpec> パタンの機能や実装を解説する. | |||||||
モジュール | tagdocs — 22 ドキュメンテーション向け要素 | ||||||
属性 | att.identified (@ident, @predeclare, @module, @mode)
| ||||||
当該モジュールを使用するもの | |||||||
下位 | |||||||
宣言 |
element macroSpec { att.global.attributes, att.identified.attributes, attribute type { "pe" | "dt" }?, ( model.glossLike*, ( stringVal | content )+, 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> |