<critdates>

Critical dates are important dates in the document life cycle, such as creation and revision dates.

Content model

<created> ?, <revised> *

In order
  1. Optional <created>
  2. Zero or more <revised>

Attributes

The following attributes are available on this element: universal attributes.

The following attributes are available on this element: universal attributes.

Example

This section is non-normative.

The following code sample shows that the topic was created on 12 June 2020. It was revised on 03 March 2021, and it will expire on 02 March 2024.

<prolog>
    <critdates>
        <created date="2020-06-12"/>
        <revised modified="2021-03-03" golive="2020-02-03" expiry="2024-03-02"/>
    </critdates>
</prolog>