QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
notBefore | union of(xs:date, xs:gYear, xs:gMonth, xs:gDay, xs:gYearMonth, xs:gMonthDay, xs:time, xs:dateTime) | optional |
|
Attribute Group | tei:att.datable.w3c.attributes |
<xs:attributeGroup name="att.datable.w3c.attribute.notBefore"> <xs:attribute name="notBefore"> <xs:annotation> <xs:documentation>specifies the earliest possible date for the event 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> |