<place>

<place> contiene los datos sobre una localización geográfica
Módulo namesdates — 13 Names, Dates, People, and Places
Además de los atributos globales att.typed (@type, @subtype) att.editLike (@cert, @resp, @evidence, @source) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max)) )
Usado por
Puede contener
Declaración

<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:ref name="att.ranging.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,
   att.dimensions.attributes,
   att.ranging.attributes,
   (
      model.headLike*,
      (
         ( model.pLike* )
       | (
            model.labelLikemodel.placeStateLikemodel.placeTraitLikemodel.placeEventLike
         )*
      ),
      ( model.noteLike | model.biblLike )*,
      ( model.placeLike | listPlace )*
   )
}
Ejemplo
<place>
 <country>Lithuania</country>
 <country xml:lang="lt">Lietuva</country>
 <place>
  <settlement>Vilnius</settlement>
 </place>
 <place>
  <settlement>Kaunas</settlement>
 </place>
</place>