BoatLengthGroup

Uses the Component:BoatLengthGroupType

Fields and Components

Table 6.88. Fields and Components

Name Description Occurrence Type Data Type User Notes
BoatLengthCode

Indicates the type of boat length being measured.

0..1Field sqdt:BoatLengthCodeType  
BoatLengthMeasure

Indicates the length of the boat.

0..1Field sqdt:LengthMeasureType  
BoatLengthQualifier

Used to qualify the length, i.e. in some cases LOA may include Bowsprit and in others it may not.

0..1Field udt:TextType  

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.88. BoatLengthGroup

<BoatLengthGroup>
     <BoatLengthCode>......</BoatLengthCode>     [0..1]
     <BoatLengthMeasure>......</BoatLengthMeasure>     [0..1]
     <BoatLengthQualifier>......</BoatLengthQualifier>     [0..1]
</BoatLengthGroup>