<aff>

Affiliation

Name of a institution or organization, such as a university or corporation, that is the affiliation for a contributor such as an author or an editor

Remarks

All levels of a multi-tier organization are listed within a single <aff> element, for example, a program, a department, and a university may be part of the same <aff>. Similarly, both a division and a corporation would be inside one <aff>.

Conversion Note: In a typical case, the @id attribute of an <aff> element will be pointed to from one or more Contributor<contrib> elements, establishing the linkage between them.

Conversion Note: Even if the explicitly tagged numbers or symbols for author linkages are preserved in conversion, the ID/IDREF linking mechanism should be maintained or created during conversion.

Attributes

content-type Type of Content
id Identifier
rid Reference to an Identifier

Content Model

<!ELEMENT  aff          (#PCDATA %aff-elements;)*                    >

Expanded Content Model

(#PCDATA | addr-line | country | fax | institution | phone | email | ext-link | uri | inline-supplementary-material | related-article | related-object | break | bold | italic | monospace | overline | roman | sans-serif | sc | strike | underline | label | fn | target | xref | sub | sup)*

Description

Any combination of:

This element may be contained in:

<article-meta>, <collab>, <contrib>, <contrib-group>, <front-stub>, <person-group>

Example 1

In an element-style bibliographic reference (punctuation and spacing removed):

...
<ref>
<element-citation publication-type="journal" publication-format="print">
<person-group>
<name><surname>Pinet</surname>
<given-names>LM</given-names></name>
<aff>Departamento de Servicios de Salud de
Emergencia, Escuela de Posgrado, Universidad
de Maryland, Condado de Baltimore, USA.
<email>lpinetl@umbc.edu</email>
</aff>
</person-group>
<trans-title xml:lang="en">Prehospital emergency
care in Mexico City: the opportunities of the
healthcare system</trans-title>
<source>Salud Publica Mex</source>
<year>2005</year>
<month>Jan-Feb</month>
<volume>47</volume>
<issue>1</issue>
<fpage>64</fpage>
<lpage>71</lpage>
<comment>Spanish</comment>
</element-citation>
</ref>
...


Example 2

In a contributor group in article metadata

...
<article-meta>
<article-id pub-id-type="pmid">...</article-id>
<title-group>...</title-group>
<contrib-group>
<contrib contrib-type="author">
<name><surname>Forster</surname> 
<given-names>Anne Williams</given-names>
</name>
<role>research physiotherapist</role>
<xref ref-type="aff" rid="StLukes"/>
</contrib>
<contrib contrib-type="author">
<name><surname>Young</surname> 
<given-names>John G.</given-names></name>
<role>consultant physician</role>
<xref ref-type="aff" rid="RoyalInf"/>
<author-comment><p>on behalf of the Day Hospital 
Group</p></author-comment>
</contrib>
</contrib-group>
<aff id="StLukes">Department of Health Care
for the Elderly, St Luke&#x2019;s Hospital, Bradford BD5 
0NA</aff>
<aff id="RoyalInf">Academic Section
of Geriatric Medicine, Royal Infirmary, Glasgow 
G4 0SF</aff>
<pub-date pub-type="pub">...</pub-date>
...
</article-meta>
... 

Module

common3.ent