<figure>
<figure> (figure) groups elements representing or containing graphic information such as an
illustration, formula, or figure. [14.4. Specific Elements for Graphic Images]
Module | figures |
Attributes | Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.placement (place) att.typed (type) att.written (hand) |
Member of | |
Contained by |
analysis: w
core: abbr add author bibl cit corr date del editor emph expan foreign gloss head hi imprint item l label lg list mentioned name note num orig p pubPlace publisher q quote ref reg resp rs sic term time title unclear
corpus: activity
gaiji: char
namesdates: addName affiliation birth death faith floruit forename genName langKnown nameLink nationality objectName occupation orgName persName person persona placeName residence roleName settlement sex surname
|
May contain | |
Examples |
<figure> <head>The View from the Bridge</head> <figDesc>A Whistleresque view showing four or five sailing boats in the foreground, and a series of buoys strung out between them.</figDesc> <graphic url="http://www.example.org/fig1.png" scale="0.5"/> </figure> |
Source | Github
<elementSpec module="figures" ident="figure"> <gloss>figure</gloss> <desc>groups elements representing or containing graphic information such as an illustration, formula, or figure.</desc> <classes> <memberOf key="att.global"/> <memberOf key="model.global"/> <memberOf key="att.placement"/> <memberOf key="att.typed"/> <memberOf key="att.written"/> </classes> <content> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.headLike"/> <classRef key="model.common"/> <elementRef key="figDesc"/> <classRef key="model.graphicLike"/> <classRef key="model.global"/> <classRef key="model.divBottom"/> </alternate> </content> </elementSpec> |