m:CrewListType

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

Definition

A data type for a list of crew onboard.

Diagram

XML Schema

<xs:complexType name="CrewListType">
<xs:annotation>
<xs:documentation>
A data type for a list of crew onboard.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="m:Crew" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CrewListAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>