Container element to hold two or more representations of a single affiliation (for example, the name of a university in two or more languages such as both German and English).
Best Practice: When it is present, this container element should take the @id that is used to tie contributors to affiliations rather than putting an @id on the individual affiliations (<aff>s) within the container.
Usage: The <aff-alternatives> element is intended to collect multiple versions of a single affiliation without appearing to multiply the number of affiliations. (Three versions of the name of a university is not the same as three different universities.) Like the similar construction for graphics <alternatives>, it will be up to an application how multiple versions of a single affiliation are to be processed. The @xml:lang attributes can be used to distinguish the different affiliations for separate processing.
The <aff-alternatives> element can be used to record:
<!ELEMENT aff-alternatives %aff-alternatives-model; >
(aff+)
<aff> Affiliation, one or more
<article-meta>, <collab>, <contrib>, <contrib-group>, <front-stub>, <journal-meta>, <person-group>
An affiliation name in Japanese and English:
...
<article-meta>
<title-group>...</title-group>
<contrib-group>
<contrib rid="aff1">
<name><surname>Smythe-Barring</surname>
<given-names>John</given-names>
</name>
<aff-alternatives id="aff1">
<aff>
<institution xml:lang="ja-Jpan">国立言語学博物館</institution>
</aff>
<aff>
<institution xml:lang="en">National Museum of Linguistics</institution>
</aff>
</aff-alternatives>
</contrib>
</contrib-group>...
</article-meta>
...
JATS-common1.ent