<settlement>

<settlement> 包含主行政區的名稱,例如城市、鄉鎮、村莊等單一地理政治或行政單位。 13.2.3 Place Names
組件namesdates — 13 Names, Dates, People, and Places
屬性 att.naming (@nymRef) (att.canonical (@key, @ref)) att.typed (@type, @subtype) att.datable (att.datable.w3c (@period, @when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso))
屬於
可包含
宣告

<rng:element name="settlement">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.naming.attributes"/>
<rng:ref name="att.canonical.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:ref name="att.datable.w3c.attributes"/>
<rng:ref name="att.datable.iso.attributes"/>
<rng:ref name="macro.phraseSeq"/>
</rng:element>
element settlement
{
   att.global.attributes,
   att.naming.attributes,
   att.canonical.attributes,
   att.typed.attributes,
   att.datable.w3c.attributes,
   att.datable.iso.attributes,
   macro.phraseSeq
}
例子
<placeName>
 <settlement type="town">淡水</settlement>
 <region>台北縣</region>
</placeName>