<macroSpec>

<macroSpec> (macro specification) documents the function and implementation of a pattern.
組件tagdocs — 22 Documentation Elements
屬性 att.identified (@ident, @predeclare, @module, @mode)
typeindicates which type of entity should be generated, when an ODD processor is generating a module using XML DTD syntax.
狀態 非必備的
合法的值是:
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*
   )
}