element <author>
Namespace:
Type:
anonymous complexType
Content:
mixed, 2 attributes, 8 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 8 elements
Used:
XML Representation Summary
<author
    id
 = 
xs:ID
    specialprocessing
 = 
"yes"
    >
   
Content: 
{text} × (contribution*, (persname[1..2] | (orgname, member*) | authority)?, affiliation*, email*, website*)
</author>
May contain elements (8):
May be included in elements (6):
Known Usage Locations
Annotation
Label
Author of the article
Description
Individual or organization responsible for creation of the article and therefore its intellectual and/or artistic content.
Comments
It is recommended that the person responsible for selecting recent issues and acquisitions should be considered the author of that type of article.
Examples
example 1
<author id="au2"/>
    <contribution>Avec la contribution de</contribution>
    <persname>…</persname>
    <affiliation>…</affiliation>
    <email>…</email>
</author>
example 2
<author id="au1"/>
    <orgname>CSN</orgname>
</author>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="author">
<xs:complexType mixed="true">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="contribution"/>
<xs:choice minOccurs="0">
<xs:element maxOccurs="2" ref="persname"/>
<xs:sequence>
<xs:element ref="orgname"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="member"/>
</xs:sequence>
<xs:element ref="authority"/>
</xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="affiliation"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="email"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="website"/>
</xs:sequence>
<xs:attributeGroup ref="id"/>
<xs:attributeGroup ref="specialprocessing"/>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 8/8)
affiliation
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="affiliation"/>

authority
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element ref="authority"/>

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

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

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

orgname
Type:
anonymous, mixed content
XML Source (see within schema source)
<xs:element ref="orgname"/>

persname
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element maxOccurs="2" ref="persname"/>

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

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