Definition Type: ComplexType
Name: BoatClassGroupType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The BoatClassGroup component describes the class of the boat.
Collapse XSD Schema Diagram:
Drilldown into PrimaryBoatClassIndicator in schema components_xsd Drilldown into BoatClassCode in schema components_xsdXSD Diagram of BoatClassGroupType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BoatClassCode star:BoatClassCode 0 1
PrimaryBoatClassIndicator star:PrimaryBoatClassIndicator 0 1
Collapse Derivation Tree:
Collapse References:
star:BoatClassGroup