%date-model;
Date Elements Model
The content model for the <date> element.
Remarks
The <string-date> element holds dates for which months and years are not given, for example, “apple blossom time”, “election day”, etc.
Model
<!ENTITY % date-model "( ( (day?, month?) | season)?, year?, era?, string-date?)" >