Definition Type: ComplexType
Name: DraftMeasureGroupType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The DraftMeasureGroupType component describes how the draft of the boat is being measure.
Collapse XSD Schema Diagram:
Drilldown into BoatDraftCode in schema components_xsd Drilldown into DraftMeasure in schema components_xsdXSD Diagram of DraftMeasureGroupType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="DraftMeasureGroupType">
    <xsd:annotation>
        <xsd:documentation>The DraftMeasureGroupType component describes how the draft of the
                boat is being measure.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="DraftMeasure" type="sqdt:LengthMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Vertical distance at
                which a boat penetrates the water.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="BoatDraftCode" type="sqdt:BoatDraftCodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5" xml:lang="en">Indicates
                the type of draft being measured.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DraftMeasure star:DraftMeasure 0 1
BoatDraftCode star:BoatDraftCode 0 1
Collapse Derivation Tree:
Collapse References:
star:DraftMeasureGroup