<specDesc>

<specDesc> (descripción de elemento o clase.) indica el punto del documento en el que debe inserirse la descripción de un elemento dado o de una clase dada.
Módulotagdocs — 22 Documentation Elements
Atributos
key (identificador) adscribe un identificador al elemento o a la clase que se está describiendo.
Estado Opcional
Tipo de datos
data.name
<specDesc key="emph"/>
atts (atributo) proporciona nombres de atributo pera los que se debe proporcionar una descripción.
Estado Recomendado
Tipo de datos 0–∞ occurrences of
data.name
separated by whitespace
Valores 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.
Used byspecList model.specDescLike
May containEmpty element
Declaración
element specDesc
{
   att.global.attributes,
   attribute key { data.name }?,
   attribute atts { list { data.name* } }?,
   empty
}
Ejemplo
<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.