<macroSpec>

<macroSpec> パタンの機能や実装を解説する.
モジュールtagdocs — 22 ドキュメンテーション向け要素
属性 att.identified (@ident, @predeclare, @module, @mode)
type ODDソフトウェアがXML DTDによるモジュールを生成する際,どの種類の エンティティが生成されるかを示す.
状態 任意
正当な値:
pe
パラメータエンティティ
dt
データ型エンティティ
当該モジュールを使用するもの
下位
宣言

<rng:element name="macroSpec">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.identified.attributes"/>
<rng:optional>
 <rng:attribute name="type">
  <rng:choice>
   <rng:value>pe</rng:value>
   <rng:value>dt</rng:value>
  </rng:choice>
 </rng:attribute>
</rng:optional>
<rng:group>
 <rng:zeroOrMore>
  <rng:ref name="model.glossLike"/>
 </rng:zeroOrMore>
 <rng:oneOrMore>
  <rng:choice>
   <rng:ref name="stringVal"/>
   <rng:ref name="content"/>
  </rng:choice>
 </rng:oneOrMore>
 <rng:zeroOrMore>
  <rng:ref name="exemplum"/>
 </rng:zeroOrMore>
 <rng:zeroOrMore>
  <rng:ref name="remarks"/>
 </rng:zeroOrMore>
 <rng:zeroOrMore>
  <rng:ref name="listRef"/>
 </rng:zeroOrMore>
</rng:group>
</rng:element>
element macroSpec
{
   att.global.attributes,
   att.identified.attributes,
   attribute type { "pe" | "dt" }?,
   (
      model.glossLike*,
      ( stringVal | content )+,
      exemplum*,
      remarks*,
      listRef*
   )
}
<macroSpec module="teitype="peident="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>