att.datable.custom
att.datable.custom provides attributes for normalization of elements that contain datable events to
a custom dating system (i.e. other than the Gregorian used by W3 and ISO). [13.4. Dates]
Module | namesdates | ||||||||||||||||||||||||||||||||||||||||||||||
Members | att.datable [affiliation author birth change correspAction creation death docDate editor faith floruit idno langKnown location name nationality objectName occupation orgName origin persName placeName residence resp settlement title] | ||||||||||||||||||||||||||||||||||||||||||||||
Attributes | Attributes
|
||||||||||||||||||||||||||||||||||||||||||||||
Source | Github
<classSpec rend="change" module="namesdates" xml:id="DATABLECUSTOM" type="atts" predeclare="true" ident="att.datable.custom"> <desc>provides attributes for normalization of elements that contain datable events to a custom dating system (i.e. other than the Gregorian used by W3 and ISO).</desc> <classes/> <attList> <attDef ident="when-custom" usage="opt"> <desc>supplies the value of a date or time in some custom standard form.</desc> <datatype minOccurs="1" maxOccurs="unbounded"> <dataRef key="teidata.word"/> </datatype> </attDef> <attDef ident="notBefore-custom" usage="opt"> <desc>specifies the earliest possible date for the event in some custom standard form.</desc> <datatype minOccurs="1" maxOccurs="unbounded"> <dataRef key="teidata.word"/> </datatype> </attDef> <attDef ident="notAfter-custom" usage="opt"> <desc>specifies the latest possible date for the event in some custom standard form.</desc> <datatype minOccurs="1" maxOccurs="unbounded"> <dataRef key="teidata.word"/> </datatype> </attDef> <attDef ident="from-custom" usage="opt"> <desc>indicates the starting point of the period in some custom standard form.</desc> <datatype minOccurs="1" maxOccurs="unbounded"> <dataRef key="teidata.word"/> </datatype> </attDef> <attDef ident="to-custom" usage="opt"> <desc>indicates the ending point of the period in some custom standard form.</desc> <datatype minOccurs="1" maxOccurs="unbounded"> <dataRef key="teidata.word"/> </datatype> </attDef> <attDef ident="datingMethod" usage="opt"> <desc>supplies a pointer to a <gi>calendar</gi> element or other means of interpreting the values of the custom dating attributes.</desc> <datatype> <dataRef key="teidata.pointer"/> </datatype> </attDef> </attList> </classSpec> |