Uses the Component:HullType
Table 6.91. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| BoatHullMaterialCode |
Indicates the primary material out of which the hull is made. | 0..1 | Field | sqdt:BoatHullMaterialCodeType | |
| BoatHullMaterialQualifierCode |
Indicates the qualifier code for the boat hull material. | 0..1 | Field | udt:CodeType | |
| BoatHullDesignCode |
Indicates the type of hull design on the boat. | 0..1 | Field | sqdt:BoatHullDesignCodeType | |
| BoatHullDesignQualifierCode |
Indicates the type of hull design on the boat. | 0..1 | Field | udt:CodeType | |
| MaximumHullSpeedMeasure |
Maximum recommended hull speed. | 0..1 | Field | sqdt:SpeedMeasureType | |
| HullID |
Hull identification number. | 0..1 | Field | udt:IdentifierType | |
| MaximumHullPowerMeasure |
Is the maximum total engine power the boat hull is designed for. | 0..1 | Field | sqdt:PowerMeasureType |
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.91. Hull
<Hull>
<BoatHullMaterialCode>......</BoatHullMaterialCode> [0..1]
<BoatHullMaterialQualifierCode>......</BoatHullMaterialQualifierCode> [0..1]
<BoatHullDesignCode>......</BoatHullDesignCode> [0..1]
<BoatHullDesignQualifierCode>......</BoatHullDesignQualifierCode> [0..1]
<MaximumHullSpeedMeasure>......</MaximumHullSpeedMeasure> [0..1]
<HullID>......</HullID> [0..1]
<MaximumHullPowerMeasure>......</MaximumHullPowerMeasure> [0..1]
</Hull>