element <fignote>
Namespace:
Type:
Content:
complex, 1 attribute, 10 elements
Defined:
globally in eruditarticle.xsd, see XML source
Used:
XML Representation Summary
<fignote
    id
 = 
xs:ID
    >
   
Content: 
no?, (blocktext | blockquote | unordlist | ordlist | relationlist | mediaobject | biblioref | tabtext | verbatim)+
</fignote>
May contain elements (10):
May be included in elements (2):
Known Usage Locations
Annotation
Label
Note about a figure
Description
A short note on part or all of a figure.
Examples
example 1
<figure id="fi1">
    <no>Fig. 1</no>
    <caption lang="fr">
        <blocktext>Comparaison entre les différentes races de babouins en Afrique.</blocktext>
    </caption>
    <mediaobject float="block">
        <image id="im1" imagetype="figure" />
    </mediaobject>
    <fignote id="nf1">
        <no>c</no>
        <blocktext>Notez que la couleur du poil du babouin, d’un roux éclatant, n’est pas due
        à une exposition prolongée au soleil.</blocktext>
    </fignote>
</figure>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="fignote" type="illustrationnotetype">
</xs:element>

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