historyStamp Data Type

Represents a date and time when a user performed an action.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
date dateTime element 0/1 The date and time.
principal longIdLinkPair element 0/1 The user.

Example

<history_stamp>
  <principal>
    <id>...</id>
    <href>...</href>
  </principal>
  <date>...</date>
</history_stamp>