<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. [22.1.2 Element and Attribute Descriptions]
Módulotagdocs — Documentation Elements
Atributosatt.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(identificador) adscribe un identificador al elemento o a la clase que se está describiendo.
Estado Opcional
Tipo de datos

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

<rng:ref name="data.name"/>
data.name
separado por espacio en blanco
<specDesc key="foreign"
 atts="usage xml:lang"/>
Miembro de
Contenido en
analysis: cl phr s
figures: cell
linking: ab seg
spoken: u writing
tagdocs: eg specList
textcrit: lem rdg wit witDetail
verse: rhyme
Puede contenerElemento vacío
Declaración

<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
}
Ejemplo
<specDesc key="orth"/>
Ejemplo
<specDesc key="emph"/>
Ejemplo
<specDesc key="foreign"
 atts="usage xml:lang"/>