<application>

<application> provides information about an application which has acted upon the document.
組件header — 2 The TEI Header
屬性 att.typed (@type, @subtype) att.datable (att.datable.w3c (@period, @when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso))
identSupplies an identifier for the application, independent of its version number or display name.
狀態 必備的
資料類型

<rng:ref name="data.name"/>
data.name
versionSupplies a version number for the application, independent of its identifier or display name.
狀態 必備的
資料類型

<rng:data type="token">
<rng:param name="pattern">[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}</rng:param>
</rng:data>
token { pattern = "[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}" }
屬於
可包含
core: desc label p ptr ref
linking: ab
宣告

<rng:element name="application">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:ref name="att.datable.w3c.attributes"/>
<rng:ref name="att.datable.iso.attributes"/>
<rng:attribute name="ident">
 <rng:ref name="data.name"/>
</rng:attribute>
<rng:attribute name="version">
 <rng:data type="token">
  <rng:param name="pattern">[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}</rng:param>
 </rng:data>
</rng:attribute>
<rng:group>
 <rng:oneOrMore>
  <rng:ref name="model.labelLike"/>
 </rng:oneOrMore>
 <rng:choice>
  <rng:zeroOrMore>
   <rng:ref name="model.ptrLike"/>
  </rng:zeroOrMore>
  <rng:zeroOrMore>
   <rng:ref name="model.pLike"/>
  </rng:zeroOrMore>
 </rng:choice>
</rng:group>
</rng:element>
element application
{
   att.global.attributes,
   att.typed.attributes,
   att.datable.w3c.attributes,
   att.datable.iso.attributes,
   attribute ident { data.name },
   attribute version
   {
      token { pattern = "[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}" }
   },
   ( model.labelLike+, ( model.ptrLike* | model.pLike* ) )
}
例子
<appInfo>
 <application version="1.5ident="ImageMarkupTool1notAfter="2006-06-01">
  <label>影像標記工具</label>
  <ptr target="#P1"/>
  <ptr target="#P2"/>
 </application>
</appInfo>