<attDef>

<attDef> (attribute definition) contains the definition of a single attribute. 22.4.5 Attribute List Specification
Moduletagdocs — 22 Documentation Elements
Attributes [att.identified ]
usagespecifies the optionality of an attribute or element.
Status Optional
Legal values are:
req(required)
mwa(mandatory when applicable )
rec(recommended )
rwa(recommended when applicable )
opt(optional ) [Default]
ns(namespace) specifies the namespace to which this attribute belongs
Status Optional
Datatype
data.namespace
Declaration
element attDef
{
   att.global.attributes,
   att.identified.attributes,
   attribute usage { "req" | "mwa" | "rec" | "rwa" | "opt" }?,
   attribute ns { data.namespace }?,
   (
      model.glossLike*,
      datatype?,
      defaultVal?,
      ( valList | valDesc )?,
      exemplum*,
      remarks*
   )
}
Example
<attDef usage="recident="type">
 <desc>specifies a name conventionally used for this
   level of subdivision, e.g. <val>act</val>, <val>volume</val>,
 <val>book</val>, <val>section</val>, <val>canto</val>, etc.</desc>
</attDef>
Contained byattList
May contain