element <figure>
Namespace:
Type:
Content:
complex, 1 attribute, 5 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<figure
    id
 = 
xs:ID
    >
   
Content: 
no*, caption*, mediaobject+, fignote*, source?
</figure>
May contain elements (5):
May be included in elements (10):
Known Usage Locations
Annotation
Label
Figure
Description
The representation of a concept, in the form of a drawing, map, graph, diagram, photo, engraving or the like, which helps understanding the article.
Comments

Note that the figure can only be in the form of an image (“mediaobject”).

A figure must contain only “image”-type media objects, even if the content model of the “mediaobject” element includes “audio” and “video” elements.

The content of the “no” sub-element must be entered as it appears in the article, with or without initial or final punctuation. It consists of a mention of the type of object and its number, such as: (ex : Figure 1, Fig. 1, Map 1, Photo 1, Diagram 1, Graph 1, etc.)

Generally speaking, figures referenced in a paragraph should be presented after that paragraph.

Use the “figure” element only to tag objects that correspond semantically to figures and not tables (“table”) or boxes (“box”) that might mistakenly contain numbering with the word “figure”.

Examples
example 1
<figure id="fi3">
    <no>Fig. 2</no>
    <caption lang="fr">
        <blocktext>Comparaison entre les races de babouins en Afrique.</blocktext>
    </caption>
    <mediaobject float="block">
        <image id="im7" imagetype="figure" />
    </mediaobject>
    <fignote id="nf1">…</fignote>
    <source>…</source>
</figure>
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (1); see within schema source)
<xs:element name="figure">
<xs:complexType>
<xs:complexContent>
<xs:extension base="illustrationtype">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="mediaobject"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="fignote"/>
<xs:element minOccurs="0" ref="source"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 3/5)
fignote
Type:
illustrationnotetype, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="fignote"/>

mediaobject
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="mediaobject"/>

source
Type:
biblioreftype, mixed content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="source"/>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set