m:CrewType

complexType CrewType in namespace http://release.niem.gov/niem/domains/maritime/4.0/

Definition

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

Diagram

XML Schema

<xs:complexType name="CrewType">
<xs:annotation>
<xs:documentation>
A data type for a crew member with associated embark/debark information.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="m:CrewRoleAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CrewAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>