<?xml version="1.0" encoding="UTF-8"?>
<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. -->
<?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?>
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:sch="http://purl.oclc.org/dsdl/schematron" ident="terrain" xml:id="gi-terrain" module="namesdates">
  <gloss versionDate="2009-03-19" xml:lang="en">terrain</gloss>
  <gloss versionDate="2009-03-19" xml:lang="fr">terrain</gloss>
  <desc versionDate="2007-10-18" xml:lang="en">contains information about the physical terrain of a place.</desc>
  <desc versionDate="2009-01-05" xml:lang="fr">contient des informations sur le terrain physique d'un lieu.</desc>
  <desc versionDate="2007-12-20" xml:lang="ko">장소의 물리적 지역에 대한 정보를 포함한다.</desc>
  <desc versionDate="2008-04-06" xml:lang="es">contiene información sobre el terreno físico de un lugar.</desc>
  <desc versionDate="2008-04-05" xml:lang="ja">場所の地形情報を示す。</desc>
  <desc versionDate="2007-11-06" xml:lang="it">contiene informazioni relative al terreno fisico di un luogo</desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="att.cmc"/>
    <memberOf key="att.datable"/>
    <memberOf key="att.editLike"/>
    <memberOf key="att.naming"/>
    <memberOf key="att.typed"/>
    <memberOf key="model.placeStateLike"/>
  </classes>
  <content>
    <sequence>
      <elementRef key="precision" minOccurs="0" maxOccurs="unbounded"/>
      <classRef key="model.headLike" minOccurs="0" maxOccurs="unbounded"/>
      <alternate>
        <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/>
        <classRef key="model.labelLike" minOccurs="1" maxOccurs="unbounded"/>
      </alternate>      
      <alternate minOccurs="0" maxOccurs="unbounded">
        <classRef key="model.noteLike"/>
        <classRef key="model.biblLike"/>
      </alternate>
      <elementRef key="terrain" minOccurs="0" maxOccurs="unbounded"/>      
    </sequence>
  </content>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples" xml:id="gi-terrain-egXML-ju">
      <place xml:id="KERG">
        <placeName>Kerguelen Islands</placeName>
        <!-- ... -->
        <terrain>
          <desc>antarctic tundra</desc>
        </terrain>
        <!-- ... -->
      </place>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#NDGEOGste"/>
  </listRef>
</elementSpec>
