<placeName>

<placeName> contiene la indicación absoluta o relativa de un nombre de lugar. 13.2.3 Place Names
Módulonamesdates — 13 Names, Dates, People, and Places
Atributos att.naming (@key, @ref, @nymRef) att.typed (@type, @subtype) att.datableatt.datable.w3c (@period, @when, @notBefore, @notAfter, @from, @to) att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso) att.editLike (@cert, @resp, @evidence, @source, @precision)
Usado por model.placeNamePart
Puede contener
Declaración

<rng:element name="placeName">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.naming.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:ref name="att.datable.w3c.attributes"/>
<rng:ref name="att.datable.iso.attributes"/>
<rng:ref name="att.editLike.attributes"/>
<rng:ref name="macro.phraseSeq"/>
</rng:element>
element placeName
{
   att.global.attributes,
   att.naming.attributes,
   att.typed.attributes,
   att.datable.w3c.attributes,
   att.datable.iso.attributes,
   att.editLike.attributes,
   macro.phraseSeq
}
Ejemplo
<placeName>
 <settlement>Rochester</settlement>
 <region>New York</region>
</placeName>
Ejemplo
<placeName>
 <geogName>Arrochar Alps</geogName>
 <region>Argylshire</region>
</placeName>
Ejemplo
<placeName>
 <measure>10 miles</measure>
 <offset>Northeast of</offset>
 <settlement>Attica</settlement>
</placeName>