m:NonCrewListType

complexType NonCrewListType in namespace http://release.niem.gov/niem/domains/maritime/4.2/

Definition

A data type for a list of non-crew onboard.

Diagram

XML Schema

<xs:complexType name="NonCrewListType">
<xs:annotation>
<xs:documentation>
A data type for a list of non-crew onboard.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="m:NonCrew" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:NonCrewListAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>