<critdates>

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

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

Example

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>