<location>

<location> 地理上の座標集合,地政学上の名前付き実体,アドレスなどにより場所を定 義する.
モジュールnamesdates — 13 Names, Dates, People, and Places
属性 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)) att.editLike (@cert, @resp, @evidence, @source) (att.dimensions (@unit, @quantity, @extent, @atLeast, @atMost, @min, @max, @precision, @scope))
当該モジュールを使用するもの
下位
宣言

<rng:element name="location">
<rng:ref name="att.global.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="att.dimensions.attributes"/>
<rng:zeroOrMore>
 <rng:choice>
  <rng:ref name="model.labelLike"/>
  <rng:ref name="model.placeNamePart"/>
  <rng:ref name="model.offsetLike"/>
  <rng:ref name="model.measureLike"/>
  <rng:ref name="model.addressLike"/>
  <rng:ref name="model.noteLike"/>
  <rng:ref name="model.biblLike"/>
 </rng:choice>
</rng:zeroOrMore>
</rng:element>
element location
{
   att.global.attributes,
   att.typed.attributes,
   att.datable.w3c.attributes,
   att.datable.iso.attributes,
   att.editLike.attributes,
   (
      model.labelLikemodel.placeNamePartmodel.offsetLikemodel.measureLikemodel.addressLikemodel.noteLikemodel.biblLike
   )*
}
<place>
 <placeName>Abbey Dore</placeName>
 <location>
  <geo>51.969604 -2.893146</geo>
 </location>
</place>
<place type="building">
 <placeName>Brasserie Georges</placeName>
 <location>
  <country key="FR"/>
  <settlement type="city">Lyon</settlement>
  <district type="arrondissement">Perrache</district>
  <placeName type="street">Rue de la Charité</placeName>
 </location>
</place>
<place type="imaginary">
 <placeName>Atlantis</placeName>
 <location>
  <offset>beyond</offset>
  <placeName>The Pillars of <persName>Hercules</persName>
  </placeName>
 </location>
</place>