tei:att.datable.iso.attribute.from-iso

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.

Used By

Source

<xs:attributeGroup name="att.datable.iso.attribute.from-iso">
  <xs:attribute name="from-iso">
    <xs:annotation>
      <xs:documentation>indicates the starting point of the period in standard form.</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:restriction base="xs:token">
            <xs:pattern value="[0-9.,DHMPRSTWYZ/:+\-]+"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>