<attDef>
<attDef> 1つの属性の定義を示す. 22.4.5 属性リスト | |||||||||||||
モジュール | tagdocs — 22 ドキュメンテーション向け要素 | ||||||||||||
属性 | att.identified (@ident, @predeclare, @module, @mode)
| ||||||||||||
当該モジュールを使用するもの | |||||||||||||
下位 | |||||||||||||
宣言 |
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="rec" ident="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> |