<?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: application.xml 10249 2012-04-18 19:14:25Z rahtz $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" ident="application" module="header">
  <desc>provides information about an application which has acted upon the document.</desc>
  <desc versionDate="2007-12-20" xml:lang="ko">문서에 사용한 애플리케이션에 관한 정보를 제시한다.</desc>
  <desc versionDate="2008-04-06" xml:lang="es">proporciona información sobre la aplicación que ha
    actuado sobre el documento.</desc>
  <desc versionDate="2008-04-05" xml:lang="ja"> 当該文書に作用するソフトウェアに関する情報を示す． </desc>
  <desc versionDate="2008-12-09" xml:lang="fr">fournit des informations sur une application qui a été
    utilisée pour le traitement du document.</desc>
  <desc versionDate="2007-11-06" xml:lang="it">registra informazioni relative a un'applicazione che ha
    agito sul documento</desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="att.typed"/>
    <memberOf key="att.datable"/>
    <memberOf key="model.applicationLike"/>
  </classes>
  <content>
    <group xmlns="http://relaxng.org/ns/structure/1.0">
      <oneOrMore>
        <ref name="model.labelLike"/>
      </oneOrMore>
      <choice>
        <zeroOrMore>
          <ref name="model.ptrLike"/>
        </zeroOrMore>
        <zeroOrMore>
          <ref name="model.pLike"/>
        </zeroOrMore>
      </choice>
    </group>
  </content>
  <attList>
    <attDef ident="ident" usage="req">
      <desc>Supplies an identifier for the application, independent of its version number or display
        name.</desc>
      <desc versionDate="2007-12-20" xml:lang="ko">버전 또는 표시명과 상관없이 애플리케이션의 확인소를 제공한다.</desc>
      <desc versionDate="2008-04-06" xml:lang="es">proporciona un identificador para la aplicación,
        independientemente de su número de versión o el nombre de la visualización.</desc>
      <desc versionDate="2008-04-05" xml:lang="ja"> 当該ソフトウェアの識別子を示す．これは，版番号や表示名とは異なる． </desc>
      <desc versionDate="2008-03-30" xml:lang="fr">fournit un identifiant pour l'application,
        indépendamment de son numéro de version ou du nom affiché.</desc>
      <desc versionDate="2007-11-06" xml:lang="it">indica un identificatore per l'applicazione,
        indipendentemente dal numero di versione o dal nome visualizzato</desc>
      <datatype>
        <ref xmlns="http://relaxng.org/ns/structure/1.0" name="data.name"/>
      </datatype>
    </attDef>
    <attDef ident="version" usage="req">
      <desc>Supplies a version number for the application, independent of its identifier or display
        name.</desc>
      <desc versionDate="2007-12-20" xml:lang="ko">확인소 또는 표시명과 상관없이 애플리케이션의 버전을 제공한다.</desc>
      <desc versionDate="2008-04-06" xml:lang="es">Suministra un número de versión para la aplicación,
        independientemente de su identificador o el nombre de la visualización.</desc>
      <desc versionDate="2008-04-05" xml:lang="ja"> 当該ソフトウェアの版番号を示す．識別子や表示名とは異なる． </desc>
      <desc versionDate="2008-03-30" xml:lang="fr">fournit un numéro de version pour l'application,
        indépendamment de son identifiant ou du nom affiché.</desc>
      <desc versionDate="2007-11-06" xml:lang="it">indica un numero di versione per l'applicazione,
        indipendentemente dall'identificatore o dal nome visualizzato</desc>
      <datatype>
        <data xmlns="http://relaxng.org/ns/structure/1.0" type="token">
          <param name="pattern">[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}</param>
        </data>
        <!--
	    This matches the following types of version numbers:
	    
	    1
	    12
	    1.1
	    1b
	    1.2b6
	    1.3.4.5
	    1.2.3b.5
	    1.2.3b.5b
	    1.3alpha.5 
	-->
      </datatype>
    </attDef>
  </attList>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <appInfo>
        <application version="1.5" ident="ImageMarkupTool1" notAfter="2006-06-01">
          <label>Image Markup Tool</label>
          <ptr target="#P1"/>
          <ptr target="#P2"/>
        </application>
      </appInfo>
    </egXML>
    <p>This example shows an appInfo element documenting the fact that version 1.5 of the Image
      Markup Tool1 application has an interest in two parts of a document which was last saved on
      June 6 2006. The parts concerned are accessible at the URLs given as target for the two
        <gi>ptr</gi> elements. </p>
  </exemplum>
  <exemplum versionDate="2008-04-06" xml:lang="fr">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <appInfo>
        <application version="1.24" ident="Xaira">
          <label>XAIRA Indexer</label>
          <ptr target="#fr_HD"/>
        </application>
      </appInfo>
    </egXML>
  </exemplum>
  <exemplum xml:lang="zh-TW">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <appInfo>
        <application version="1.5" ident="ImageMarkupTool1" notAfter="2006-06-01">
          <label>影像標記工具</label>
          <ptr target="#P1"/>
          <ptr target="#P2"/>
        </application>
      </appInfo>
    </egXML>
  </exemplum>
</elementSpec>
