<specDesc>

<specDesc> (descrizione di elemento o classe) indica il punto del documento nel quale deve essere inserita la descrizione di un dato elemento o di una data classe
Modulotagdocs — 22 Documentation Elements
Attributi
key (identificatore) assegna un identificatore all'elemento o alla classe per i quali deve essere fornita una descrizione
Stato Opzionale
Tipo di dati
data.name
<specDesc key="emph"/>
atts (attributi) indica dei nomi di attributi per i quali devono essere fornite delle descrizioni
Stato Consigliato
Tipo di dati 0–∞ occurrences of
data.name
separato da spazio bianco
Valori a whitespace-separated list of attribute names
<specDesc key="foreignatts="usage xml:lang"/>
Nota
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.
Usato daspecList model.specDescLike
Può contenereElemento vuoto
Dichiarazione
element specDesc
{
   att.global.attributes,
   attribute key { data.name }?,
   attribute atts { list { data.name* } }?,
   empty
}
Esempio
<specDesc key="orth"/>
Nota
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.