| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | extension of FlightScheduleType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| children | Departure Arrival FlightDetails ReservationDetails OperatingAirline Comment | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| used by | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <s:complexType name="FlightSegmentType"> <s:complexContent> <s:extension base="FlightScheduleType"> <s:attribute name="Date" type="s:date" use="required"> <s:annotation> <s:documentation>Departure date</s:documentation> </s:annotation> </s:attribute> <s:attribute name="TravelTime" type="s:duration"> <s:annotation> <s:documentation>Flight segment travel time. Filled only in SIG_AirBookRS. Format [nD]nHnM</s:documentation> </s:annotation> </s:attribute> <s:attribute name="PlaneMapName" type="s:string" use="optional"> <s:annotation> <s:documentation>Aircraft Configuration Version</s:documentation> </s:annotation> </s:attribute> </s:extension> </s:complexContent> </s:complexType> |
| type | s:date | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="Date" type="s:date" use="required"> <s:annotation> <s:documentation>Departure date</s:documentation> </s:annotation> </s:attribute> |
| type | s:duration | ||
| annotation |
|
||
| source | <s:attribute name="TravelTime" type="s:duration"> <s:annotation> <s:documentation>Flight segment travel time. Filled only in SIG_AirBookRS. Format [nD]nHnM</s:documentation> </s:annotation> </s:attribute> |
| type | s:string | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="PlaneMapName" type="s:string" use="optional"> <s:annotation> <s:documentation>Aircraft Configuration Version</s:documentation> </s:annotation> </s:attribute> |