tei:att.datable.iso.attributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
from-iso union of(xs:date, xs:gYear, xs:gMonth, xs:gDay, xs:gYearMonth, xs:gMonthDay, xs:time, xs:dateTime, restriction of xs:token) optional
indicates the starting point of the period in standard
form.
notAfter-iso union of(xs:date, xs:gYear, xs:gMonth, xs:gDay, xs:gYearMonth, xs:gMonthDay, xs:time, xs:dateTime, restriction of xs:token) optional
specifies the latest possible date for the event in standard form, e.g.
yyyy-mm-dd.
notBefore-iso union of(xs:date, xs:gYear, xs:gMonth, xs:gDay, xs:gYearMonth, xs:gMonthDay, xs:time, xs:dateTime, restriction of xs:token) optional
specifies the earliest possible date for the event in standard form, e.g.
yyyy-mm-dd.
to-iso union of(xs:date, xs:gYear, xs:gMonth, xs:gDay, xs:gYearMonth, xs:gMonthDay, xs:time, xs:dateTime, restriction of xs:token) optional
indicates the ending point of the period in standard
form.
when-iso union of(xs:date, xs:gYear, xs:gMonth, xs:gDay, xs:gYearMonth, xs:gMonthDay, xs:time, xs:dateTime, restriction of xs:token) optional
supplies the value of a date or time in a standard
form.

Used By

Attribute Group tei:att.datable.attributes

Source

<xs:attributeGroup name="att.datable.iso.attributes">
  <xs:attributeGroup ref="tei:att.datable.iso.attribute.when-iso"/>
  <xs:attributeGroup ref="tei:att.datable.iso.attribute.notBefore-iso"/>
  <xs:attributeGroup ref="tei:att.datable.iso.attribute.notAfter-iso"/>
  <xs:attributeGroup ref="tei:att.datable.iso.attribute.from-iso"/>
  <xs:attributeGroup ref="tei:att.datable.iso.attribute.to-iso"/>
</xs:attributeGroup>