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 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>, <person-group>, <sig-block>
An affilation 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> <aff id="aff1"> <institution xml:lang="ja-Jpan">国立言語学博物館</institution> </aff> <aff id="aff-en"> <institution xml:lang="en">National Museum of Linguistics</institution> </aff> </aff-alternatives> </contrib> </contrib-group>... </article-meta> ...
JATS-common0.ent