<figDesc>

<figDesc> (Beschreibung einer Abbildung) enthält einen kurzen Beschreibungstext des Inhalts oder des Aussehens einer Abbildung, um etwa ein Bild ohne dessen Anzeige dokumentieren zu können. [14.4 Specific Elements for Graphic Images]
Modul figures — Tables, Formulæ, Graphics, and Notated Music
Attribute
Enthalten in
figures: figure
Kann enthalten
Anmerkung

Dieses Element ist als Ersatz für den Inhalt seines Elternelements figure gedacht. Zum Beispiel wenn das Bild nicht angezeigt werden kann und man auf einen Alternativtext angewiesen ist. Es kann weiters für Indexierungen und Dokumentationen benutzt werden.

Beispiel
<figure>
 <graphic url="emblem1.png"/>
 <head>Emblemi d'Amore</head>
 <figDesc>A pair of naked winged cupids, each holding a
   flaming torch, in a rural setting.</figDesc>
</figure>
Content model
<content>
 <macroRef key="macro.limitedContent"/>
</content>
Schema Deklaration
<rng:element name="figDesc">
 <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.global.source.attributes"/>
 <rng:ref name="macro.limitedContent"/>
</rng:element>
element figDesc
{
   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.global.source.attributes,
   macro.limitedContent
}