Uses the Component:OwnedItemType
The detail information for an item currently owned by an individual or organization.
Table 6.37. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| OwnedVehicleDetail |
The detail information regarding an individual or organization owned vehicle. | 0..* | Component | OwnedVehicleDetailType | |
| OwnedBoatDetail |
Detail information regarding a boat owned by an indivudual or organization. | 0..1 | Component | OwnedBoatDetailType | |
| OwnedEngineDetail |
The detail information regarding a boat that is owned by an indivual or organization. | 0..* | Component | OwnedEngineDetailType | |
| 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..* | Component | OwnedTrailerDetailType | |
| ItemCount |
Number of currently owned vehicles | 0..1 | Field | udt:NumericType |
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.37. CurrentlyOwnedItem
<CurrentlyOwnedItem>
<OwnedVehicleDetail>......</OwnedVehicleDetail> [0..*]
<OwnedBoatDetail>......</OwnedBoatDetail> [0..1]
<OwnedEngineDetail>......</OwnedEngineDetail> [0..*]
<OwnedTrailerDetail>......</OwnedTrailerDetail> [0..*]
<ItemCount>......</ItemCount> [0..1]
</CurrentlyOwnedItem>