| <affiliation> (affiliation) contains an informal description of a person's present or past affiliation with some organization, for example an employer or sponsor. [16.2.2. The Participant Description] |
| Module | namesdates — Specification |
| Attributes | | type | characterizes the element in some sense, using any convenient classification scheme or typology. |
|
| Member of | |
| Contained by | |
| May contain | |
| Note | If included, the name of an organization may be tagged using either the <name> element as above, or the more specific <orgName> element. |
| Example | <affiliation>Junior project officer for the US <name type="org">National Endowment for
the Humanities</name>
</affiliation>
|
| Example | This example indicates that the person was affiliated with the Australian Journalists Association at some point between the dates listed.<affiliation notAfter="1960-01-01"
notBefore="1957-02-28">Paid up member of the
<orgName>Australian Journalists Association</orgName>
</affiliation>
|
| Example | This example indicates that the person was affiliated with Mount Holyoke College throughout the entire span of the date range listed.<affiliation from="1902-01-01"
to="1906-01-01">Was an assistant professor at Mount Holyoke College.</affiliation>
|
| Content model |
<content>
<macroRef key="macro.phraseSeq"/>
</content>
⚓ |
| Schema Declaration |
element affiliation
{
att.global.attributes,
att.cmc.attributes,
att.datable.attributes,
att.editLike.attributes,
att.naming.attributes,
att.typed.attribute.subtype,
attribute type { text }?,
macro.phraseSeq
}⚓
|