element <objectgr>
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
<objectgr
    id
 = 
xs:ID
    >
   
Content: 
no*, caption*, object+, objnote*, source?
</objectgr>
May contain elements (5):
May be included in elements (9):
Known Usage Locations
Annotation
Label
Object group
Description
Set of objects (audio, video) in an article
Comments

This element is used only to represent the subdivision of an idea into multiple objects. Ex : Video excerpt 3a, Video excerpt 3b and Video excerpt , grouped under Video excerpt 3.

Sets of objects appearing within a paragraph must be relocated at the end of that paragraph.

Examples
example 1
<objectgr id="go1">
    <object id="ob1" objtype="audio">
        <no>Extrait sonore 1a</no>
        <caption lang="fr">…</caption>
        <mediaobject float="block">…</mediaobject>
    </object>
    <object id="ob2" objtype="audio">
        <no>Extrait sonore 1b</no>
        <caption lang="en">…</caption>
        <mediaobject float="block">…</mediaobject>
    </object>
    <source>…</source>
</objectgr>
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (1); see within schema source)
<xs:element name="objectgr">
<xs:complexType>
<xs:complexContent>
<xs:extension base="illustrationtype">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="object"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="objnote"/>
<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)
object
Type:
anonymous (extension of illustrationtype), complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" ref="object"/>

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

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