ani:affiliation

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
affiliation-instance-id xs:NMTOKEN optional
afid optional
country optional
date-locked xs:dateTime optional
dptid optional

Used By

Source

<xs:element name="affiliation">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="ani:affiliationType">
        <xs:attribute name="afid"/>
        <xs:attribute name="dptid"/>
        <xs:attribute name="country"/>
        <xs:attribute name="date-locked" type="xs:dateTime"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample

< author-group xmlns = "http://www.elsevier.com/xml/ani/ani" xmlns:ce = "http://www.elsevier.com/xml/ani/common" >

[...]

< author seq = "1" type = "auth" >

< ce:initials>

O.

</ ce:initials>

< ce:indexed-name>

Soubrane O.

</ ce:indexed-name>

< ce:degrees>

MD

</ ce:degrees>

< ce:surname>

Soubrane

</ ce:surname>

< ce:given-name>

Olivier

</ ce:given-name>

< ce:e-address>

olivier.soubrane@sat.aphp.com

</ ce:e-address>

</ author>

< author seq = "2" type = "auth" >

< ce:initials>

L.

</ ce:initials>

< ce:indexed-name>

Schwarz L.

</ ce:indexed-name>

< ce:degrees>

MD

</ ce:degrees>

< ce:surname>

Schwarz

</ ce:surname>

< ce:given-name>

Lilian

</ ce:given-name>

</ author>

< author seq = "3" type = "auth" >

< ce:initials>

F.

</ ce:initials>

< ce:indexed-name>

Cauchy F.

</ ce:indexed-name>

< ce:degrees>

MD

</ ce:degrees>

< ce:surname>

Cauchy

</ ce:surname>

< ce:given-name>

François

</ ce:given-name>

</ author>

< author seq = "4" type = "auth" >

< ce:initials>

L.O.

</ ce:initials>

< ce:indexed-name>

Perotto L.O.

</ ce:indexed-name>

< ce:degrees>

MD

</ ce:degrees>

< ce:surname>

Perotto

</ ce:surname>

< ce:given-name>

Laura Ornella

</ ce:given-name>

</ author>

< author seq = "5" type = "auth" >

< ce:initials>

R.

</ ce:initials>

< ce:indexed-name>

Brustia R.

</ ce:indexed-name>

< ce:degrees>

MD

</ ce:degrees>

< ce:surname>

Brustia

</ ce:surname>

< ce:given-name>

Raffaele

</ ce:given-name>

</ author>

< affiliation country = "fra" >

< organization>

Department of Hepatobiliary Surgery and Liver Transplantation, Université Pierre et Marie Curie

</ organization>

< city>

Paris

</ city>

</ affiliation>

</ author-group>