m:NonCrewType

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

Definition

A data type for a non-crew member with associated embark/debark information.

Diagram

XML Schema

<xs:complexType name="NonCrewType">
<xs:annotation>
<xs:documentation>
A data type for a non-crew member with associated embark/debark information.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="m:RecordLocatorIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:VesselPersonRoleAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:NonCrewAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>