PartyActionEvent

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.

Fields and Components

Table 6.33. Fields and Components

Name Description Occurrence Type Data Type User Notes
EventID

A unique identifier for an event.

0..1Field udt:IdentifierType  
EventTypeCode

Enumerated list of unusual event types.

0..1Field sqdt:EventTypeCodeType  
EventDescription

A textual description of the event.

0..1Field udt: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..1Field udt:DateTimeType  

Sample XML

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.33. PartyActionEvent

<PartyActionEvent>
     <EventID>......</EventID>     [0..1]
     <EventTypeCode>......</EventTypeCode>     [0..1]
     <EventDescription>......</EventDescription>     [0..1]
     <EventOccurrenceDateTime>......</EventOccurrenceDateTime>     [0..1]
</PartyActionEvent>