Uses the Component:BoatLengthGroupType
Table 6.88. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| BoatLengthCode |
Indicates the type of boat length being measured. | 0..1 | Field | sqdt:BoatLengthCodeType | |
| BoatLengthMeasure |
Indicates the length of the boat. | 0..1 | Field | sqdt:LengthMeasureType | |
| BoatLengthQualifier |
Used to qualify the length, i.e. in some cases LOA may include Bowsprit and in others it may not. | 0..1 | Field | udt:TextType |
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.88. BoatLengthGroup
<BoatLengthGroup>
<BoatLengthCode>......</BoatLengthCode> [0..1]
<BoatLengthMeasure>......</BoatLengthMeasure> [0..1]
<BoatLengthQualifier>......</BoatLengthQualifier> [0..1]
</BoatLengthGroup>