<attDef>
<attDef> (속성 정의) 단일 속성 정의를 포함한다. 22.4.5 Attribute List Specification | |||||||||||||
모듈 | tagdocs — 22 Documentation Elements | ||||||||||||
전체 속성에 부가 | att.identified (@ident, @predeclare, @module) (att.combinable (@mode))
|
||||||||||||
에 의해 사용된 | |||||||||||||
포함할 수 있다 | |||||||||||||
선언 |
element attDef { att.global.attributes, att.identified.attributes, att.combinable.attributes, attribute usage { "req" | "mwa" | "rec" | "rwa" | "opt" }?, attribute ns { data.namespace }?, ( model.glossLike*, datatype?, constraintSpec*, 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> |