<application>

Provides information about an application which has acted upon the current document.
Module
Attributes
@enddate, @isodate, @label, @notafter, @notbefore, @startdate, @type, @version, @xml:id
@enddate(optional)Contains the end point of a date range in standard ISO form. Value conforms to data.ISODATE.
@isodate(optional)Provides the value of a textual date in standard ISO form. Value conforms to data.ISODATE.
@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.
@notafter(optional)Contains an upper boundary for an uncertain date in standard ISO form. Value conforms to data.ISODATE.
@notbefore(optional)Contains a lower boundary, in standard ISO form, for an uncertain date. Value conforms to data.ISODATE.
@startdate(optional)Contains the starting point of a date range in standard ISO form. Value conforms to data.ISODATE.
@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.
@version(optional)Supplies a version number for an application, independent of its identifier or display name. Value is a NMTOKEN.
@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.
@version(optional)Supplies a version number for an application, independent of its identifier or display name. Value is a NMTOKEN.
(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.
(MEI.shared) Attributes common to dates.
@enddate(optional)Contains the end point of a date range in standard ISO form. Value conforms to data.ISODATE.
@isodate(optional)Provides the value of a textual date in standard ISO form. Value conforms to data.ISODATE.
@notafter(optional)Contains an upper boundary for an uncertain date in standard ISO form. Value conforms to data.ISODATE.
@notbefore(optional)Contains a lower boundary, in standard ISO form, for an uncertain date. Value conforms to data.ISODATE.
@startdate(optional)Contains the starting point of a date range in standard ISO form. Value conforms to data.ISODATE.
@version(optional)Supplies a version number for an application, independent of its identifier or display name. Value is a NMTOKEN.
@enddate(optional)Contains the end point of a date range in standard ISO form. Value conforms to data.ISODATE.
@isodate(optional)Provides the value of a textual date in standard ISO form. Value conforms to data.ISODATE.
@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.
@notafter(optional)Contains an upper boundary for an uncertain date in standard ISO form. Value conforms to data.ISODATE.
@notbefore(optional)Contains a lower boundary, in standard ISO form, for an uncertain date. Value conforms to data.ISODATE.
@startdate(optional)Contains the starting point of a date range in standard ISO form. Value conforms to data.ISODATE.
@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
(application isn't member of any model class)
Contained By
<appInfo>Groups information about applications which have acted upon the MEI file.
<appInfo>Groups information about applications which have acted upon the MEI file.
May Contain
<name>Proper noun or noun phrase.
(MEI.shared) Groups paragraph-like elements.
<name>Proper noun or noun phrase.
Remarks

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

Declaration
<elementSpec rend="add" ident="application" module="MEI.header">
<desc xml:lang="en">Provides information about an application which has acted upon the current document.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.datable"/>
</classes>
<content>
<oneOrMore>
<ref name="name"/>
</oneOrMore>
<choice>
<zeroOrMore>
<ref name="model.locrefLike"/>
</zeroOrMore>
<zeroOrMore>
<ref name="model.pLike"/>
</zeroOrMore>
</choice>
</content>
<attList>
<attDef ident="version" usage="opt">
<desc xml:lang="en">Supplies a version number for an application, independent of its identifier or display name.</desc>
<datatype>
<rng:data type="NMTOKEN"/>
</datatype>
</attDef>
</attList>
<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-application.html">application</ref> element of the Text Encoding Initiative (TEI).</p>
</remarks>
</elementSpec>