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 | |||||
<boxgr | |||||
id | = |
xs:ID | |||
> | |||||
|
|||||
</boxgr> |
The element is used only to represent the subdivision of an idea into multiple boxes, e.g. Box 1a, Box 1b and Box 1c grouped under Box 1.
Sets of boxes, when appearing within a paragraph, should be relocated at the end of that paragraph.
<boxgr id="gn1"> <no>Encadré 1</no> <box id="en1"> <no>a</no> <caption lang="fr">…</caption> <section1>…</section1> <boxnote id="nn1">…</boxnote> </box> <box id="en2"> <no>b</no> <caption lang="fr">…</caption> <section1>…</section1> <boxnote id="nn2">…</boxnote> </box> <source>…</source> </boxgr>
Type Derivation Tree![]() |
<xs:element name="boxgr"> <xs:complexType> <xs:complexContent> <xs:sequence> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
Type: |
<xs:element maxOccurs="unbounded" ref="box"/> |
Type: |
illustrationnotetype, complex content |
<xs:element maxOccurs="unbounded" minOccurs="0" ref="boxnote"/> |
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 |