<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
Attributeatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
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
Enthalten in
Kann enthaltenLeeres Element
Deklaration

<rng:element name="specDesc">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.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,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.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"/>