<macroSpec>

<macroSpec> (macro specification) パタンの機能や実装を解説する.
モジュールtagdocs — 22 Documentation Elements
属性 att.identified (@ident, @predeclare, @module, @mode)
type ODDソフトウェアがXML DTDによるモジュールを生成する際,どの種類の エンティティが生成されるかを示す.
状態 任意
正当な値:
pe
(parameter entity)
dt
(datatype entity)
当該モジュールを使用するもの model.oddDecl
下位
宣言
element macroSpec
{
   att.global.attributes,
   att.identified.attributes,
   attribute type { "pe" | "dt" }?,
   (
      model.glossLike*,
      ( stringVal | content )+,
      exemplum*,
      remarks*,
      listRef*
   )
}