att.datable

Attributes common to dates.
Module MEI.shared
Members
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
@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
Declaration
<attDef ident="enddate" usage="opt">
<desc>Contains the end point of a date range in standard ISO form.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.ISODATE" />
</datatype>
</attDef>
<attDef ident="isodate" usage="opt">
<desc>Provides the value of a textual date in standard ISO form.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.ISODATE" />
</datatype>
</attDef>
<attDef ident="notafter" usage="opt">
<desc>Contains an upper boundary for an uncertain date in standard ISO form.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.ISODATE" />
</datatype>
</attDef>
<attDef ident="notbefore" usage="opt">
<desc>Contains a lower boundary, in standard ISO form, for an uncertain date.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.ISODATE" />
</datatype>
</attDef>
<attDef ident="startdate" usage="opt">
<desc>Contains the starting point of a date range in standard ISO form.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.ISODATE" />
</datatype>
</attDef>