<appInfo>

<appInfo> (application information) records information about an application which has edited the TEI file.
組件header — 2 The TEI Header
屬性
屬於
可包含
header: application
宣告

<rng:element name="appInfo">
<rng:ref name="att.global.attributes"/>
<rng:oneOrMore>
 <rng:ref name="model.applicationLike"/>
</rng:oneOrMore>
</rng:element>
element appInfo { att.global.attributes, model.applicationLike+ }
例子
<appInfo>
 <application version="1.24ident="Xaira">
  <label>XAIRA Indexer</label>
  <ptr target="#P1"/>
 </application>
</appInfo>