Definition Type: ComplexType
Name: OwnerData
Containing Schema: hcm-sdt.xsd
Abstract
Documentation:
Provides information about the organisations that order, own and manage the ship (see ISO 10303-218, section 4.2.140).
Collapse XSD Schema Diagram:
XSD Diagram of OwnerData
Collapse XSD Schema Code:
<xs:complexType name="OwnerData">
    <xs:annotation>
        <xs:documentation>Provides information about the organisations that order, own and manage the ship (see ISO 10303-218, section 4.2.140).</xs:documentation>
    </xs:annotation>
    <xs:sequence minOccurs="0">
        <xs:element name="ManagingCompany" type="Company" minOccurs="0">
            <xs:annotation>
                <xs:documentation>The organisation that is responsible for managing and operating the ship. (see ISO 10303-218, section 4.2.140.2).</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="OwningCompany" type="Company" minOccurs="0">
            <xs:annotation>
                <xs:documentation>The organization that legally owns the ship. (see ISO 10303-218, section 4.2.140.4).</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="OrderingCompany" type="Company" minOccurs="0">
            <xs:annotation>
                <xs:documentation>The organisation that ordered the ship at a shipyard. (see ISO 10303-218, section 4.2.140.3).</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ManagingCompany ManagingCompany 0 (1)
OwningCompany OwningCompany 0 (1)
OrderingCompany OrderingCompany 0 (1)
Collapse Derivation Tree:
Collapse References:
OwnerData