tei:att.datable.w3c.attribute.to

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
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.

Used By

Source

<xs:attributeGroup name="att.datable.w3c.attribute.to">
  <xs:attribute name="to">
    <xs:annotation>
      <xs:documentation>indicates the ending point of the period in standard form, e.g. yyyy-mm-dd.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:union memberTypes="xs:date xs:gYear xs:gMonth xs:gDay xs:gYearMonth xs:gMonthDay xs:time xs:dateTime"/>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>