<place>

<place> 地理上の場所のデータを示す.
モジュールnamesdates — 13 Names, Dates, People, and Places
属性 att.typed (@type, @subtype) att.editLike (@cert, @resp, @evidence, @source) (att.dimensions (@unit, @quantity, @extent, @atLeast, @atMost, @min, @max, @precision, @scope))
当該モジュールを使用するもの
下位
宣言

<rng:element name="place">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:ref name="att.editLike.attributes"/>
<rng:ref name="att.dimensions.attributes"/>
<rng:group>
 <rng:zeroOrMore>
  <rng:ref name="model.headLike"/>
 </rng:zeroOrMore>
 <rng:choice>
  <rng:group>
   <rng:zeroOrMore>
    <rng:ref name="model.pLike"/>
   </rng:zeroOrMore>
  </rng:group>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="model.labelLike"/>
    <rng:ref name="model.placeStateLike"/>
    <rng:ref name="model.placeTraitLike"/>
    <rng:ref name="model.placeEventLike"/>
   </rng:choice>
  </rng:zeroOrMore>
 </rng:choice>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="model.noteLike"/>
   <rng:ref name="model.biblLike"/>
  </rng:choice>
 </rng:zeroOrMore>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="model.placeLike"/>
   <rng:ref name="listPlace"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:group>
</rng:element>
element place
{
   att.global.attributes,
   att.typed.attributes,
   att.editLike.attributes,
   (
      model.headLike*,
      (
         ( model.pLike* )
       | (
            model.labelLikemodel.placeStateLikemodel.placeTraitLikemodel.placeEventLike
         )*
      ),
      ( model.noteLike | model.biblLike )*,
      ( model.placeLike | listPlace )*
   )
}
<place>
 <country>Lithuania</country>
 <country xml:lang="lt">Lietuva</country>
 <place>
  <settlement>Vilnius</settlement>
 </place>
 <place>
  <settlement>Kaunas</settlement>
 </place>
</place>