tei:att.translatable.attribute.versionDate

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
versionDate union of(xs:date, xs:gYear, xs:gMonth, xs:gDay, xs:gYearMonth, xs:gMonthDay, xs:time, xs:dateTime) optional
specifies the date on which the source text was extracted and sent to the
translator

Used By

Source

<xs:attributeGroup name="att.translatable.attribute.versionDate">
  <xs:attribute name="versionDate">
    <xs:annotation>
      <xs:documentation>specifies the date on which the source text was extracted and sent to the translator</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>