Definition Type: Element
Name: ClassNotation
Containing Schema: hcm-sdt.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into additionalNotations Drilldown into serviceFactor Drilldown into serviceArea Drilldown into iceClass Drilldown into machinery Drilldown into hullXSD Diagram of ClassNotation
Collapse XSD Schema Code:
<xs:element name="ClassNotation" minOccurs="0">
    <xs:complexType>
        <xs:attribute name="hull" type="xs:string">
            <xs:annotation>
                <xs:documentation source="ISO-10303-218/Section_4.2.35.5" xml:lang="en">The notation given to the hull of the ship by the classification society as a result of its approval
								activities done on the hull.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="machinery" type="xs:string">
            <xs:annotation>
                <xs:documentation source="ISO-10303-218/Section_4.2.35.6" xml:lang="en">The notation given to the machinery on the ship by the classification society as a result of its approval
								activities done on the machinery.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="iceClass" type="xs:string">
            <xs:annotation>
                <xs:documentation source="ISO-10303-218/Section_4.2.35.8" xml:lang="en">The type of class notation given to the ship indicating the ice conditions in which the ship has been
								approved to operate.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="serviceArea" type="xs:string">
            <xs:annotation>
                <xs:documentation source="ISO-10303-218/Section_4.2.35.9" xml:lang="en">
                    <p>The area or route in which the ship operates.</p>
                    <p>
                        <b>NOTE:</b>This may include information about waterway, wave, weather and wind conditions.</p>
                </xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="serviceFactor">
            <xs:annotation>
                <xs:documentation source="ISO-10303-218/Section_4.2.35.10" xml:lang="en">The service area of the ship and the waves that occur in that area. The service factor should be in the
								range of 0.5 to 1.0.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:double">
                    <xs:minInclusive value="0.5" />
                    <xs:maxInclusive value="1.0" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="additionalNotations" type="classNotations" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
hull hull (Optional)
machinery machinery (Optional)
iceClass iceClass (Optional)
serviceArea serviceArea (Optional)
serviceFactor serviceFactor (Optional)
additionalNotations additionalNotations (Optional)