Was this helpful?
created
The created element specifies the document creation date using the date attribute.
Content models
See appendix for information about this element in OASIS document type shells.
Inheritance
- topic/created
Example 142. Example
<prolog>
<critdates>
<created date="2001-06-12"></created>
<revised golive="2001-08-20"></revised>
</critdates>
</prolog>
Attributes
The following attributes are available on this element: Universal attribute group, Date attributes group, and the attribute defined below.
date (REQUIRED)
The document creation date. Enter the date as YYYY-MM-DD where YYYY is the year, MM is the month from 01 to 12, and DD is the day from 01-31. See A Summary of the International Standard Date and Time Notation for background.