<specDesc>

<specDesc> (specification description) indicates that a description of the specified element or class should be included at this point within a document.
Modultagdocs — 22 Documentation Elements
Attribute
key (identifier) supplies the identifier of the documentary element or class for which a description is to be obtained.
Zustand Optional
Datentyp
data.name
<specDesc key="emph"/>
atts (attributes) supplies attribute names for which descriptions should additionally be obtained.
Zustand Empfohlen
Datentyp 0–∞ occurrences of
data.name
separated by whitespace
Werte a whitespace-separated list of attribute names
<specDesc key="foreignatts="usage xml:lang"/>
Anmerkung
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.
Verwendet vonspecList model.specDescLike
Kann enthaltenEmpty element
Deklaration
element specDesc
{
   att.global.attributes,
   attribute key { data.name }?,
   attribute atts { list { data.name* } }?,
   empty
}
Beispiel
<specDesc key="orth"/>
Anmerkung
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.