element <figuregr>
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
<figuregr
    id
 = 
xs:ID
    >
   
Content: 
no*, caption*, figure+, fignote*, source?
</figuregr>
May contain elements (5):
May be included in elements (9):
Known Usage Locations
Annotation
Label
Figure group
Description
Set of figures in an article.
Comments

The element is used only to represent the subdivision of an idea into multiple figures, e.g. Fig. 3a, 3b, 3c and 3d grouped under Figure 3.

Sets of figures appearing within a paragraph should be relocated at the end of that paragraph.

Examples
example 1
<figuregr id="gf1">
    <no>Figure 3</no>
    <figure id="fi3">
        <no>Fig. 3a</no>
        <caption lang="fr">
            <blocktext>…</blocktext>
        </caption>
        <mediaobject float="block">
            <image id="im7" imagetype="figure" />
        </mediaobject>
    </figure>
    <figure id="fi4">
        <no>Fig. 3b</no>
        <caption lang="fr">
            <blocktext>…</blocktext>
        </caption>
        <mediaobject float="block">
            <image id="im8" imagetype="figure" />
        </mediaobject>
        <fignote id="nf3">…</fignote>
    </figure>
    <figure id="fi5">
        <no>Fig. 3c</no>
        <caption lang="fr">
            <blocktext>…</blocktext>
        </caption>
        <mediaobject float="block">
            <image id="im9" imagetype="figure" />
        </mediaobject>
        <fignote id="nf4">…</fignote>
    </figure>
    <source>…</source>
</figuregr>
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (1); see within schema source)
<xs:element name="figuregr">
<xs:complexType>
<xs:complexContent>
<xs:extension base="illustrationtype">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="figure"/>
<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"/>

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

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