<graphic>

<graphic> (graphic) indicates the location of a graphic or illustration, either forming part of a text, or providing an image of it. [3.10. Graphics and Other Non-textual Components 11.1. Digital Facsimiles]
Module core
Attributes Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.media (width, height, scale) (att.internetMedia (mimeType)) att.resourced (url) att.typed (type)
Member of
Contained by
May contain
core: desc
Note
The mimeType attribute should be used to supply the MIME media type of the image specified by the url attribute.
Within the body of a text, a graphic element indicates the presence of a graphic component in the source itself. Within the context of a facsimile or sourceDoc element, however, a graphic element provides an additional digital representation of some part of the source being encoded.
Examples

<figure>
   
<graphic url="fig1.png"/>
   
<head>Figure One: 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>
</figure>

<facsimile>
   
<surfaceGrp n="leaf1">
      
<surface>
         
<graphic url="page1.png"/>
      
</surface>
      
<surface>
         
<graphic url="page2-highRes.png"/>
         
<graphic url="page2-lowRes.png"/>
      
</surface>
   
</surfaceGrp>
</facsimile>

<facsimile>
   
<surfaceGrp n="leaf1" xml:id="spi001">
      
<surface xml:id="spi001r">
         
<graphic type="normal" subtype="thumbnail" url="spi/thumb/001r.jpg"/>
         
<graphic type="normal" subtype="low-res" url="spi/normal/lowRes/001r.jpg"/>
         
<graphic type="normal" subtype="high-res" url="spi/normal/highRes/001r.jpg"/>
         
<graphic type="high-contrast" subtype="low-res" url="spi/contrast/lowRes/001r.jpg"/>
         
<graphic type="high-contrast" subtype="high-res" url="spi/contrast/highRes/001r.jpg"/>
      
</surface>
      
<surface xml:id="spi001v">
         
<graphic type="normal" subtype="thumbnail" url="spi/thumb/001v.jpg"/>
         
<graphic type="normal" subtype="low-res" url="spi/normal/lowRes/001v.jpg"/>
         
<graphic type="normal" subtype="high-res" url="spi/normal/highRes/001v.jpg"/>
         
<graphic type="high-contrast" subtype="low-res" url="spi/contrast/lowRes/001v.jpg"/>
         
<graphic type="high-contrast" subtype="high-res" url="spi/contrast/highRes/001v.jpg"/>
         
<zone xml:id="spi001v_detail01">
            
<graphic type="normal" subtype="thumbnail" url="spi/thumb/001v-detail01.jpg"/>
            
<graphic type="normal" subtype="low-res" url="spi/normal/lowRes/001v-detail01.jpg"/>
            
<graphic type="normal" subtype="high-res" url="spi/normal/highRes/001v-detail01.jpg"/>
            
<graphic type="high-contrast" subtype="low-res" url="spi/contrast/lowRes/001v-detail01.jpg"/>
            
<graphic type="high-contrast" subtype="high-res" url="spi/contrast/highRes/001v-detail01.jpg"/>
         
</zone>
      
</surface>
   
</surfaceGrp>
</facsimile>
Source Github

<elementSpec module="core" xml:id="GRAPHIC" ident="graphic">
   
<gloss>graphic</gloss>
   
<desc>indicates the location of a graphic or illustration, either forming
part of a text, or providing an image of it.
</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="model.graphicLike"/>
      
<memberOf key="model.titlepagePart"/>
      
<memberOf key="att.media"/>
      
<memberOf key="att.resourced"/>
      
<memberOf key="att.typed"/>
   
</classes>
   
<content>
      
<classRef key="model.descLike" minOccurs="0" maxOccurs="unbounded"/>
   
</content>
</elementSpec>