Uses the Component:EventType
An action taken for an event by or in behalf of the party. This can be used to track the creation of the party, deletion, or end date. This action is dirrectly related to the party.
Table 6.13. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
EventID |
A unique identifier for an event. | 0..1 | Field | oag:OpenIDType | |
EventType |
Enumerated list of unusual event types. | 0..1 | Field | sqdt:EventTypeCodeType | |
EventDescription |
A textual description of the event. | 0..1 | Field | oag:TextType | |
EventOccurrenceDateTime |
A date, time, date time, or other date time value of an occurrence of this event. This could be used to track such dates and times of creation, deletion, etc. | 0..1 | Field | oag:xbt_DateTimeType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.20. PartyActionEvent
<PartyActionEvent> <EventID>......</EventID> [0..1] <EventType>......</EventType> [0..1] <EventDescription>......</EventDescription> [0..1] <EventOccurrenceDateTime>......</EventOccurrenceDateTime> [0..1] </PartyActionEvent>