Definition Type: ComplexType
Name: TonnageData
Containing Schema: hcm-sdt.xsd
Abstract
Documentation:
The information pertinent to the tonnage of the ship.
Collapse XSD Schema Diagram:
Drilldown into deadweight Drilldown into tonnageXSD Diagram of TonnageData
Collapse XSD Schema Code:
<xs:complexType name="TonnageData">
    <xs:annotation>
        <xs:documentation>The information pertinent to the tonnage of the ship.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="tonnage" type="positiveValue">
        <xs:annotation>
            <xs:documentation>She numerical value resulting from the tonnage calculation (see ISO 10303-215, section 4.2.165.3).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="deadweight" type="positiveValue">
        <xs:annotation id="TonnageData_deadweight">
            <xs:documentation source="ISO-10303-215/Section_4.2.74" xml:lang="en">The weight of the passengers, crew, cargo, stores, ballast, fresh water, fuel oil, and other consumables being
					carried by a ship (see ISO 10303-215, section 4.2.74).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
tonnage tonnage (Optional)
deadweight deadweight (Optional)
Collapse Derivation Tree:
Collapse References:
TonnageData