<appInfo>

<appInfo> (application information) records information about an application which has edited the TEI file.
Moduleheader — 2 The TEI Header
AttributesGlobal attributes only
Used by
May contain
header: application
Declaration

<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+ }
Example
<appInfo>
 <application version="1.24ident="Xaira">
  <label>XAIRA Indexer</label>
  <ptr target="#P1"/>
 </application>
</appInfo>