<appInfo>

<appInfo> (application information) records information about an application which has edited the TEI file.
Modulheader — 2 The TEI Header
Attribute
Verwendet von
Kann enthalten
header: application
Deklaration

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