Definition Type: ComplexType
Name: ClassParameters
Containing Schema: hcm-sdt.xsd
Abstract
Documentation:
Information that specifies design and intended performance characteristics of the ship in accordance with classification society rules and statutory regulations (see ISO
10303-218, section 4.2.36).
Collapse XSD Schema Diagram:
Drilldown into scantlingsDraught Drilldown into lenghtClass Drilldown into lengthSolas Drilldown into designSpeedAstern Drilldown into designSpeedAhead Drilldown into blockCoefficientClassXSD Diagram of ClassParameters
Collapse XSD Schema Code:
<xs:complexType name="ClassParameters">
    <xs:annotation>
        <xs:documentation>Information that specifies design and intended performance characteristics of the ship in accordance with classification society rules and statutory regulations (see ISO
				10303-218, section 4.2.36).</xs:documentation>
    </xs:annotation>
    <xs:attribute name="blockCoefficientClass" type="positiveValue" use="required">
        <xs:annotation>
            <xs:documentation>The ratio of the moulded displacement volume to the volume of a block that has its length equal to the length class, its breadth equal to the moulded breadth and its depth equal
					to the scantlings draught (see ISO 10303-218, section 4.2.32.1).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="designSpeedAhead" type="positiveValue">
        <xs:annotation>
            <xs:documentation>The forward speed at which the ship is designed to operate (see ISO 10303-218, section 4.2.32.2).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="designSpeedAstern" type="positiveValue">
        <xs:annotation>
            <xs:documentation>The reverse speed at which the ship is designed to operate (see ISO 10303-218, section 4.2.32.3).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="lengthSolas" type="positiveValue" use="required">
        <xs:annotation>
            <xs:documentation>A length measurement for the ship measured in accordance with IMO IC110E (see ISO 10303-218, section 4.2.32.5).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="lenghtClass" type="positiveValue" use="required">
        <xs:annotation>
            <xs:documentation>A length measurement for the ship that is defined in classification society rules (see ISO 10303-218, section 4.2.32.4).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="scantlingsDraught" type="positiveValue" use="required">
        <xs:annotation>
            <xs:documentation>The summer load draught used by the classification society in its calculations for structural integrity and strength (see ISO 10303-218, section 4.2.32.6).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
blockCoefficientClass blockCoefficientClass Required
designSpeedAhead designSpeedAhead (Optional)
designSpeedAstern designSpeedAstern (Optional)
lengthSolas lengthSolas Required
lenghtClass lenghtClass Required
scantlingsDraught scantlingsDraught Required
Collapse Derivation Tree:
Collapse References:
ClassParameters