<specDesc>

<specDesc> (specification description) indicates that a description of the specified element or class should be included at this point within a document.
Modul tagdocs — 22 Documentation Elements
Neben global gültigen Attributen
key (identifier) supplies the identifier of the documentary element or class for which a description is to be obtained.
Zustand Optional
Datentyp

<rng:ref name="data.name"/>
data.name
<specDesc key="emph"/>
atts (attributes) supplies attribute names for which descriptions should additionally be obtained.
Zustand Empfohlen
Datentyp 0–∞ Vorkommen von 

<rng:ref name="data.name"/>
data.name
Durch Leerzeichen getrennt
Werte a whitespace-separated list of attribute names
<specDesc key="foreign" atts="usage xml:lang"/>
Verwendet von
Kann enthalten Leeres Element
Deklaration

<rng:element name="specDesc">
 <rng:ref name="att.global.attributes"/>
 <rng:optional>
  <rng:attribute name="key">
   <rng:ref name="data.name"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="atts">
   <rng:list>
    <rng:zeroOrMore>
     <rng:ref name="data.name"/>
    </rng:zeroOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:empty/>
</rng:element>
element specDesc
{
   att.global.attributes,
   attribute key { data.name }?,
   attribute atts { list { data.name* } }?,
   empty
}
Beispiel
<specDesc key="orth"/>
Beispiel
<specDesc key="emph"/>
Beispiel
<specDesc key="foreign" atts="usage xml:lang"/>