<attDef>

<attDef> (属性定義) 属性の定義を示す. 22.4.5 Attribute List Specification
モジュールtagdocs — 22 Documentation Elements
属性 att.identified (@ident, @predeclare, @module, @mode)
usage属性または要素の選択性を示す.
状態 任意
正当な値:
req
(required)
mwa
(mandatory when applicable )
rec
(recommended )
rwa
(recommended when applicable )
opt
(optional ) [初期値]
ns (namespace) (名前空間) 当該属性が属する名前空間を示す.
状態 任意
データ型
data.namespace
当該モジュールを使用するものattList
下位
宣言
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*
   )
}
<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>