<macroSpec>

<macroSpec> (macro specification) documents the function and implementation of a pattern.
Modultagdocs — 22 Documentation Elements
Attribute 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.
Zustand Optional
Gültige Werte:
pe
(parameter entity)
dt
(datatype entity)
Verwendet von model.oddDecl
Kann enthalten
Deklaration
element macroSpec
{
   att.global.attributes,
   att.identified.attributes,
   attribute type { "pe" | "dt" }?,
   (
      model.glossLike*,
      ( stringVal | content )+,
      exemplum*,
      remarks*,
      listRef*
   )
}