att.datable

Attributes common to dates.
Module
Attributes
@enddate, @isodate, @notafter, @notbefore, @startdate
@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.
@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.
@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.
Available at
<application>Provides information about an application which has acted upon the current document.
<date>A string identifying a point in time or the time period between two such points.
<name>Proper noun or noun phrase.
<persName>Designation for an individual, including any or all of that individual's forenames, surnames, honorific titles, and added names.
<application>Provides information about an application which has acted upon the current document.
<persName>Designation for an individual, including any or all of that individual's forenames, surnames, honorific titles, and added names.
<date>A string identifying a point in time or the time period between two such points.
<name>Proper noun or noun phrase.
Declaration
<classSpec rend="add" ident="att.datable" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes common to dates.</desc>
<attList>
<attDef ident="enddate" usage="opt">
<desc xml:lang="en">Contains the end point of a date range in standard ISO form.</desc>
<datatype>
<ref name="data.ISODATE"/>
</datatype>
</attDef>
<attDef ident="isodate" usage="opt">
<desc xml:lang="en">Provides the value of a textual date in standard ISO form.</desc>
<datatype>
<ref name="data.ISODATE"/>
</datatype>
</attDef>
<attDef ident="notafter" usage="opt">
<desc xml:lang="en">Contains an upper boundary for an uncertain date in standard ISO form.</desc>
<datatype>
<ref name="data.ISODATE"/>
</datatype>
</attDef>
<attDef ident="notbefore" usage="opt">
<desc xml:lang="en">Contains a lower boundary, in standard ISO form, for an uncertain date.</desc>
<datatype>
<ref name="data.ISODATE"/>
</datatype>
</attDef>
<attDef ident="startdate" usage="opt">
<desc xml:lang="en">Contains the starting point of a date range in standard ISO form.</desc>
<datatype>
<ref name="data.ISODATE"/>
</datatype>
</attDef>
</attList>
</classSpec>