| 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 | 
                                    
  | 
                              
| Attribute Group | tei:att.translatable.attributes | 
<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>  |