element <authorgr>
Namespace:
Type:
anonymous complexType
Content:
complex, 1 element
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<authorgr>
   
Content: 
author+
</authorgr>
May contain elements (1):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Author group
Description
Set of information about the author(s)
Examples
example 1
<authorgr>
    <author id="au1">
        <persname>
            <firstname>Luc</firstname>
            <familyname>Grondin</familyname>
        </persname>
    </author>
    <author id="au2">
        <persname>
            <firstname>Michel</firstname>
            <familyname>Plamondon</familyname>
        </persname>
    </author>
    <author id="au3">
        <orgname>Consortium Érudit</orgname>
    </author>
</authorgr>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="authorgr">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="author"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 1/1)
author
Type:
anonymous, mixed content
XML Source (see within schema source)
<xs:element ref="author"/>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set