PreviouslyOwnedItem

Uses the Component:OwnedItemType

The detail information for an item previously owned by an individual or organization.

Fields and Components

Table 6.96. Fields and Components

Name Description Occurrence Type Data Type User Notes
OwnedVehicleDetail

The detail information regarding an individual or organization owned vehicle.

0..*ComponentOwnedVehicleDetailType 
OwnedBoatDetail

Detail information regarding a boat owned by an indivudual or organization.

0..1ComponentOwnedBoatDetailType 
OwnedEngineDetail

The detail information regarding a boat that is owned by an indivual or organization.

0..*ComponentOwnedEngineDetailType 
OwnedTrailerDetail

The detail information regarding a trailer used to haul a vehicle, engine, or similiar item that is owned by an indivual or organization.

0..*ComponentOwnedTrailerDetailType 
ItemCount

Number of currently owned vehicles

0..1Field udt:NumericType  

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.96. PreviouslyOwnedItem

<PreviouslyOwnedItem>
     <OwnedVehicleDetail>......</OwnedVehicleDetail>     [0..*]
     <OwnedBoatDetail>......</OwnedBoatDetail>     [0..1]
     <OwnedEngineDetail>......</OwnedEngineDetail>     [0..*]
     <OwnedTrailerDetail>......</OwnedTrailerDetail>     [0..*]
     <ItemCount>......</ItemCount>     [0..1]
</PreviouslyOwnedItem>