Namespace: |
|
Type: |
|
Content: |
complex, 1 attribute, 5 elements |
Defined: |
globally in eruditarticle.xsd, see XML source |
Includes: |
definitions of 3 elements |
Used: |
at 2 locations |
XML Representation Summary | |||||
<figure | |||||
id | = |
xs:ID | |||
> | |||||
|
|||||
</figure> |
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”.
<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>
Type Derivation Tree![]() |
<xs:element name="figure"> <xs:complexType> <xs:complexContent> <xs:sequence> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
Type: |
illustrationnotetype, complex content |
<xs:element maxOccurs="unbounded" minOccurs="0" ref="fignote"/> |
Type: |
anonymous, complex content |
<xs:element maxOccurs="unbounded" ref="mediaobject"/> |
Type: |
biblioreftype, mixed content |
<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 |