Definition Type: Attribute
Name: shipName
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: hcm-sdt.xsd
Use Required
Documentation:
The name of the ship assigned by the owner.
Collapse XSD Schema Diagram:
XSD Diagram of shipName
Collapse XSD Schema Code:
<xs:attribute name="shipName" type="xs:string" use="required">
    <xs:annotation>
        <xs:documentation>The name of the ship assigned by the owner.</xs:documentation>
    </xs:annotation>
</xs:attribute>