m:CaptainOfThePortZoneType

complexType CaptainOfThePortZoneType in namespace http://release.niem.gov/niem/domains/maritime/4.1/

Definition

A data type for a geographical area or zone where a Coast Guard Captain of the Port (COTP) enforces port safety and security.

Diagram

XML Schema

<xs:complexType name="CaptainOfThePortZoneType">
<xs:annotation>
<xs:documentation>
A data type for a geographical area or zone where a Coast Guard Captain of the Port (COTP) enforces port safety and security.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="m:COTPZoneRegionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:COTPZoneContactInformation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:COTPZoneGoverningEntity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CaptainOfThePortZoneAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>