untp-dte:actionCode

The Action type says how an event relates to the lifecycle of the entity being described. For example, AggregationEvent is used to capture events related to aggregations of objects, such as cases aggregated to a pallet. Throughout its life, the pallet load participates in many business process steps, each of which may generate an EPCIS event. The action field of each event says how the aggregation itself has changed during the event: have objects been added to the aggregation, have objects been removed from the aggregation, or has the aggregation simply been observed without change to its membership? The action is independent of the bizStep (of type BusinessStepID) which identifies the specific business process step in which the action took place.

Values:

URILabelCommentValue
untp-dte:actionCode#addAddThe entity in question has been created or added to.add
untp-dte:actionCode#deleteDeleteThe entity in question has been removed from or destroyed altogether.delete
untp-dte:actionCode#observeObserveThe entity in question has not been changed.observe

Referenced by

URI Comment
untp-dte:action Code describing how an event ...