| diagram | ![]() |
||
| type | extension of PNRDataType | ||
| properties |
|
||
| children | GeneralInfo Passengers Contacts Remarks Comments OtherServices FlightSegments | ||
| used by |
|
||
| source | <s:complexType name="PNRDataTypeExt"> <s:complexContent> <s:extension base="PNRDataType"> <s:sequence> <s:element name="FlightSegments" type="AirItineraryType" minOccurs="0"> <s:annotation> <s:documentation>Segments section is only allowed for adding into existing PNR. This section is prohibited for Create PNR or Modify segment requests!</s:documentation> </s:annotation> </s:element> </s:sequence> </s:extension> </s:complexContent> </s:complexType> |
| diagram | ![]() |
||||||
| type | AirItineraryType | ||||||
| properties |
|
||||||
| children | FlightSegment | ||||||
| annotation |
|
||||||
| source | <s:element name="FlightSegments" type="AirItineraryType" minOccurs="0"> <s:annotation> <s:documentation>Segments section is only allowed for adding into existing PNR. This section is prohibited for Create PNR or Modify segment requests!</s:documentation> </s:annotation> </s:element> |