<application>

Provides information about an application which has acted upon the current document.
Module MEI.header
Attributes
@enddate(optional)Contains the end point of a date range in standard ISO form. Value conforms to data.ISODATE. att.datable
@isodate(optional)Provides the value of a textual date in standard ISO form. Value conforms to data.ISODATE. att.datable
@label(optional)Provides a name or label for an element. The value may be any string. Value of datatype string. att.commonPart
@n(optional)Provides a number-like designation for an element. Value conforms to token. att.common
@notafter(optional)Contains an upper boundary for an uncertain date in standard ISO form. Value conforms to data.ISODATE. att.datable
@notbefore(optional)Contains a lower boundary, in standard ISO form, for an uncertain date. Value conforms to data.ISODATE. att.datable
@startdate(optional)Contains the starting point of a date range in standard ISO form. Value conforms to data.ISODATE. att.datable
@subtype(optional)Provide any sub-classification for the element, additional to that given by its type attribute. Value of datatype NMTOKEN. att.typed
@type(optional)Characterizes the element in some sense, using any convenient classification scheme or typology. Value of datatype NMTOKEN. att.typed
@version(optional)Supplies a version number for an application, independent of its identifier or display name. Value of datatype NMTOKEN. application
@xml:base(optional)Provides a base URI reference with which applications can resolve relative URI references into absolute URI references. Value conforms to data.URI. att.commonPart
@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 of datatype ID. att.id
Member of
Contained by
MEI.headerappInfo
May contain
MEI.ptrrefptr ref
MEI.sharedname p
Declaration
<classes>
<memberOf key="att.common"/>
<memberOf key="att.datable"/>
<memberOf key="att.typed"/>
</classes>
<content>
<rng:oneOrMore>
<rng:ref name="name" />
</rng:oneOrMore>
<rng:choice>
<rng:zeroOrMore>
<rng:ref name="model.locrefLike" />
</rng:zeroOrMore>
<rng:zeroOrMore>
<rng:ref name="model.pLike" />
</rng:zeroOrMore>
</rng:choice>
</content>
Remarks

This element is modelled on an element in the Text Encoding Initiative (TEI) standard.