m:VoyageType

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

Definition

A data type for a journey from one place to another.

Diagram

XML Schema

<xs:complexType name="VoyageType">
<xs:annotation>
<xs:documentation>
A data type for a journey from one place to another.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="m:VoyageBeginDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:VoyageCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:VoyageDestinationLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:VoyageEndDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:VoyageIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:VoyageOriginLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:VoyageSummaryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:VoyageVesselUseText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:VoyageAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>