tei:att.datable.w3c.attribute.when

Attribute Group Information

Attributes

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

Source

<xs:attributeGroup name="att.datable.w3c.attribute.when">
  <xs:attribute name="when">
    <xs:annotation>
      <xs:documentation>supplies the value of the date or time in a 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>