<xsd:complexType name="BoatLengthGroupType">
<xsd:annotation>
<xsd:documentation>The BoatLengthGroup component describes how the length of the boat is being measure.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="BoatLengthCode" type="sqdt:BoatLengthCodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5" xml:lang="en">Indicates the type of boat length being measured.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="BoatLengthMeasure" type="sqdt:LengthMeasureType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates the length of the boat.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="BoatLengthQualifier" type="udt:TextType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Used to qualify the length, i.e. in some cases LOA may include Bowsprit and in others it may not.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|