m:PersonOnVesselType
complexType PersonOnVesselType in namespace http://release.niem.gov/niem/domains/maritime/4.0/
Definition
A data type for a person on a vessel with embark/debark information.
Diagram
XML Schema
<xs:complexType name="PersonOnVesselType">
<xs:annotation>
<xs:documentation>
A data type for a person on a vessel with embark/debark information.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="m:PersonCabinNumberText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:PersonCountryOfResidenceAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:PersonDebarkationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:PersonDebarkationLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:PersonEmbarkationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:PersonEmbarkationLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:PersonVisa" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:PersonVisitContactInformation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:PersonOnVesselAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>