tei:att.datable.w3c.attributes

Attribute Group Information

Attributes

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

Used By

Attribute Group tei:att.datable.attributes

Source

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