<desc>

<desc> (descripción) contiene una breve descripción del objetivo y la aplicación de un elemento, atributo o valor de un atributo. [22.4.1 Description of Components]
Módulocore — Elements Available in All TEI Documents
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)) att.translatable (@versionDate) att.typed (@type, @subtype)
Miembro de
Contenido en
Puede contener
Nota

La convención de TEI requiere que esto esté expresado como cláusula finita, comenzando con un verbo activo.

Ejemplo
<desc>contains a brief description of the purpose and application for an element, attribute,
attribute value, class, or entity.</desc>
Content model
<content>
 <macroRef key="macro.limitedContent"/>
</content>
Declaración
<rng:element name="desc">
 <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:ref name="att.translatable.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:ref name="macro.limitedContent"/>
</rng:element>
element desc
{
   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,
   att.translatable.attributes,
   att.typed.attributes,
   macro.limitedContent
}