element <affiliation>
Namespace:
Type:
embedded complexType
Content:
complex, 1 attribute, 5 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<affiliation
   
anneevalidation
 = 
xs:gYear
   
>
   
Content: 
</affiliation>
May contain elements (5):
May be included in elements (2):
Known Usage Locations
Annotation

Étiquette: Affiliation de l’auteur

Description:
Information reliée à l’organisation dont l’auteur fait partie.

Commentaires:
exemple 1
<affiliation>
    <divorg>Département de sociologie</divorg>
    <nomorg>Université de Montréal</nomorg>
    <adresse>
        <alinea>C.P. 6128, Succ. Centre-ville</alinea>
        <alinea>Montréal (Québec)</alinea>
        <alinea>Canada H3C 3J7</alinea>
    <adresse>
</affiliation>
	             
exemple 2
<affiliation>
<alinea>CNRS, UMR 8591, 1, place Aristide Briand, 92195 Meudon-Bellevue, France</alinea>
</affiliation>
				
XML Source (w/o annotations (1); see schema source)
<xs:element name="affiliation">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="alinea"/>
<xs:element ref="fonction"/>
<xs:element ref="nomorg"/>
<xs:element ref="divorg"/>
<xs:element ref="adresse"/>
</xs:choice>
<xs:attributeGroup ref="anneevalidation"/>
</xs:complexType>
</xs:element>