nc:VesselType

complexType VesselType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a mode of transportation capable of transport by water.

Diagram

XML Schema

<xs:complexType name="VesselType">
<xs:annotation>
<xs:documentation>
A data type for a mode of transportation capable of transport by water.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:VesselMakeAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:VesselCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:VesselHullIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:VesselHullMaterialAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:VesselHullShapeAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:VesselPropulsionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:VesselTrailer" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:VesselAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>