Uses the Component:OwnedBoatDetailType
Detail information regarding a boat owned by an indivudual or organization.
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..1 | Component | BoatType | |
Engine |
Information describing the components that are part of an engine. | 0..* | Component | EngineType | |
Trailer |
Information describing the components that are part of a trailer used in hauling a vehicle. | 0..* | Component | TrailerType |
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>