<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 [22.1.2 Element and Attribute Descriptions]
Modulotagdocs — Documentation Elements
Attributiatt.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp))
key(identificatore) assegna un identificatore all'elemento o alla classe per i quali deve essere fornita una descrizione
Stato Opzionale
Tipo di dati

<rng:ref name="data.name"/>
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–∞ occorrenze di 

<rng:ref name="data.name"/>
data.name
separato da spazio bianco
<specDesc key="foreign"
 atts="usage xml:lang"/>
Membro del
Contenuto in
analysis: cl phr s
figures: cell
linking: ab seg
spoken: u writing
tagdocs: eg specList
textcrit: lem rdg wit witDetail
verse: rhyme
Può contenereElemento vuoto
Dichiarazione

<rng:element name="specDesc">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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:ref name="att.global.responsibility.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.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   attribute key { data.name }?,
   attribute atts { list { data.name* } }?,
   empty
}
Esempio
<specDesc key="orth"/>
Esempio
<specDesc key="emph"/>
Esempio
<specDesc key="foreign"
 atts="usage xml:lang"/>