<macroSpec>

<macroSpec> (macro specification) documents the function and implementation of a pattern.
Moduletagdocs — 22 Documentation Elements
Attributes [att.identified ]
typeindicates which type of entity should be generated, when an ODD processor is generating a module using XML DTD syntax.
Status Optional
Legal values are:
pe(parameter entity)
dt(datatype entity)
Declaration
element macroSpec
{
   att.global.attributes,
   att.identified.attributes,
   attribute type { "pe" | "dt" }?,
   (
      model.glossLike*,
      ( stringVal | content )+,
      exemplum*,
      remarks*,
      listRef*
   )
}
Contained by model.oddDecl
May contain