nc:DepartureType

complexType DepartureType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a leaving from one location to another.

Diagram

XML Schema

<xs:complexType name="DepartureType">
<xs:annotation>
<xs:documentation>
A data type for a leaving from one location to another.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:DepartureDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DepartureEstimatedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DepartureLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DepartureAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>