| <residence> (residence) describes a person's present or past places of residence. [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 | |
| Example | <residence>Childhood in East Africa and long term resident of Glasgow, Scotland.</residence>
|
| Example | <residence notAfter="1997">Mbeni estate, Dzukumura region, Matabele land</residence>
<residence notBefore="1903" notAfter="1996">
<placeName>
<settlement>Glasgow</settlement>
<region>Scotland</region>
</placeName>
</residence>
|
| Content model |
<content>
<macroRef key="macro.phraseSeq"/>
</content>
⚓ |
| Schema Declaration |
element residence
{
att.global.attributes,
att.datable.attributes,
att.editLike.attributes,
att.naming.attributes,
att.typed.attribute.subtype,
attribute type { text }?,
macro.phraseSeq
}⚓
|