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