<appInfo>

(application information) – Groups information about applications which have acted upon the MEI file.
Module
Attributes
@label, @type, @xml:id
@label(optional)Captures text to be used to generate a label for the element to which it’s attached, a "tool tip" or prefatory text, for example. Should not be used to record document content. Value is plain text.
@type(optional)Designation which characterizes the element in some sense, using any convenient classification scheme or typology that employs single-token labels. One or more values of datatype NMTOKEN, separated by spaces.
@xml:id(optional)Regularizes the naming of an element and thus facilitates building links between it and other resources. Each id attribute within a document must have a unique value. Value is a valid xml:id.
(MEI.shared) Attributes common to many elements.
(MEI.shared) Attributes that uniquely identify an element.
@xml:id(optional)Regularizes the naming of an element and thus facilitates building links between it and other resources. Each id attribute within a document must have a unique value. Value is a valid xml:id.
(MEI.shared)
@label(optional)Captures text to be used to generate a label for the element to which it’s attached, a "tool tip" or prefatory text, for example. Should not be used to record document content. Value is plain text.
(MEI.shared) Attributes which can be used to classify features.
@type(optional)Designation which characterizes the element in some sense, using any convenient classification scheme or typology that employs single-token labels. One or more values of datatype NMTOKEN, separated by spaces.
@label(optional)Captures text to be used to generate a label for the element to which it’s attached, a "tool tip" or prefatory text, for example. Should not be used to record document content. Value is plain text.
@type(optional)Designation which characterizes the element in some sense, using any convenient classification scheme or typology that employs single-token labels. One or more values of datatype NMTOKEN, separated by spaces.
@xml:id(optional)Regularizes the naming of an element and thus facilitates building links between it and other resources. Each id attribute within a document must have a unique value. Value is a valid xml:id.
Member of
(appInfo isn't member of any model class)
Contained By
<encodingDesc>Documents the relationship between an electronic file and the source or sources from which it was derived as well as applications used in the encoding/editing process.
<encodingDesc>Documents the relationship between an electronic file and the source or sources from which it was derived as well as applications used in the encoding/editing process.
May Contain
<application>Provides information about an application which has acted upon the current document.
(MEI.shared) Groups elements used to provide a heading at the start of a text division or other markup component.
<application>Provides information about an application which has acted upon the current document.
Remarks

The model of this element is based on the appInfo element of the Text Encoding Initiative (TEI).

Declaration
<elementSpec rend="add" ident="appInfo" module="MEI.header">
<gloss xml:lang="en">application information</gloss>
<desc xml:lang="en">Groups information about applications which have acted upon the MEI file.</desc>
<classes>
<memberOf key="att.common"/>
</classes>
<content>
<zeroOrMore>
<ref name="model.headLike"/>
</zeroOrMore>
<zeroOrMore>
<ref name="application"/>
</zeroOrMore>
</content>
<remarks xml:lang="en">
<p>The model of this element is based on the <ref target="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-appInfo.html">appInfo</ref> element of the Text Encoding Initiative (TEI).</p>
</remarks>
</elementSpec>