The departure date of the flight for the seat requested.
XSD Schema Diagram:
XSD Schema Code:
<xs:attribute name="DepartureDate" type="DateOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The departure date of the flight for the seat requested.</xs:documentation>
</xs:annotation>
</xs:attribute>