<terrain>

<terrain> contains information about the physical terrain of a place.
Modulenamesdates — 13 Names, Dates, People, and Places
Attributes 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)) att.naming (@nymRef) (att.canonical (@key, @ref)) att.typed (@type, @subtype)
Used by
May contain
header: biblFull
linking: ab
msdescription: msDesc
namesdates: terrain
textcrit: witDetail
Declaration

<rng:element name="terrain">
<rng:ref name="att.global.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:ref name="att.naming.attributes"/>
<rng:ref name="att.canonical.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:group>
 <rng:zeroOrMore>
  <rng:ref name="model.headLike"/>
 </rng:zeroOrMore>
 <rng:choice>
  <rng:group>
   <rng:oneOrMore>
    <rng:ref name="model.pLike"/>
   </rng:oneOrMore>
  </rng:group>
  <rng:group>
   <rng:oneOrMore>
    <rng:ref name="model.labelLike"/>
   </rng:oneOrMore>
  </rng:group>
 </rng:choice>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="model.noteLike"/>
   <rng:ref name="model.biblLike"/>
  </rng:choice>
 </rng:zeroOrMore>
 <rng:zeroOrMore>
  <rng:ref name="terrain"/>
 </rng:zeroOrMore>
</rng:group>
</rng:element>
element terrain
{
   att.global.attributes,
   att.datable.w3c.attributes,
   att.datable.iso.attributes,
   att.editLike.attributes,
   att.dimensions.attributes,
   att.naming.attributes,
   att.canonical.attributes,
   att.typed.attributes,
   (
      model.headLike*,
      ( ( model.pLike+ ) | ( model.labelLike+ ) ),
      ( model.noteLike | model.biblLike )*,
      terrain*
   )
}
Example
<place xml:id="KERG">
 <placeName>Kerguelen Islands</placeName>
<!-- ... -->
 <terrain>
  <desc>antarctic tundra</desc>
 </terrain>
<!-- ... -->
</place>