<xsd:complexType name="VesselType">
<xsd:annotation>
<xsd:documentation>A data type for a mode of transportation capable of transport by water.</xsd:documentation>
<xsd:appinfo>
<i:Base i:name="ConveyanceType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="nc:ConveyanceType">
<xsd:sequence>
<xsd:element ref="nc:VesselRegistrationIdentification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VesselMakeCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VesselCategoryCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VesselHullIdentification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VesselHullMaterial" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VesselHullShape" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VesselPropulsion" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VesselTrailerMake" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|