| Action | Represented in XML/DAV via: | Represented in EIM via: |
|---|---|---|
| An item was created | n/a | |
| An item was deleted | n/a | |
| An item was added to a collection | DAV resource PUT to DAV collection | |
| An item was removed from a collection | DAV resource DELETEd from DAV collection | |
| An item had a single-cardinality attribute value set or changed | Entire resource PUT including new value | |
| An item had a single-cardinality attribute value removed | Entire resource PUT with value removed | |
| An item had a value added to a list-cardinality attribute | Entire resource PUT including entire list of values | |
| An item had a value removed from a list-cardinality attribute | Entire resource PUT including entire list of values | |
| An item was stamped | Entire resource PUT with new list of stamps/classes | |
| An item was unstamped | Entire resource PUT with new list of stamps/classes | |
| A collection was created | MKCOL or MKCALENDAR | |
| A collection was deleted | DELETE |