<specDesc>

<specDesc> (description d'élément ou de classe) indique qu'une description de l'élément particulier ou de la classe particulière doit être incluse à ce point dans un document
Moduletagdocs — 22 Documentation Elements
Attributs
key (identifiant) donne l'identifiant de l'élément ou de la classe documentaires dont la description est à faire
Statut Optionel
Type de données
data.name
<specDesc key="emph"/>
atts (attributs) donne les noms d'attributs dont il faut une description supplémentaire
Statut Recommendé
Type de données 0–∞ occurrences of
data.name
séparé par un espace
Valeurs a whitespace-separated list of attribute names
<specDesc key="foreignatts="usage xml:lang"/>
Note
The attribute names listed may include both attributes inherited from a class and those defined explicitly for the associated element. If the atts attribute is not supplied, then descriptions for all non-inherited attributes are listed, along with references to any classes. If an empty string is supplied as the value for the atts attribute, then no description should be displayed.
Utilisé parspecList model.specDescLike
Peut contenirElément vide
Declaration
element specDesc
{
   att.global.attributes,
   attribute key { data.name }?,
   attribute atts { list { data.name* } }?,
   empty
}
Exemple
<specDesc key="orth"/>
Note
The description is usually displayed as a label and an item, with any list of values defined for the attribute as an embedded glossary list, No selection among the values is possible. The list of attributes may include some which are inherited by virtue of an element's class membership; descriptions for such attributes may also be retrieved using another <specDesc>, this time pointing at the relevant class.