OwnedBoatDetail

Uses the Component:OwnedBoatDetailType

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

Fields and Components

Table 6.86. Fields and Components

Name Description Occurrence Type Data Type User Notes
Boat

Information describing the components that are part of a boat.

0..1ComponentBoatType 
Engine

Information describing the components that are part of an engine.

0..*ComponentEngineType 
Trailer

Information describing the components that are part of a trailer used in hauling a vehicle.

0..*ComponentTrailerType 

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.86. OwnedBoatDetail

<OwnedBoatDetail>
     <Boat>......</Boat>     [0..1]
     <Engine>......</Engine>     [0..*]
     <Trailer>......</Trailer>     [0..*]
</OwnedBoatDetail>