Definition Type: ComplexType
Name: MainDimensions
Containing Schema: hcm-sdt.xsd
Abstract
Documentation:
This type defines the main shape parameters of the ship.
Collapse XSD Schema Diagram:
Drilldown into designDraught Drilldown into mouldedDepth Drilldown into mouldedBreadth Drilldown into lengthOverall Drilldown into lengthPerpendicularsXSD Diagram of MainDimensions
Collapse XSD Schema Code:
<xs:complexType name="MainDimensions">
    <xs:annotation>
        <xs:documentation>This type defines the main shape parameters of the ship.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="lengthPerpendiculars" type="positiveValue" use="required">
        <xs:annotation>
            <xs:documentation>
                <h3>Length between Perpendiculars (Lpp)</h3>
                <p>The length measured from the aft perpendicular to the forward perpendicular of the ship. The value is specified in meters (see ISO-10303-215, section 4.2.135.4).</p>
            </xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="lengthOverall" type="positiveValue">
        <xs:annotation>
            <xs:documentation>
                <h3>Length overall (Loa)</h3>
                <p>The length overall of a ship is the extreme length measured from the foremost point to the aftermost point and expressed in meters.</p>
            </xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="mouldedBreadth" type="positiveValue" use="required">
        <xs:annotation>
            <xs:documentation>The maximum breath of the ship amidships and at the design draught. The value expressed in meters (see ISO-10303-215, section 4.2.135.9).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="mouldedDepth" type="positiveValue" use="required">
        <xs:annotation>
            <xs:documentation>The vertical distance above the baseline to the uppermost deck where the deck joins the side of the ship measured amidships and expressed in meters (see ISO-10303-215, section
					4.2.135.10).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="designDraught" type="positiveValue" use="required">
        <xs:annotation>
            <xs:documentation>The draught to which the ship has been designed to operate. (see ISO-10303-215, section 4.2.135.3).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
lengthPerpendiculars lengthPerpendiculars Required
lengthOverall lengthOverall (Optional)
mouldedBreadth mouldedBreadth Required
mouldedDepth mouldedDepth Required
designDraught designDraught Required
Collapse Derivation Tree:
Collapse References:
MainDimensions