Namespace: |
|
Type: |
|
Content: |
complex, 1 attribute, 5 elements |
Defined: |
globally in eruditarticle.xsd, see XML source |
Includes: |
definitions of 3 elements |
Used: |
at 1 location |
XML Representation Summary | |||||
<figuregr | |||||
id | = |
xs:ID | |||
> | |||||
|
|||||
</figuregr> |
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.
<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>
Type Derivation Tree![]() |
<xs:element name="figuregr"> <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: |
<xs:element maxOccurs="unbounded" ref="figure"/> |
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 |