<?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: 2012-04-18 20:14:25 +0100 (Wed, 18 Apr 2012) $
  $Id: floruit.xml 10249 2012-04-18 19:14:25Z rahtz $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="namesdates" ident="floruit">
  <gloss versionDate="2008-12-09" xml:lang="fr">période d'activité</gloss>
  <desc>contains information about a person's period of activity.</desc>
  <desc versionDate="2007-12-20" xml:lang="ko">개인의 활동 기간에 대한 정보를 포함한다.</desc>
  <desc versionDate="2007-05-02" xml:lang="zh-TW">包含個人活動時期的相關資訊。</desc>
  <desc versionDate="2008-04-05" xml:lang="ja"> 人物が活躍した時期に関する情報を示す． </desc>
  <desc versionDate="2009-03-19" xml:lang="fr">contient des informations sur la période d'activité d'une personne.</desc>
  <desc versionDate="2007-05-04" xml:lang="es">contiene información relativa al periodo de actividad de una persona.</desc>
  <desc versionDate="2007-01-21" xml:lang="it">contiene informazioni relative al periodod di attività di una persona</desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="att.datable"/>
    <memberOf key="att.editLike"/>
    <memberOf key="model.persStateLike"/>
  </classes>
  <content>
    <ref xmlns="http://relaxng.org/ns/structure/1.0" name="macro.phraseSeq"/>
  </content>
  <exemplum xml:lang="und">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <floruit notBefore="1066" notAfter="1100"/>
    </egXML>
  </exemplum>
  <exemplum versionDate="2008-04-06" xml:lang="fr">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <person>
        <persName>François Villon</persName>
        <floruit notBefore="1457" notAfter="1463"/>
      </person>
    </egXML>
  </exemplum>
</elementSpec>
