<?xml version="1.0" encoding="UTF-8"?><!--
Copyright TEI Consortium. 
Dual-licensed under CC-by and BSD2 licences 
See the file COPYING.txt for details
$Date$
$Id$
--><?xml-model href="http://jenkins.tei-c.org/job/TEIP5/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:rng="http://relaxng.org/ns/structure/1.0" ident="terrain" module="namesdates">
  <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.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">
      <place xml:id="KERG">
        <placeName>Kerguelen Islands</placeName>
        <!-- ... -->
        <terrain>
          <desc>antarctic tundra</desc>
        </terrain>
        <!-- ... -->
      </place>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#NDGEOGste"/>
  </listRef>
</elementSpec>
