Definition Type: ComplexType
Name: ShipyardData
Containing Schema: hcm-sdt.xsd
Abstract
Documentation:
An organization that designs, builds, maintains, and repairs ships. This type contains information about the ship, which is specific in the context of the shipyard, in which it
has been built.
Collapse XSD Schema Diagram:
Drilldown into dateOfBuild Drilldown into newBuildingID Drilldown into projectNameXSD Diagram of ShipyardData
Collapse XSD Schema Code:
<xs:complexType name="ShipyardData">
    <xs:annotation>
        <xs:documentation>An organization that designs, builds, maintains, and repairs ships. This type contains information about the ship, which is specific in the context of the shipyard, in which it
				has been built.</xs:documentation>
    </xs:annotation>
    <xs:sequence minOccurs="0">
        <xs:element name="ShipYard" type="Company">
            <xs:annotation>
                <xs:documentation>List of the yards incooperated in building this ship.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
    <xs:attribute name="projectName" type="xs:string">
        <xs:annotation>
            <xs:documentation>An identifier for the ship that is assigned by the shipyard on receipt of an order, or tender, for a new ship (see ISO-10303-215, section 4.2.144.5).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="newBuildingID" type="xs:string">
        <xs:annotation>
            <xs:documentation>An identifier for the ship that is assigned by the shipyard after an order has been confirmed (see ISO-10303-215, section 4.2.144.4).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="dateOfBuild" type="xs:date">
        <xs:annotation>
            <xs:documentation>According to IACS PR 11 [14] “the year and month at which the new construction survey process is completed shall be specified as the ‘Date of Build’. Where there is substantial
					delay between completion of construction survey process and the ship commencing active service, the date of commissioning may be also specified”.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ShipYard ShipYard (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
projectName projectName (Optional)
newBuildingID newBuildingID (Optional)
dateOfBuild dateOfBuild (Optional)
Collapse Derivation Tree:
Collapse References:
ShipyardData