att.datable

att.datable provides attributes for normalization of elements that contain dates, times, or datable events.
Moduletei — 1 The TEI Infrastructure
Memberslicence application creation change date time origDate origPlace stamp binding seal origin provenance acquisition custEvent orgName persName placeName bloc country region district settlement geogName geogFeat affiliation age birth climate death education event faith floruit langKnowledge langKnown location nationality occupation population relation residence sex socecStatus state terrain trait
Attributesatt.datable.w3c (@when, @notBefore, @notAfter, @from, @to) att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso) att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)
calendarindicates the system or calendar to which the date represented by the content of this element belongs.
Status Optional
Datatype

<rng:ref name="data.pointer"/>
data.pointer
He was born on <date calendar="#Gregorian">Feb. 22, 1732</date>
(<date calendar="#Julian" when="1732-02-22"> Feb. 11, 1731/32, O.S.</date>).
periodsupplies a pointer to some location defining a named period of time within which the datable item is understood to have occurred.
Status Optional
Datatype

<rng:ref name="data.pointer"/>
data.pointer
Note
This ‘superclass’ provides attributes that can be used to provide normalized values of temporal information. By default, the attributes from the att.datable.w3c class are provided. If the module for names & dates is loaded, this class also provides attributes from the att.datable.iso and att.datable.custom classes. In general, the possible values of attributes restricted to the W3C datatypes form a subset of those values available via the ISO 8601 standard. However, the greater expressiveness of the ISO datatypes may not be needed, and there exists much greater software support for the W3C datatypes.