<xsd:complexType name="BoatClassGroupType">
<xsd:annotation>
<xsd:documentation>The BoatClassGroup component describes the class of the
boat.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="BoatClassCode" type="sqdt:BoatClassCodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5" xml:lang="en">Indicates
the definition of the boat, i.e. the intended usage.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="PrimaryBoatClassIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates whether or not
the boat class identified is the primary boat class.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|