| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| notafter | xs:token | optional | ||||
| notbefore | xs:token | optional | ||||
| standarddate | xs:token | optional |
| Complex Types | datesingle, fromdate, todate |
<xs:complexType name="m.datesingle"> <xs:complexContent> <xs:extension base="m.mixed.basic"> <xs:attribute name="standarddate" type="xs:token"/> <xs:attribute name="notbefore" type="xs:token"/> <xs:attribute name="notafter" type="xs:token"/> </xs:extension> </xs:complexContent> </xs:complexType> |