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

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.

Examples
example 1
<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>
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (1); see within schema source)
<xs:element name="boxgr">
<xs:complexType>
<xs:complexContent>
<xs:extension base="illustrationtype">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="box"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="boxnote"/>
<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)
box
Type:
anonymous (extension of illustrationtype), complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="box"/>

boxnote
Type:
illustrationnotetype, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="boxnote"/>

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