PreviousOwnerParty

Uses the Component:PartyABIEType

Individual or company that owned the vehicle previously

Fields and Components

Table 6.36. Fields and Components

Name Description Occurrence Type Data Type User Notes
PartyBase

Party Basic Business Information Entity Type.

0..1ComponentPartyBBIEType 
SpecifiedOrganization

A specific organization represented in a party, or other component.

0..1ComponentOrganizationABIEType 
SpecifiedPerson

Identifies a specific individual or person.

0..1ComponentPersonType 
PartyActionEvent

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.

0..1ComponentEventType 

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.42. PreviousOwnerParty

<PreviousOwnerParty>
     <PartyBase>......</PartyBase>     [0..1]
     <SpecifiedOrganization>......</SpecifiedOrganization>     [0..1]
     <SpecifiedPerson>......</SpecifiedPerson>     [0..1]
     <PartyActionEvent>......</PartyActionEvent>     [0..1]
</PreviousOwnerParty>