CreatePassengerNameRecord (XML)

 

API情報

当該機能は、PNR新規作成(旅客情報追加、旅程予約) と同時に運賃計算、PQレコード保存、EOT等を一括送信する機能を搭載しているAPIです。

Service Action Code :CreatePassengerNameRecordRQ
最新バージョン :2.4.0
プロトコル :XML

更新履歴

CreatePassengerNameRecordRQ v2.4.0 on April 11, 2024
  • 旅客種別 小児年齢指定の運賃計算についてリクエストサンプルを追加しました。
2021年8月26日(木)以降の変更点
  • 2021年8月26日(木)以降、利用バージョンにかかわらず代替プレートキャリア情報
    (<IETCheckedValidatingCarrier>)が返却されるようになります。
    併せて、関連する情報の値が一部変更となります。


    変更前
    ・CreatePassengerNameRecordRS>AirPrice>PriceQuote>MiscInformation>ValidatingCarrier
     >Ticket@ValidatingCarrierType="Alternate"

    変更後
    ・CreatePassengerNameRecordRS>AirPrice>PriceQuote>MiscInformation>ValidatingCarrier
     >Ticket@ValidatingCarrierType="IETChecked"
    ・CreatePassengerNameRecordRS>AirPrice>PriceQuote>MiscInformation>ValidatingCarrier
     >IETCheckedValidatingCarrier
CreatePassengerNameRecordRQ v2.4.0 on August 23, 2021
  • Version 2.4.0をリリースいたしました。
CreatePassengerNameRecordRQ v2.2.0 on March 31, 2020
  • ホテルセグメント予約機能が追加されました。
    ホテル予約に必要な情報を入力し一括でホテルセグメントを予約することが可能となりました。
  • OTHセグメント予約機能が追加されました。
    ホテルの記録はチェックイン日の2日後にヒストリーへ移行し、PNRが参照不可となります。
    OTHセグメントを入力しておくことで、チェックイン日から2日以上経過しても確認することが可能となりました。
  • Ver.2.2.0からの変更点
    PNRの再表示指定RedisplayReservationの指定位置が変更になりました。

    変更前:CreatePassengerNameRecordRQ>PostProcessing@RedisplayReservation
    変更後:CreatePassengerNameRecordRQ>PostProcessing>RedisplayReservation
CreatePassengerNameRecordRQ v2.1.0 on September 24, 2019
  • 航空会社リファレンス確認機能が追加されました。
    記録作成後、航空会社リファレンス返却を設定した時間・回数に従って確認する機能です。
    返却されなかった場合、ワーニングが出力します。推奨値は下記の通りです。
    <WaitForAirlineRecLoc waitInterval="1000" numAttempts="3" />
  • HKステータス確認機能が追加されました。
    記録作成後、予約フライトステータスがHK(コンファーム)を設定した時間・回数に従って確認する機能です。
    HKステータスが確認されなかった場合、ワーニングが出力します。推奨値は下記の通りです。
    <PostBookingHKValidation waitInterval="1000" numAttempts="3" />
  • 複数種別運賃計算機能が追加されました。
    1回のリクエストで、最大10通りの運賃計算を行うことが可能となりました。
    例:公示運賃とプライベート運賃の2通りの計算を行う、コミッション5%と10%の2通りの運賃計算を行う等
    対象タグ:CreatePassengerNameRecordRQ>AirPrice
  • 運賃合計金額確認機能が追加されました。
    実際の自動運賃計算結果の合計金額が、AmountSpecifiedで指定した合計金額より指定額、
    またはパーセンテージ分下回った場合、処理を中断することが可能となりました。
    対象タグ:CreatePassengerNameRecordRQ>AirPrice>PriceComparison>AcceptablePriceDecrease
 

リクエストサンプル

通常リクエスト

 選択<CreatePassengerNameRecordRQ xmlns="http://services.sabre.com/sp/reservation/v2_4" version="2.4.0" targetCity="8IC6" haltOnAirPriceError="true">
    <TravelItineraryAddInfo>
        <CustomerInfo>
            <ContactNumbers>
                <ContactNumber Phone="03-1234-5678/XXX/TEST" PhoneUseType="A" />
            </ContactNumbers>
            <PersonName Infant="false" NameNumber="1.1" PassengerType="ADT">
                <GivenName>TAROMR</GivenName>
                <Surname>INFINI</Surname>
            </PersonName>
            <PersonName Infant="false" NameNumber="2.1" PassengerType="CNN">
                <GivenName>JIROMSTR</GivenName>
                <Surname>INFINI</Surname>
            </PersonName>
            <PersonName Infant="true" NameNumber="3.1" PassengerType="INF">
                <GivenName>HANAKOMISS</GivenName>
                <Surname>INFINI</Surname>
            </PersonName>
        </CustomerInfo>
    </TravelItineraryAddInfo>
    <AirBook>
        <HaltOnStatus Code="HL" />
        <HaltOnStatus Code="KK" />
        <HaltOnStatus Code="LL" />
        <HaltOnStatus Code="NN" />
        <HaltOnStatus Code="NO" />
        <HaltOnStatus Code="UC" />
        <HaltOnStatus Code="US" />
        <OriginDestinationInformation>
            <FlightSegment DepartureDateTime="2022-12-10T20:25:00" FlightNumber="184" NumberInParty="2" ResBookDesigCode="Y" Status="NN">
                <DestinationLocation LocationCode="HNL" />
                <MarketingAirline Code="NH" FlightNumber="184" />
                <OriginLocation LocationCode="NRT" />
            </FlightSegment>
            <FlightSegment DepartureDateTime="2022-12-20T11:30:00" FlightNumber="183" NumberInParty="2" ResBookDesigCode="Y" Status="NN">
                <DestinationLocation LocationCode="NRT" />
                <MarketingAirline Code="NH" FlightNumber="183" />
                <OriginLocation LocationCode="HNL" />
            </FlightSegment>
        </OriginDestinationInformation>
        <RedisplayReservation NumAttempts="3" WaitInterval="1000" />
    </AirBook>
    <AirPrice>
        <PriceRequestInformation Retain="false">
            <OptionalQualifiers>
                <PricingQualifiers>
                    <PassengerType Code="ADT" Quantity="1" />
                    <PassengerType Code="CNN" Quantity="1" />
                    <PassengerType Code="INF" Quantity="1" />
                </PricingQualifiers>
            </OptionalQualifiers>
        </PriceRequestInformation>
    </AirPrice>
    <SpecialReqDetails>
        <SpecialService>
            <SpecialServiceInfo>
                <AdvancePassenger SegmentNumber="A">
                    <Document ExpirationDate="2025-01-01" Number="TK1234567890" Type="P">
                        <IssueCountry>JP</IssueCountry>
                        <NationalityCountry>JP</NationalityCountry>
                    </Document>
                    <PersonName DateOfBirth="1990-01-01" Gender="M" NameNumber="1.1">
                        <GivenName>TARO</GivenName>
                        <Surname>INFINI</Surname>
                    </PersonName>
                    <VendorPrefs>
                        <Airline Hosted="false" />
                    </VendorPrefs>
                </AdvancePassenger>
                <AdvancePassenger SegmentNumber="A">
                    <Document ExpirationDate="2025-01-01" Number="TK2345678901" Type="P">
                        <IssueCountry>JP</IssueCountry>
                        <NationalityCountry>JP</NationalityCountry>
                    </Document>
                    <PersonName DateOfBirth="2014-01-01" Gender="M" NameNumber="2.1">
                        <GivenName>JIRO</GivenName>
                        <Surname>INFINI</Surname>
                    </PersonName>
                    <VendorPrefs>
                        <Airline Hosted="false" />
                    </VendorPrefs>
                </AdvancePassenger>
                <AdvancePassenger SegmentNumber="A">
                    <Document ExpirationDate="2025-01-01" Number="TK3456789012" Type="P">
                        <IssueCountry>JP</IssueCountry>
                        <NationalityCountry>JP</NationalityCountry>
                    </Document>
                    <PersonName DateOfBirth="2019-01-01" Gender="FI" NameNumber="1.1">
                        <GivenName>HANAKO</GivenName>
                        <Surname>INFINI</Surname>
                    </PersonName>
                    <VendorPrefs>
                        <Airline Hosted="false" />
                    </VendorPrefs>
                </AdvancePassenger>
                <Service SSR_Code="CHLD" SegmentNumber="A">
                    <PersonName NameNumber="2.1" />
                    <Text>01JAN14</Text>
                    <VendorPrefs>
                        <Airline Hosted="false" />
                    </VendorPrefs>
                </Service>
                <Service SSR_Code="INFT" SegmentNumber="A">
                    <PersonName NameNumber="1.1" />
                    <Text>INFINI/HANAKOMISS/01JAN19</Text>
                    <VendorPrefs>
                        <Airline Hosted="false" />
                    </VendorPrefs>
                </Service>
                <Service SSR_Code="BBML" SegmentNumber="A">
                    <PersonName NameNumber="1.1" />
                    <VendorPrefs>
                        <Airline Hosted="false" />
                    </VendorPrefs>
                </Service>
                <Service SSR_Code="CTCM" SegmentNumber="A">
                    <PersonName NameNumber="1.1" />
                    <Text>819012345678</Text>
                    <VendorPrefs>
                        <Airline Hosted="false" />
                    </VendorPrefs>
                </Service>
                <Service SSR_Code="CTCE" SegmentNumber="A">
                    <PersonName NameNumber="1.1" />
                    <Text>TARO//YAHOO.COM</Text>
                    <VendorPrefs>
                        <Airline Hosted="false" />
                    </VendorPrefs>
                </Service>
                <Service SSR_Code="OSI">
                    <Text>CTCM 819012345678</Text>
                    <VendorPrefs>
                        <Airline Code="YY" Hosted="false" />
                    </VendorPrefs>
                </Service>
                <Service SSR_Code="OSI">
                    <Text>CTCE TARO//YAHOO.COM</Text>
                    <VendorPrefs>
                        <Airline Code="YY" Hosted="false" />
                    </VendorPrefs>
                </Service>
            </SpecialServiceInfo>
        </SpecialService>
    </SpecialReqDetails>
    <PostProcessing>
        <QueuePlace>
            <QueueInfo>
                <QueueIdentifier Number="500" PrefatoryInstructionCode="1" PseudoCityCode="8IC6" />
            </QueueInfo>
        </QueuePlace>
        <EndTransaction>
            <Source ReceivedFrom="TEST" />
        </EndTransaction>
        <PostBookingHKValidation waitInterval="1000" numAttempts="3" />
        <WaitForAirlineRecLoc waitInterval="1000" numAttempts="3" />
        <RedisplayReservation />
    </PostProcessing>
</CreatePassengerNameRecordRQ>

レスポンスサンプル

 選択<CreatePassengerNameRecordRS xmlns="http://services.sabre.com/sp/reservation/v2_4">
  <ApplicationResults xmlns="http://services.sabre.com/STL_Payload/v02_01" xmlns:ns2="http://services.sabre.com/essm/core/v1" xmlns:ns3="http://services.sabre.com/essm/diagnostic/v1" xmlns:ns4="http://services.sabre.com/STL_Payload/v02_02" xmlns:ns5="http://opentravel.org/common/v02" xmlns:ns6="http://opentravel.org/common/message/v02" xmlns:ns7="http://services.sabre.com/sp/ssp/v1" xmlns:ns8="http://services.sabre.com/STL_Header/v02_02" xmlns:ns9="http://services.sabre.com/STL_Header/v120" xmlns:ns10="http://services.sabre.com/essm/session/v1" xmlns:ns11="http://services.sabre.com/STL_Header/v02_01" xmlns:ns12="http://webservices.sabre.com/servicesplatform/eiapi/1.0.0" xmlns:ns13="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00" xmlns:ns14="http://services.sabre.com/sp/preferences/v1" xmlns:ns15="http://services.sabre.com/STL/v01" xmlns:ns16="http://services.sabre.com/ssse/trace/v01" status="Complete">
    <Success timeStamp="2022-10-18T20:39:22.793-05:00" />
  </ApplicationResults>
  <ItineraryRef ID="FUPQJP" />
  <AirBook>
    <OriginDestinationOption>
  <FlightSegment Status="NN" eTicket="true" DepartureDateTime="12-10T20:25" ArrivalDateTime="12-10T08:25" FlightNumber="0184" NumberInParty="002" ResBookDesigCode="Y">
   <DestinationLocation LocationCode="HNL" />
   <MarketingAirline FlightNumber="0184" Code="NH" />
   <OriginLocation LocationCode="NRT" />
  </FlightSegment>
  <FlightSegment Status="NN" eTicket="true" DepartureDateTime="12-20T11:30" ArrivalDateTime="12-21T15:45" FlightNumber="0183" NumberInParty="002" ResBookDesigCode="Y">
   <DestinationLocation LocationCode="NRT" />
   <MarketingAirline FlightNumber="0183" Code="NH" />
   <OriginLocation LocationCode="HNL" />
  </FlightSegment>
 </OriginDestinationOption>
  </AirBook>
  <AirPrice>
    <PriceQuote>
  <MiscInformation>
   <BaggageInfo>
    <SubCodeProperties RPH="1" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <CommercialNameofBaggageItemType>UPTO100LB 45KG BAGGAGE</CommercialNameofBaggageItemType>
     <DescriptionOne Code="45">
      <Text>UP TO 100 POUNDS/45 KILOGRAMS</Text>
     </DescriptionOne>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0C9ACNH</ExtendedSubCodeKey>
     <SizeWeightInfo>
      <MaximumWeightInAlternate Units="K">45</MaximumWeightInAlternate>
      <MaximumWeight Units="L">100</MaximumWeight>
     </SizeWeightInfo>
    </SubCodeProperties>
    <SubCodeProperties RPH="2" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <CommercialNameofBaggageItemType>FREE BAGGAGE ALLOWANCE</CommercialNameofBaggageItemType>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0DFAANH</ExtendedSubCodeKey>
    </SubCodeProperties>
    <SubCodeProperties RPH="3" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <CommercialNameofBaggageItemType>UPTO50LB 23KG AND62LI 158LCM</CommercialNameofBaggageItemType>
     <DescriptionOne Code="23">
      <Text>UP TO 50 POUNDS/23 KILOGRAMS</Text>
     </DescriptionOne>
     <DescriptionTwo Code="6U">
      <Text>UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS</Text>
     </DescriptionTwo>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0GOACNH</ExtendedSubCodeKey>
     <SizeWeightInfo>
      <MaximumSizeInAlternate Units="C">158</MaximumSizeInAlternate>
      <MaximumSize Units="I">62</MaximumSize>
      <MaximumWeightInAlternate Units="K">23</MaximumWeightInAlternate>
      <MaximumWeight Units="L">50</MaximumWeight>
     </SizeWeightInfo>
    </SubCodeProperties>
    <SubCodeProperties RPH="4" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <AncillaryService SubGroupCode="CY">
      <Text>CARRY ON HAND BAGGAGE</Text>
     </AncillaryService>
     <CommercialNameofBaggageItemType>CARRYON HAND BAGGAGE ALLOWANCE</CommercialNameofBaggageItemType>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0LNABNH</ExtendedSubCodeKey>
    </SubCodeProperties>
    <SubCodeProperties RPH="5" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <AncillaryService SubGroupCode="CY">
      <Text>CARRY ON HAND BAGGAGE</Text>
     </AncillaryService>
     <CommercialNameofBaggageItemType>CARRY10KG 22LBUPTO 45LI 115LCM</CommercialNameofBaggageItemType>
     <DescriptionOne Code="10">
      <Text>UP TO 22 POUNDS/10 KILOGRAMS</Text>
     </DescriptionOne>
     <DescriptionTwo Code="4U">
      <Text>UP TO 45 LINEAR INCHES/115 LINEAR CENTIMETERS</Text>
     </DescriptionTwo>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0MJACNH</ExtendedSubCodeKey>
     <SizeWeightInfo>
      <MaximumSizeInAlternate Units="C">115</MaximumSizeInAlternate>
      <MaximumSize Units="I">45</MaximumSize>
      <MaximumWeightInAlternate Units="K">10</MaximumWeightInAlternate>
      <MaximumWeight Units="L">22</MaximumWeight>
     </SizeWeightInfo>
    </SubCodeProperties>
   </BaggageInfo>
   <HeaderInformation SolutionSequenceNmbr="1">
    <DepartureDate>2022-12-10</DepartureDate>
    <LastTicketingDate>11-02T23:59</LastTicketingDate>
    <Text>VALIDATING CARRIER - NH</Text>
    <Text>BAG ALLOWANCE     -NRTHNL-02P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>BAG ALLOWANCE     -HNLNRT-02P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>CARRY ON ALLOWANCE</Text>
    <Text>NRTHNL HNLNRT-01P/NH</Text>
    <Text>01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES</Text>
    <Text>/115 LINEAR CENTIMETERS</Text>
    <Text>CARRY ON CHARGES</Text>
    <Text>NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
    <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
    <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
    <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
    <Text>EACH CNN REQUIRES ACCOMPANYING SAME CABIN ADT</Text>
    <Text>VALIDATING CARRIER - NH</Text>
    <Text>BAG ALLOWANCE     -NRTHNL-02P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>BAG ALLOWANCE     -HNLNRT-02P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>CARRY ON ALLOWANCE</Text>
    <Text>NRTHNL HNLNRT-01P/NH</Text>
    <Text>01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES</Text>
    <Text>/115 LINEAR CENTIMETERS</Text>
    <Text>CARRY ON CHARGES</Text>
    <Text>NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
    <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
    <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
    <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
    <Text>REQUIRES ACCOMPANYING ADT PASSENGER</Text>
    <Text>EACH INF REQUIRES ACCOMPANYING ADT PASSENGER</Text>
    <Text>VALIDATING CARRIER - NH</Text>
    <Text>BAG ALLOWANCE     -NRTHNL-01P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>2NDCHECKED BAG FEE-NRTHNL-JPY20000/NH/UP TO 100 POUNDS/45</Text>
    <Text>KILOGRAMS**</Text>
    <Text>BAG ALLOWANCE     -HNLNRT-01P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>2NDCHECKED BAG FEE-HNLNRT-JPY20000/NH/UP TO 100 POUNDS/45</Text>
    <Text>KILOGRAMS**</Text>
    <Text>**BAG FEES APPLY AT EACH CHECK IN LOCATION</Text>
    <Text>CARRY ON ALLOWANCE</Text>
    <Text>NRTHNL HNLNRT-NIL/NH</Text>
    <Text>CARRY ON CHARGES</Text>
    <Text>NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
    <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
    <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
    <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
    <Text>ELECTRONIC TICKETING NOT VALID FOR INFANTS</Text>
    <Text>10DEC DEPARTURE DATE-----LAST DAY TO PURCHASE 02NOV/2359</Text>
    <ValidatingCarrier Code="NH" />
   </HeaderInformation>
   <SolutionInformation SolutionSequenceNmbr="1">
    <BaseFareCurrencyCode>JPY</BaseFareCurrencyCode>
    <CurrencyCode>JPY</CurrencyCode>
    <GrandTotalEquivFareAmount>1478200</GrandTotalEquivFareAmount>
    <GrandTotalTaxes>185390</GrandTotalTaxes>
    <RequiresRebook>false</RequiresRebook>
    <TicketNumber>0</TicketNumber>
    <TotalAmount>1663590</TotalAmount>
   </SolutionInformation>
   <ValidatingCarrier NewValidatingProcess="true" SolutionSequenceNmbr="1">
    <SettlementMethod>BSP</SettlementMethod>
    <Ticket Type="ETKTREQ" ValidatingCarrierType="Default" CarrierCode="NH" />
   </ValidatingCarrier>
  </MiscInformation>
  <PricedItinerary CurrencyCode="JPY" AlternativePricing="false" MultiTicket="false" TotalAmount="1663590">
   <AirItineraryPricingInfo SolutionSequenceNmbr="1">
    <BaggageProvisions RPH="1">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2022-12-10</DepartureDate>
      <DestinationLocation LocationCode="HNL" RPH="1" />
      <FlightNumber RPH="1">184</FlightNumber>
      <OriginLocation LocationCode="NRT" RPH="1" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>2</NumPiecesBDI>
     <NumPiecesITR>2</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="2">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2022-12-20</DepartureDate>
      <DestinationLocation LocationCode="NRT" RPH="1" />
      <FlightNumber RPH="1">183</FlightNumber>
      <OriginLocation LocationCode="HNL" RPH="1" />
      <PNR_Segment RPH="1">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>2</NumPiecesBDI>
     <NumPiecesITR>2</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="3">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CarrierCode RPH="2">NH</CarrierCode>
      <CountForSegmentAssociatedID>2</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2022-12-10</DepartureDate>
      <DepartureDate RPH="2">2022-12-20</DepartureDate>
      <DestinationLocation LocationCode="HNL" RPH="1" />
      <DestinationLocation LocationCode="NRT" RPH="2" />
      <FlightNumber RPH="1">184</FlightNumber>
      <FlightNumber RPH="2">183</FlightNumber>
      <OriginLocation LocationCode="NRT" RPH="1" />
      <OriginLocation LocationCode="HNL" RPH="2" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <PNR_Segment RPH="2">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <ResBookDesigCode RPH="2">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
      <StatusCode RPH="2">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>1</NumPiecesBDI>
     <NumPiecesITR>1</NumPiecesITR>
     <ProvisionType>B</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0MJACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0LNABNH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <FareCalculation>
     <Text>TYO NH HNL2810.33NH TYO2810.33NUC5620.66END ROE142.153679</Text>
    </FareCalculation>
    <FareCalculationBreakdown>
     <Branch PCC="8IC6" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="TYO" AirportCode="NRT" ArrivalCityCode="HNL" GenericInd="O" ArrivalAirportCode="HNL" />
     <FareBasis FilingCarrier="NH" FarePassengerType="ADT" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="2810.33" Code="Y2RTA1" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <Mileage MileageSymbol="M" />
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>11</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>15</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
    </FareCalculationBreakdown>
    <FareCalculationBreakdown>
     <Branch PCC="8IC6" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="HNL" AirportCode="HNL" ArrivalCityCode="TYO" GenericInd="O" ArrivalAirportCode="NRT" />
     <FareBasis FilingCarrier="NH" FarePassengerType="ADT" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="2810.33" Code="Y2RTA1" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <Mileage MileageSymbol="M" />
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>11</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>15</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
    </FareCalculationBreakdown>
    <ItinTotalFare NonRefundableInd="O">
     <BaggageInfo>
      <US_DOT_Disclosure>
       <Text>BAG ALLOWANCE     -NRTHNL-02P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>BAG ALLOWANCE     -HNLNRT-02P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>CARRY ON ALLOWANCE</Text>
       <Text>NRTHNL HNLNRT-01P/NH</Text>
       <Text>01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES</Text>
       <Text>/115 LINEAR CENTIMETERS</Text>
       <Text>CARRY ON CHARGES</Text>
       <Text>NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
       <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
       <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
       <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
      </US_DOT_Disclosure>
     </BaggageInfo>
     <BaseFare CurrencyCode="JPY" Amount="799000" />
     <Construction CurrencyCode="NUC" RateOfExchange="142.153679" Amount="5620.66" />
     <Taxes TotalAmount="88060">
      <Tax TaxCode="SW" Amount="2130" TaxName="PASSENGER SERVICE FACILITIES C" TicketingTaxCode="SW" />
      <Tax TaxCode="OI" Amount="530" TaxName="PASSENGER SECURITY SERVICE CHA" TicketingTaxCode="OI" />
      <Tax TaxCode="US2" Amount="5880" TaxName="TRANSPORTATION TAX INTERNATION" TicketingTaxCode="US" />
      <Tax TaxCode="YC" Amount="970" TaxName="CUSTOMS USER FEE" TicketingTaxCode="YC" />
      <Tax TaxCode="XY2" Amount="1050" TaxName="IMMIGRATION USER FEE" TicketingTaxCode="XY" />
      <Tax TaxCode="XA" Amount="590" TaxName="APHIS PASSENGER FEE PASSENGERS" TicketingTaxCode="XA" />
      <Tax TaxCode="AY" Amount="840" TaxName="PASSENGER CIVIL AVIATION SECUR" TicketingTaxCode="AY" />
      <Tax TaxCode="YQF" Amount="74400" TaxName="SERVICE FEE - CARRIER-IMPOSED" TicketingTaxCode="YQ" />
      <Tax TaxCode="TK" Amount="1000" TaxName="INTERNATIONAL TOURIST TAX" TicketingTaxCode="TK" />
      <Tax TaxCode="XF" Amount="670" TaxName="PASSENGER FACILITY CHARGE" TicketingTaxCode="XF" />
     </Taxes>
     <TotalFare CurrencyCode="JPY" Amount="887060" />
     <Warnings>
      <Warning ShortText="BAG ALLOWANCE     -NRTHNL-02P/NH/EACH PIECE UP TO 50 POUND" />
      <Warning ShortText="S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI" />
      <Warning ShortText="METERS" />
      <Warning ShortText="BAG ALLOWANCE     -HNLNRT-02P/NH/EACH PIECE UP TO 50 POUND" />
      <Warning ShortText="S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI" />
      <Warning ShortText="METERS" />
      <Warning ShortText="CARRY ON ALLOWANCE" />
      <Warning ShortText="NRTHNL HNLNRT-01P/NH" />
      <Warning ShortText="01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES" />
      <Warning ShortText="/115 LINEAR CENTIMETERS" />
      <Warning ShortText="CARRY ON CHARGES" />
      <Warning ShortText="NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER" />
      <Warning ShortText="ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON" />
      <Warning ShortText="FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/" />
      <Warning ShortText="CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./" />
      <Warning ShortText="MIXED PASSENGER TYPES - VERIFY RESTRICTIONS" />
     </Warnings>
    </ItinTotalFare>
    <PassengerTypeQuantity Quantity="1" Code="ADT" />
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" FarePassengerType="ADT" FareType="P" FareAmount="2810.33" Code="Y2RTA1" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
    </PTC_FareBreakdown>
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" FarePassengerType="ADT" FareType="P" FareAmount="2810.33" Code="Y2RTA1" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
    </PTC_FareBreakdown>
   </AirItineraryPricingInfo>
   <AirItineraryPricingInfo SolutionSequenceNmbr="1">
    <BaggageProvisions RPH="1">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2022-12-10</DepartureDate>
      <DestinationLocation LocationCode="HNL" RPH="1" />
      <FlightNumber RPH="1">184</FlightNumber>
      <OriginLocation LocationCode="NRT" RPH="1" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>2</NumPiecesBDI>
     <NumPiecesITR>2</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="2">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2022-12-20</DepartureDate>
      <DestinationLocation LocationCode="NRT" RPH="1" />
      <FlightNumber RPH="1">183</FlightNumber>
      <OriginLocation LocationCode="HNL" RPH="1" />
      <PNR_Segment RPH="1">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>2</NumPiecesBDI>
     <NumPiecesITR>2</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="3">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CarrierCode RPH="2">NH</CarrierCode>
      <CountForSegmentAssociatedID>2</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2022-12-10</DepartureDate>
      <DepartureDate RPH="2">2022-12-20</DepartureDate>
      <DestinationLocation LocationCode="HNL" RPH="1" />
      <DestinationLocation LocationCode="NRT" RPH="2" />
      <FlightNumber RPH="1">184</FlightNumber>
      <FlightNumber RPH="2">183</FlightNumber>
      <OriginLocation LocationCode="NRT" RPH="1" />
      <OriginLocation LocationCode="HNL" RPH="2" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <PNR_Segment RPH="2">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <ResBookDesigCode RPH="2">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
      <StatusCode RPH="2">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>1</NumPiecesBDI>
     <NumPiecesITR>1</NumPiecesITR>
     <ProvisionType>B</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0MJACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0LNABNH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <FareCalculation>
     <Text>TYO NH HNL2107.75NH TYO2107.75NUC4215.50END ROE142.153679</Text>
    </FareCalculation>
    <FareCalculationBreakdown>
     <Branch PCC="8IC6" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="TYO" AirportCode="NRT" ArrivalCityCode="HNL" GenericInd="O" ArrivalAirportCode="HNL" />
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="CNN" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="2107.75" Code="Y2RTA1/CH25" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <Mileage MileageSymbol="M" />
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>11</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>15</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
     <RuleCategoryIndicator>19</RuleCategoryIndicator>
    </FareCalculationBreakdown>
    <FareCalculationBreakdown>
     <Branch PCC="8IC6" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="HNL" AirportCode="HNL" ArrivalCityCode="TYO" GenericInd="O" ArrivalAirportCode="NRT" />
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="CNN" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="2107.75" Code="Y2RTA1/CH25" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <Mileage MileageSymbol="M" />
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>11</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>15</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
     <RuleCategoryIndicator>19</RuleCategoryIndicator>
    </FareCalculationBreakdown>
    <ItinTotalFare NonRefundableInd="O">
     <BaggageInfo>
      <US_DOT_Disclosure>
       <Text>BAG ALLOWANCE     -NRTHNL-02P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>BAG ALLOWANCE     -HNLNRT-02P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>CARRY ON ALLOWANCE</Text>
       <Text>NRTHNL HNLNRT-01P/NH</Text>
       <Text>01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES</Text>
       <Text>/115 LINEAR CENTIMETERS</Text>
       <Text>CARRY ON CHARGES</Text>
       <Text>NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
       <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
       <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
       <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
      </US_DOT_Disclosure>
     </BaggageInfo>
     <BaseFare CurrencyCode="JPY" Amount="599300" />
     <Construction CurrencyCode="NUC" RateOfExchange="142.153679" Amount="4215.50" />
     <Taxes TotalAmount="87000">
      <Tax TaxCode="SW" Amount="1070" TaxName="PASSENGER SERVICE FACILITIES C" TicketingTaxCode="SW" />
      <Tax TaxCode="OI" Amount="530" TaxName="PASSENGER SECURITY SERVICE CHA" TicketingTaxCode="OI" />
      <Tax TaxCode="US2" Amount="5880" TaxName="TRANSPORTATION TAX INTERNATION" TicketingTaxCode="US" />
      <Tax TaxCode="YC" Amount="970" TaxName="CUSTOMS USER FEE" TicketingTaxCode="YC" />
      <Tax TaxCode="XY2" Amount="1050" TaxName="IMMIGRATION USER FEE" TicketingTaxCode="XY" />
      <Tax TaxCode="XA" Amount="590" TaxName="APHIS PASSENGER FEE PASSENGERS" TicketingTaxCode="XA" />
      <Tax TaxCode="AY" Amount="840" TaxName="PASSENGER CIVIL AVIATION SECUR" TicketingTaxCode="AY" />
      <Tax TaxCode="YQF" Amount="74400" TaxName="SERVICE FEE - CARRIER-IMPOSED" TicketingTaxCode="YQ" />
      <Tax TaxCode="TK" Amount="1000" TaxName="INTERNATIONAL TOURIST TAX" TicketingTaxCode="TK" />
      <Tax TaxCode="XF" Amount="670" TaxName="PASSENGER FACILITY CHARGE" TicketingTaxCode="XF" />
     </Taxes>
     <TotalFare CurrencyCode="JPY" Amount="686300" />
     <Warnings>
      <Warning ShortText="BAG ALLOWANCE     -NRTHNL-02P/NH/EACH PIECE UP TO 50 POUND" />
      <Warning ShortText="S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI" />
      <Warning ShortText="METERS" />
      <Warning ShortText="BAG ALLOWANCE     -HNLNRT-02P/NH/EACH PIECE UP TO 50 POUND" />
      <Warning ShortText="S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI" />
      <Warning ShortText="METERS" />
      <Warning ShortText="CARRY ON ALLOWANCE" />
      <Warning ShortText="NRTHNL HNLNRT-01P/NH" />
      <Warning ShortText="01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES" />
      <Warning ShortText="/115 LINEAR CENTIMETERS" />
      <Warning ShortText="CARRY ON CHARGES" />
      <Warning ShortText="NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER" />
      <Warning ShortText="ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON" />
      <Warning ShortText="FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/" />
      <Warning ShortText="CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./" />
      <Warning ShortText="MIXED PASSENGER TYPES - VERIFY RESTRICTIONS" />
     </Warnings>
    </ItinTotalFare>
    <PassengerTypeQuantity Quantity="1" Code="CNN" />
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="CNN" FareType="P" FareAmount="2107.75" Code="Y2RTA1/CH25" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
    </PTC_FareBreakdown>
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="CNN" FareType="P" FareAmount="2107.75" Code="Y2RTA1/CH25" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
    </PTC_FareBreakdown>
   </AirItineraryPricingInfo>
   <AirItineraryPricingInfo SolutionSequenceNmbr="1">
    <BaggageProvisions RPH="1">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2022-12-10</DepartureDate>
      <DestinationLocation LocationCode="HNL" RPH="1" />
      <FlightNumber RPH="1">184</FlightNumber>
      <OriginLocation LocationCode="NRT" RPH="1" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>1</NumPiecesBDI>
     <NumPiecesITR>1</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="2">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2022-12-10</DepartureDate>
      <DestinationLocation LocationCode="HNL" RPH="1" />
      <FlightNumber RPH="1">184</FlightNumber>
      <OriginLocation LocationCode="NRT" RPH="1" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <Commissionable>N</Commissionable>
     <FeeApplicationIndicator>3</FeeApplicationIndicator>
     <FeeNotGuaranteedIndicator>N</FeeNotGuaranteedIndicator>
     <Interlineable>Y</Interlineable>
     <PassengerType Code="INF" />
     <PriceInformation>
      <Base CurrencyCode="JPY" Amount="20000" />
      <Equiv CurrencyCode="JPY" Amount="20000" />
      <TaxIndicator>X</TaxIndicator>
      <Total>20000</Total>
     </PriceInformation>
     <ProvisionType>C</ProvisionType>
     <RefundReissue>N</RefundReissue>
     <SubCodeInfo>
      <SubCodeForChargesOthers>0C9ACNH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="3">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2022-12-20</DepartureDate>
      <DestinationLocation LocationCode="NRT" RPH="1" />
      <FlightNumber RPH="1">183</FlightNumber>
      <OriginLocation LocationCode="HNL" RPH="1" />
      <PNR_Segment RPH="1">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>1</NumPiecesBDI>
     <NumPiecesITR>1</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="4">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2022-12-20</DepartureDate>
      <DestinationLocation LocationCode="NRT" RPH="1" />
      <FlightNumber RPH="1">183</FlightNumber>
      <OriginLocation LocationCode="HNL" RPH="1" />
      <PNR_Segment RPH="1">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <Commissionable>N</Commissionable>
     <FeeApplicationIndicator>3</FeeApplicationIndicator>
     <FeeNotGuaranteedIndicator>N</FeeNotGuaranteedIndicator>
     <Interlineable>Y</Interlineable>
     <PassengerType Code="INF" />
     <PriceInformation>
      <Base CurrencyCode="JPY" Amount="20000" />
      <Equiv CurrencyCode="JPY" Amount="20000" />
      <TaxIndicator>X</TaxIndicator>
      <Total>20000</Total>
     </PriceInformation>
     <ProvisionType>C</ProvisionType>
     <RefundReissue>N</RefundReissue>
     <SubCodeInfo>
      <SubCodeForChargesOthers>0C9ACNH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="5">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CarrierCode RPH="2">NH</CarrierCode>
      <CountForSegmentAssociatedID>2</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2022-12-10</DepartureDate>
      <DepartureDate RPH="2">2022-12-20</DepartureDate>
      <DestinationLocation LocationCode="HNL" RPH="1" />
      <DestinationLocation LocationCode="NRT" RPH="2" />
      <FlightNumber RPH="1">184</FlightNumber>
      <FlightNumber RPH="2">183</FlightNumber>
      <OriginLocation LocationCode="NRT" RPH="1" />
      <OriginLocation LocationCode="HNL" RPH="2" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <PNR_Segment RPH="2">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <ResBookDesigCode RPH="2">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
      <StatusCode RPH="2">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>0</NumPiecesBDI>
     <ProvisionType>B</ProvisionType>
     <SubCodeInfo>
      <SubCodeForChargesOthers>0LNABNH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <FareCalculation>
     <Text>TYO NH HNL281.03NH TYO281.03NUC562.06END ROE142.153679</Text>
    </FareCalculation>
    <FareCalculationBreakdown>
     <Branch PCC="8IC6" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="TYO" AirportCode="NRT" ArrivalCityCode="HNL" GenericInd="O" ArrivalAirportCode="HNL" />
     <FareBasis FilingCarrier="NH" TicketDesignator="IN90" FarePassengerType="INF" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="281.03" Code="Y2RTA1/IN90" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC001</FreeBaggageAllowance>
     <Mileage MileageSymbol="M" />
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>11</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>15</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
     <RuleCategoryIndicator>19</RuleCategoryIndicator>
    </FareCalculationBreakdown>
    <FareCalculationBreakdown>
     <Branch PCC="8IC6" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="HNL" AirportCode="HNL" ArrivalCityCode="TYO" GenericInd="O" ArrivalAirportCode="NRT" />
     <FareBasis FilingCarrier="NH" TicketDesignator="IN90" FarePassengerType="INF" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="281.03" Code="Y2RTA1/IN90" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC001</FreeBaggageAllowance>
     <Mileage MileageSymbol="M" />
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>11</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>15</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
     <RuleCategoryIndicator>19</RuleCategoryIndicator>
    </FareCalculationBreakdown>
    <ItinTotalFare NonRefundableInd="O">
     <BaggageInfo>
      <US_DOT_Disclosure>
       <Text>BAG ALLOWANCE     -NRTHNL-01P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>2NDCHECKED BAG FEE-NRTHNL-JPY20000/NH/UP TO 100 POUNDS/45</Text>
       <Text>KILOGRAMS**</Text>
       <Text>BAG ALLOWANCE     -HNLNRT-01P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>2NDCHECKED BAG FEE-HNLNRT-JPY20000/NH/UP TO 100 POUNDS/45</Text>
       <Text>KILOGRAMS**</Text>
       <Text>**BAG FEES APPLY AT EACH CHECK IN LOCATION</Text>
       <Text>CARRY ON ALLOWANCE</Text>
       <Text>NRTHNL HNLNRT-NIL/NH</Text>
       <Text>CARRY ON CHARGES</Text>
       <Text>NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
       <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
       <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
       <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
      </US_DOT_Disclosure>
     </BaggageInfo>
     <BaseFare CurrencyCode="JPY" Amount="79900" />
     <Construction CurrencyCode="NUC" RateOfExchange="142.153679" Amount="562.06" />
     <Taxes TotalAmount="10330">
      <Tax TaxCode="US2" Amount="5880" TaxName="TRANSPORTATION TAX INTERNATION" TicketingTaxCode="US" />
      <Tax TaxCode="YC" Amount="970" TaxName="CUSTOMS USER FEE" TicketingTaxCode="YC" />
      <Tax TaxCode="XY2" Amount="1050" TaxName="IMMIGRATION USER FEE" TicketingTaxCode="XY" />
      <Tax TaxCode="XA" Amount="590" TaxName="APHIS PASSENGER FEE PASSENGERS" TicketingTaxCode="XA" />
      <Tax TaxCode="AY" Amount="840" TaxName="PASSENGER CIVIL AVIATION SECUR" TicketingTaxCode="AY" />
      <Tax TaxCode="YQI" Amount="1000" TaxName="SERVICE FEE - CARRIER-IMPOSED" TicketingTaxCode="YQ" />
     </Taxes>
     <TotalFare CurrencyCode="JPY" Amount="90230" />
     <Warnings>
      <Warning ShortText="BAG ALLOWANCE     -NRTHNL-01P/NH/EACH PIECE UP TO 50 POUND" />
      <Warning ShortText="S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI" />
      <Warning ShortText="METERS" />
      <Warning ShortText="2NDCHECKED BAG FEE-NRTHNL-JPY20000/NH/UP TO 100 POUNDS/45" />
      <Warning ShortText="KILOGRAMS**" />
      <Warning ShortText="BAG ALLOWANCE     -HNLNRT-01P/NH/EACH PIECE UP TO 50 POUND" />
      <Warning ShortText="S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI" />
      <Warning ShortText="METERS" />
      <Warning ShortText="2NDCHECKED BAG FEE-HNLNRT-JPY20000/NH/UP TO 100 POUNDS/45" />
      <Warning ShortText="KILOGRAMS**" />
      <Warning ShortText="**BAG FEES APPLY AT EACH CHECK IN LOCATION" />
      <Warning ShortText="CARRY ON ALLOWANCE" />
      <Warning ShortText="NRTHNL HNLNRT-NIL/NH" />
      <Warning ShortText="CARRY ON CHARGES" />
      <Warning ShortText="NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER" />
      <Warning ShortText="ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON" />
      <Warning ShortText="FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/" />
      <Warning ShortText="CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./" />
      <Warning ShortText="MIXED PASSENGER TYPES - VERIFY RESTRICTIONS" />
     </Warnings>
    </ItinTotalFare>
    <PassengerTypeQuantity Quantity="1" Code="INF" />
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" TicketDesignator="IN90" FarePassengerType="INF" FareType="P" FareAmount="281.03" Code="Y2RTA1/IN90" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC001</FreeBaggageAllowance>
    </PTC_FareBreakdown>
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" TicketDesignator="IN90" FarePassengerType="INF" FareType="P" FareAmount="281.03" Code="Y2RTA1/IN90" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC001</FreeBaggageAllowance>
    </PTC_FareBreakdown>
   </AirItineraryPricingInfo>
  </PricedItinerary>
 </PriceQuote>
  </AirPrice>
  <TravelItineraryRead>
    <TravelItinerary>
      <CustomerInfo>
        <ContactNumbers>
          <ContactNumber Phone="03-1234-5678/XXX/TEST-A" LocationCode="TYO" RPH="001" Id="9" />
        </ContactNumbers>
        <PersonName elementId="pnr-3.1" PassengerType="ADT" NameNumber="01.01" WithInfant="false" RPH="1">
          <GivenName>TAROMR</GivenName>
          <Surname>INFINI</Surname>
        </PersonName>
        <PersonName elementId="pnr-5.2" PassengerType="CNN" NameNumber="02.01" WithInfant="false" RPH="2">
          <GivenName>JIROMSTR</GivenName>
          <Surname>INFINI</Surname>
        </PersonName>
        <PersonName elementId="pnr-7.3" PassengerType="INF" NameNumber="03.01" WithInfant="true" RPH="3">
          <GivenName>HANAKOMISS</GivenName>
          <Surname>INFINI</Surname>
        </PersonName>
      </CustomerInfo>
      <ItineraryInfo>
        <ReservationItems>
          <Item RPH="1">
            <FlightSegment Status="HK" DayOfWeekInd="6" CodeShare="false" NumberInParty="02" StopQuantity="00" ElapsedTime="07.00" ResBookDesigCode="Y" SmokingAllowed="false" AirMilesFlown="3818" SegmentNumber="0001" IsPast="false" eTicket="true" DepartureDateTime="2022-12-10T20:25" ArrivalDateTime="12-10T08:25" SegmentBookedDate="2022-10-18T20:39:00" FlightNumber="0184" SpecialMeal="true" Id="10">
              <DestinationLocation TerminalCode="2" LocationCode="HNL" Terminal="TERMINAL 2" />
              <Equipment AirEquipType="388" />
              <MarketingAirline FlightNumber="0184" ResBookDesigCode="Y" Code="NH">
                <Banner>MARKETED BY ALL NIPPON AIRWAYS</Banner>
              </MarketingAirline>
              <Meal Code="M" />
              <OperatingAirline FlightNumber="0184" ResBookDesigCode="Y" Code="NH">
                <Banner>OPERATED BY ALL NIPPON AIRWAYS</Banner>
              </OperatingAirline>
              <OperatingAirlinePricing Code="NH" />
              <DisclosureCarrier DOT="false" Code="NH">
                <Banner>ALL NIPPON AIRWAYS</Banner>
              </DisclosureCarrier>
              <OriginLocation TerminalCode="1" LocationCode="NRT" Terminal="TERMINAL 1" />
              <SupplierRef ID="DCNH*69XVN9" />
              <UpdatedArrivalTime>12-10T08:25</UpdatedArrivalTime>
              <UpdatedDepartureTime>12-10T20:25</UpdatedDepartureTime>
              <Cabin SabreCode="Y" ShortName="ECONOMY" Lang="EN" Code="Y" Name="ECONOMY" />
            </FlightSegment>
            <Product>
              <ProductBase />
              <ProductDetails productCategory="AIR">
                <ProductName type="AIR" />
                <Air sequence="1" segmentAssociationId="2">
                  <DepartureAirport>NRT</DepartureAirport>
                  <DepartureTerminalName>TERMINAL 1</DepartureTerminalName>
                  <DepartureTerminalCode>1</DepartureTerminalCode>
                  <ArrivalAirport>HNL</ArrivalAirport>
                  <ArrivalTerminalName>TERMINAL 2</ArrivalTerminalName>
                  <ArrivalTerminalCode>2</ArrivalTerminalCode>
                  <EquipmentType>388</EquipmentType>
                  <MarketingAirlineCode>NH</MarketingAirlineCode>
                  <MarketingFlightNumber>184</MarketingFlightNumber>
                  <MarketingClassOfService>Y</MarketingClassOfService>
                  <Cabin code="Y" name="ECONOMY" shortName="ECONOMY" lang="EN" sabreCode="Y" />
                  <MealCode>M</MealCode>
                  <ElapsedTime>420</ElapsedTime>
                  <AirMilesFlown>3818</AirMilesFlown>
                  <FunnelFlight>false</FunnelFlight>
                  <ChangeOfGauge>false</ChangeOfGauge>
                  <DisclosureCarrier DOT="false" Code="NH">
                    <Banner>ALL NIPPON AIRWAYS</Banner>
                  </DisclosureCarrier>
                  <AirlineRefId>DCNH*69XVN9</AirlineRefId>
                  <Eticket>true</Eticket>
                  <DepartureDateTime>2022-12-10T20:25:00</DepartureDateTime>
                  <ArrivalDateTime>2022-12-10T08:25:00</ArrivalDateTime>
                  <FlightNumber>184</FlightNumber>
                  <ClassOfService>Y</ClassOfService>
                  <ActionCode>HK</ActionCode>
                  <NumberInParty>2</NumberInParty>
                  <inboundConnection>false</inboundConnection>
                  <outboundConnection>false</outboundConnection>
                  <ScheduleChangeIndicator>false</ScheduleChangeIndicator>
                  <SegmentBookedDate>2022-10-18T20:39:00</SegmentBookedDate>
                </Air>
              </ProductDetails>
            </Product>
          </Item>
          <Item RPH="2">
            <FlightSegment Status="HK" DayOfWeekInd="2" CodeShare="false" NumberInParty="02" StopQuantity="00" ElapsedTime="09.15" ResBookDesigCode="Y" SmokingAllowed="false" AirMilesFlown="3818" SegmentNumber="0002" IsPast="false" eTicket="true" DepartureDateTime="2022-12-20T11:30" ArrivalDateTime="12-21T15:45" SegmentBookedDate="2022-10-18T20:39:00" FlightNumber="0183" SpecialMeal="true" Id="11">
              <DestinationLocation TerminalCode="1" LocationCode="NRT" Terminal="TERMINAL 1" />
              <Equipment AirEquipType="388" />
              <MarketingAirline FlightNumber="0183" ResBookDesigCode="Y" Code="NH">
                <Banner>MARKETED BY ALL NIPPON AIRWAYS</Banner>
              </MarketingAirline>
              <Meal Code="M" />
              <OperatingAirline FlightNumber="0183" ResBookDesigCode="Y" Code="NH">
                <Banner>OPERATED BY ALL NIPPON AIRWAYS</Banner>
              </OperatingAirline>
              <OperatingAirlinePricing Code="NH" />
              <DisclosureCarrier DOT="false" Code="NH">
                <Banner>ALL NIPPON AIRWAYS</Banner>
              </DisclosureCarrier>
              <OriginLocation TerminalCode="2" LocationCode="HNL" Terminal="TERMINAL 2" />
              <SupplierRef ID="DCNH*69XVN9" />
              <UpdatedArrivalTime>12-21T15:45</UpdatedArrivalTime>
              <UpdatedDepartureTime>12-20T11:30</UpdatedDepartureTime>
              <Cabin SabreCode="Y" ShortName="ECONOMY" Lang="EN" Code="Y" Name="ECONOMY" />
            </FlightSegment>
            <Product>
              <ProductBase />
              <ProductDetails productCategory="AIR">
                <ProductName type="AIR" />
                <Air sequence="2" segmentAssociationId="3">
                  <DepartureAirport>HNL</DepartureAirport>
                  <DepartureTerminalName>TERMINAL 2</DepartureTerminalName>
                  <DepartureTerminalCode>2</DepartureTerminalCode>
                  <ArrivalAirport>NRT</ArrivalAirport>
                  <ArrivalTerminalName>TERMINAL 1</ArrivalTerminalName>
                  <ArrivalTerminalCode>1</ArrivalTerminalCode>
                  <EquipmentType>388</EquipmentType>
                  <MarketingAirlineCode>NH</MarketingAirlineCode>
                  <MarketingFlightNumber>183</MarketingFlightNumber>
                  <MarketingClassOfService>Y</MarketingClassOfService>
                  <Cabin code="Y" name="ECONOMY" shortName="ECONOMY" lang="EN" sabreCode="Y" />
                  <MealCode>M</MealCode>
                  <ElapsedTime>555</ElapsedTime>
                  <AirMilesFlown>3818</AirMilesFlown>
                  <FunnelFlight>false</FunnelFlight>
                  <ChangeOfGauge>false</ChangeOfGauge>
                  <DisclosureCarrier DOT="false" Code="NH">
                    <Banner>ALL NIPPON AIRWAYS</Banner>
                  </DisclosureCarrier>
                  <AirlineRefId>DCNH*69XVN9</AirlineRefId>
                  <Eticket>true</Eticket>
                  <DepartureDateTime>2022-12-20T11:30:00</DepartureDateTime>
                  <ArrivalDateTime>2022-12-21T15:45:00</ArrivalDateTime>
                  <FlightNumber>183</FlightNumber>
                  <ClassOfService>Y</ClassOfService>
                  <ActionCode>HK</ActionCode>
                  <NumberInParty>2</NumberInParty>
                  <inboundConnection>false</inboundConnection>
                  <outboundConnection>false</outboundConnection>
                  <ScheduleChangeIndicator>false</ScheduleChangeIndicator>
                  <SegmentBookedDate>2022-10-18T20:39:00</SegmentBookedDate>
                </Air>
              </ProductDetails>
            </Product>
          </Item>
        </ReservationItems>
        <Ticketing TicketTimeLimit="T-AUTO" RPH="01" />
      </ItineraryInfo>
      <ItineraryRef PrimeHostID="1F" InhibitCode="U" ID="FUPQJP" AirExtras="false" PartitionID="AA">
        <Header>PRICE QUOTE RECORD - NOT PRICED</Header>
        <Source HomePseudoCityCode="8HL6" LastUpdateDateTime="2022-10-18T20:39" ReceivedFrom="TEST" CreateDateTime="2022-10-18T20:39" SequenceNumber="1" AAA_PseudoCityCode="8IC6" CreationAgent="AHL" PseudoCityCode="8IC6" />
      </ItineraryRef>
      <SpecialServiceInfo Type="GFX" RPH="001" Id="12">
        <Service SSR_Type="DOCS" SSR_Code="SSR">
          <Airline Code="NH" />
          <PersonName NameNumber="01.01">INFINI/TAROMR</PersonName>
          <Text>HK1/P/JP/TK1234567890/JP/01JAN1990/M/01JAN2025/INFINI/TARO</Text>
        </Service>
      </SpecialServiceInfo>
      <SpecialServiceInfo Type="GFX" RPH="002" Id="13">
        <Service SSR_Type="DOCS" SSR_Code="SSR">
          <Airline Code="NH" />
          <PersonName NameNumber="02.01">INFINI/JIROMSTR</PersonName>
          <Text>HK1/P/JP/TK2345678901/JP/01JAN2014/M/01JAN2025/INFINI/JIRO</Text>
        </Service>
      </SpecialServiceInfo>
      <SpecialServiceInfo Type="GFX" RPH="003" Id="14">
        <Service SSR_Type="DOCS" SSR_Code="SSR">
          <Airline Code="NH" />
          <PersonName NameNumber="01.01">INFINI/TAROMR</PersonName>
          <Text>HK1/P/JP/TK3456789012/JP/01JAN2019/FI/01JAN2025/INFINI/HANAKO</Text>
        </Service>
      </SpecialServiceInfo>
      <SpecialServiceInfo Type="GFX" RPH="004" Id="15">
        <Service SSR_Type="CHLD" SSR_Code="SSR">
          <Airline Code="NH" />
          <PersonName NameNumber="02.01">INFINI/JIROMSTR</PersonName>
          <Text>HK1/01JAN14</Text>
        </Service>
      </SpecialServiceInfo>
      <SpecialServiceInfo Type="GFX" RPH="005" Id="16">
        <Service SSR_Type="INFT" SSR_Code="SSR">
          <Airline Code="NH" />
          <PersonName NameNumber="01.01">INFINI/TAROMR</PersonName>
          <Text>NN1 NRTHNL0184Y10DEC/INFINI/HANAKOMISS/01JAN19</Text>
        </Service>
      </SpecialServiceInfo>
      <SpecialServiceInfo Type="GFX" RPH="006" Id="17">
        <Service SSR_Type="INFT" SSR_Code="SSR">
          <Airline Code="NH" />
          <PersonName NameNumber="01.01">INFINI/TAROMR</PersonName>
          <Text>NN1 HNLNRT0183Y20DEC/INFINI/HANAKOMISS/01JAN19</Text>
        </Service>
      </SpecialServiceInfo>
      <SpecialServiceInfo Type="GFX" RPH="007" Id="18">
        <Service SSR_Type="BBML" SSR_Code="SSR">
          <Airline Code="NH" />
          <PersonName NameNumber="01.01">INFINI/TAROMR</PersonName>
          <Text>NN1 NRTHNL0184Y10DEC</Text>
        </Service>
      </SpecialServiceInfo>
      <SpecialServiceInfo Type="GFX" RPH="008" Id="19">
        <Service SSR_Type="BBML" SSR_Code="SSR">
          <Airline Code="NH" />
          <PersonName NameNumber="01.01">INFINI/TAROMR</PersonName>
          <Text>NN1 HNLNRT0183Y20DEC</Text>
        </Service>
      </SpecialServiceInfo>
      <SpecialServiceInfo Type="GFX" RPH="009" Id="20">
        <Service SSR_Type="CTCM" SSR_Code="SSR">
          <Airline Code="NH" />
          <PersonName NameNumber="01.01">INFINI/TAROMR</PersonName>
          <Text>HK1/819012345678</Text>
        </Service>
      </SpecialServiceInfo>
      <SpecialServiceInfo Type="GFX" RPH="010" Id="21">
        <Service SSR_Type="CTCE" SSR_Code="SSR">
          <Airline Code="NH" />
          <PersonName NameNumber="01.01">INFINI/TAROMR</PersonName>
          <Text>HK1/TARO//YAHOO.COM</Text>
        </Service>
      </SpecialServiceInfo>
      <SpecialServiceInfo Type="GFX" RPH="011" Id="22">
        <Service SSR_Code="OSI">
          <Airline Code="YY" />
          <Text>CTCM 819012345678</Text>
        </Service>
      </SpecialServiceInfo>
      <SpecialServiceInfo Type="GFX" RPH="012" Id="23">
        <Service SSR_Code="OSI">
          <Airline Code="YY" />
          <Text>CTCE TARO//YAHOO.COM</Text>
        </Service>
      </SpecialServiceInfo>
      <OpenReservationElements>
        <OpenReservationElement elementId="pnr-12" id="12" type="SRVC">
          <ServiceRequest serviceType="SSR" code="DOCS" serviceCount="1" ssrType="GFX" airlineCode="NH" actionCode="HK">
            <FreeText>/P/JP/TK1234567890/JP/01JAN1990/M/01JAN2025/INFINI/TARO</FreeText>
            <FullText>DOCS NH HK1/P/JP/TK1234567890/JP/01JAN1990/M/01JAN2025/INFINI/TARO</FullText>
            <TravelDocument>
              <Type>P</Type>
              <DocumentIssueCountry>JP</DocumentIssueCountry>
              <DocumentNumber>TK1234567890</DocumentNumber>
              <DocumentNationalityCountry>JP</DocumentNationalityCountry>
              <DocumentExpirationDate>01JAN2025</DocumentExpirationDate>
              <DateOfBirth>01JAN1990</DateOfBirth>
              <Gender>M</Gender>
              <LastName>INFINI</LastName>
              <FirstName>TARO</FirstName>
              <Infant>false</Infant>
              <PrimaryDocHolderInd>false</PrimaryDocHolderInd>
              <HasDocumentData>true</HasDocumentData>
            </TravelDocument>
          </ServiceRequest>
          <NameAssociation>
            <LastName>INFINI</LastName>
            <FirstName>TAROMR</FirstName>
            <ReferenceId>1</ReferenceId>
            <NameRefNumber>01.01</NameRefNumber>
          </NameAssociation>
        </OpenReservationElement>
        <OpenReservationElement elementId="pnr-13" id="13" type="SRVC">
          <ServiceRequest serviceType="SSR" code="DOCS" serviceCount="1" ssrType="GFX" airlineCode="NH" actionCode="HK">
            <FreeText>/P/JP/TK2345678901/JP/01JAN2014/M/01JAN2025/INFINI/JIRO</FreeText>
            <FullText>DOCS NH HK1/P/JP/TK2345678901/JP/01JAN2014/M/01JAN2025/INFINI/JIRO</FullText>
            <TravelDocument>
              <Type>P</Type>
              <DocumentIssueCountry>JP</DocumentIssueCountry>
              <DocumentNumber>TK2345678901</DocumentNumber>
              <DocumentNationalityCountry>JP</DocumentNationalityCountry>
              <DocumentExpirationDate>01JAN2025</DocumentExpirationDate>
              <DateOfBirth>01JAN2014</DateOfBirth>
              <Gender>M</Gender>
              <LastName>INFINI</LastName>
              <FirstName>JIRO</FirstName>
              <Infant>false</Infant>
              <PrimaryDocHolderInd>false</PrimaryDocHolderInd>
              <HasDocumentData>true</HasDocumentData>
            </TravelDocument>
          </ServiceRequest>
          <NameAssociation>
            <LastName>INFINI</LastName>
            <FirstName>JIROMSTR</FirstName>
            <ReferenceId>2</ReferenceId>
            <NameRefNumber>02.01</NameRefNumber>
          </NameAssociation>
        </OpenReservationElement>
        <OpenReservationElement elementId="pnr-14" id="14" type="SRVC">
          <ServiceRequest serviceType="SSR" code="DOCS" serviceCount="1" ssrType="GFX" airlineCode="NH" actionCode="HK">
            <FreeText>/P/JP/TK3456789012/JP/01JAN2019/FI/01JAN2025/INFINI/HANAKO</FreeText>
            <FullText>DOCS NH HK1/P/JP/TK3456789012/JP/01JAN2019/FI/01JAN2025/INFINI/HANAKO</FullText>
            <TravelDocument>
              <Type>P</Type>
              <DocumentIssueCountry>JP</DocumentIssueCountry>
              <DocumentNumber>TK3456789012</DocumentNumber>
              <DocumentNationalityCountry>JP</DocumentNationalityCountry>
              <DocumentExpirationDate>01JAN2025</DocumentExpirationDate>
              <DateOfBirth>01JAN2019</DateOfBirth>
              <Gender>FI</Gender>
              <LastName>INFINI</LastName>
              <FirstName>HANAKO</FirstName>
              <Infant>true</Infant>
              <PrimaryDocHolderInd>false</PrimaryDocHolderInd>
              <HasDocumentData>true</HasDocumentData>
            </TravelDocument>
          </ServiceRequest>
          <NameAssociation>
            <LastName>INFINI</LastName>
            <FirstName>TAROMR</FirstName>
            <ReferenceId>1</ReferenceId>
            <NameRefNumber>01.01</NameRefNumber>
          </NameAssociation>
        </OpenReservationElement>
        <OpenReservationElement elementId="pnr-15" id="15" type="SRVC">
          <ServiceRequest serviceType="SSR" code="CHLD" serviceCount="1" ssrType="GFX" airlineCode="NH" actionCode="HK">
            <FreeText>/01JAN14</FreeText>
            <FullText>CHLD NH HK1/01JAN14</FullText>
          </ServiceRequest>
          <NameAssociation>
            <LastName>INFINI</LastName>
            <FirstName>JIROMSTR</FirstName>
            <ReferenceId>2</ReferenceId>
            <NameRefNumber>02.01</NameRefNumber>
          </NameAssociation>
        </OpenReservationElement>
        <OpenReservationElement elementId="pnr-16" id="16" type="SRVC">
          <ServiceRequest serviceType="SSR" code="INFT" serviceCount="1" ssrType="GFX" airlineCode="NH" actionCode="NN">
            <FreeText>/INFINI/HANAKOMISS/01JAN19</FreeText>
            <FullText>INFT NH NN1 NRTHNL0184Y10DEC/INFINI/HANAKOMISS/01JAN19</FullText>
          </ServiceRequest>
          <SegmentAssociation SegmentAssociationId="2" Id="10">
            <AirSegment>
              <CarrierCode>NH</CarrierCode>
              <FlightNumber>0184</FlightNumber>
              <DepartureDate>2022-12-10</DepartureDate>
              <BoardPoint>NRT</BoardPoint>
              <OffPoint>HNL</OffPoint>
              <ClassOfService>Y</ClassOfService>
              <BookingStatus>NN</BookingStatus>
            </AirSegment>
          </SegmentAssociation>
          <NameAssociation>
            <LastName>INFINI</LastName>
            <FirstName>TAROMR</FirstName>
            <ReferenceId>1</ReferenceId>
            <NameRefNumber>01.01</NameRefNumber>
          </NameAssociation>
        </OpenReservationElement>
        <OpenReservationElement elementId="pnr-17" id="17" type="SRVC">
          <ServiceRequest serviceType="SSR" code="INFT" serviceCount="1" ssrType="GFX" airlineCode="NH" actionCode="NN">
            <FreeText>/INFINI/HANAKOMISS/01JAN19</FreeText>
            <FullText>INFT NH NN1 HNLNRT0183Y20DEC/INFINI/HANAKOMISS/01JAN19</FullText>
          </ServiceRequest>
          <SegmentAssociation SegmentAssociationId="3" Id="11">
            <AirSegment>
              <CarrierCode>NH</CarrierCode>
              <FlightNumber>0183</FlightNumber>
              <DepartureDate>2022-12-20</DepartureDate>
              <BoardPoint>HNL</BoardPoint>
              <OffPoint>NRT</OffPoint>
              <ClassOfService>Y</ClassOfService>
              <BookingStatus>NN</BookingStatus>
            </AirSegment>
          </SegmentAssociation>
          <NameAssociation>
            <LastName>INFINI</LastName>
            <FirstName>TAROMR</FirstName>
            <ReferenceId>1</ReferenceId>
            <NameRefNumber>01.01</NameRefNumber>
          </NameAssociation>
        </OpenReservationElement>
        <OpenReservationElement elementId="pnr-18" id="18" type="SRVC">
          <ServiceRequest serviceType="SSR" code="BBML" serviceCount="1" ssrType="GFX" airlineCode="NH" actionCode="NN">
            <FreeText />
            <FullText>BBML NH NN1 NRTHNL0184Y10DEC</FullText>
          </ServiceRequest>
          <SegmentAssociation SegmentAssociationId="2" Id="10">
            <AirSegment>
              <CarrierCode>NH</CarrierCode>
              <FlightNumber>0184</FlightNumber>
              <DepartureDate>2022-12-10</DepartureDate>
              <BoardPoint>NRT</BoardPoint>
              <OffPoint>HNL</OffPoint>
              <ClassOfService>Y</ClassOfService>
              <BookingStatus>NN</BookingStatus>
            </AirSegment>
          </SegmentAssociation>
          <NameAssociation>
            <LastName>INFINI</LastName>
            <FirstName>TAROMR</FirstName>
            <ReferenceId>1</ReferenceId>
            <NameRefNumber>01.01</NameRefNumber>
          </NameAssociation>
        </OpenReservationElement>
        <OpenReservationElement elementId="pnr-19" id="19" type="SRVC">
          <ServiceRequest serviceType="SSR" code="BBML" serviceCount="1" ssrType="GFX" airlineCode="NH" actionCode="NN">
            <FreeText />
            <FullText>BBML NH NN1 HNLNRT0183Y20DEC</FullText>
          </ServiceRequest>
          <SegmentAssociation SegmentAssociationId="3" Id="11">
            <AirSegment>
              <CarrierCode>NH</CarrierCode>
              <FlightNumber>0183</FlightNumber>
              <DepartureDate>2022-12-20</DepartureDate>
              <BoardPoint>HNL</BoardPoint>
              <OffPoint>NRT</OffPoint>
              <ClassOfService>Y</ClassOfService>
              <BookingStatus>NN</BookingStatus>
            </AirSegment>
          </SegmentAssociation>
          <NameAssociation>
            <LastName>INFINI</LastName>
            <FirstName>TAROMR</FirstName>
            <ReferenceId>1</ReferenceId>
            <NameRefNumber>01.01</NameRefNumber>
          </NameAssociation>
        </OpenReservationElement>
        <OpenReservationElement elementId="pnr-20" id="20" type="SRVC">
          <ServiceRequest serviceType="SSR" code="CTCM" serviceCount="1" ssrType="GFX" airlineCode="NH" actionCode="HK">
            <FreeText>/819012345678</FreeText>
            <FullText>CTCM NH HK1/819012345678</FullText>
            <PassengerContactMobilePhone>
              <PhoneNumber>819012345678</PhoneNumber>
            </PassengerContactMobilePhone>
          </ServiceRequest>
          <NameAssociation>
            <LastName>INFINI</LastName>
            <FirstName>TAROMR</FirstName>
            <ReferenceId>1</ReferenceId>
            <NameRefNumber>01.01</NameRefNumber>
          </NameAssociation>
        </OpenReservationElement>
        <OpenReservationElement elementId="pnr-21" id="21" type="SRVC">
          <ServiceRequest serviceType="SSR" code="CTCE" serviceCount="1" ssrType="GFX" airlineCode="NH" actionCode="HK">
            <Comment>COM</Comment>
            <FreeText>/TARO//YAHOO.COM</FreeText>
            <FullText>CTCE NH HK1/TARO//YAHOO.COM</FullText>
            <PassengerContactEmail>
              <Email>TARO@YAHOO.COM</Email>
            </PassengerContactEmail>
          </ServiceRequest>
          <NameAssociation>
            <LastName>INFINI</LastName>
            <FirstName>TAROMR</FirstName>
            <ReferenceId>1</ReferenceId>
            <NameRefNumber>01.01</NameRefNumber>
          </NameAssociation>
        </OpenReservationElement>
        <OpenReservationElement elementId="pnr-22" id="22" type="SRVC">
          <ServiceRequest serviceType="OSI" code="CTCM" ssrType="GFX" airlineCode="YY">
            <FreeText>819012345678</FreeText>
            <FullText>YY CTCM 819012345678</FullText>
            <PassengerContactMobilePhone>
              <PhoneNumber>819012345678</PhoneNumber>
            </PassengerContactMobilePhone>
          </ServiceRequest>
        </OpenReservationElement>
        <OpenReservationElement elementId="pnr-23" id="23" type="SRVC">
          <ServiceRequest serviceType="OSI" code="CTCE" ssrType="GFX" airlineCode="YY">
            <FreeText>TARO//YAHOO.COM</FreeText>
            <FullText>YY CTCE TARO//YAHOO.COM</FullText>
            <PassengerContactEmail>
              <Email>TARO@YAHOO.COM</Email>
            </PassengerContactEmail>
          </ServiceRequest>
        </OpenReservationElement>
      </OpenReservationElements>
    </TravelItinerary>
  </TravelItineraryRead>
</CreatePassengerNameRecordRS>

グループリクエスト

 選択<CreatePassengerNameRecordRQ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.4.0" targetCity="xxxx" haltOnAirPriceError="true" xmlns="http://services.sabre.com/sp/reservation/v2_4">
  <TravelItineraryAddInfo>
    <CustomerInfo>
      <ContactNumbers>
        <ContactNumber Phone="03-1234-5678/INFINI TRAVEL/INFINI" PhoneUseType="A" />
      </ContactNumbers>
      <PersonName NameNumber="1.1">
        <GroupInfo Name="TTYO/XYZ/ICN/CHTR" NumSeatsRemaining="5">
          <VendorPrefs>
            <Airline Code="7C" />
          </VendorPrefs>
        </GroupInfo>
      </PersonName>
    </CustomerInfo>
  </TravelItineraryAddInfo>
  <AirBook>
    <OriginDestinationInformation>
      <FlightSegment ArrivalDateTime="2023-10-20T14:30:00" DepartureDateTime="2023-10-20T11:50:00" FlightNumber="1101" NumberInParty="5" ResBookDesigCode="S" Status="GN">
        <DestinationLocation LocationCode="ICN" />
        <MarketingAirline Code="7C" FlightNumber="1101" />
        <OriginLocation LocationCode="NRT" />
      </FlightSegment>
      <FlightSegment ArrivalDateTime="2023-10-25T12:55:00" DepartureDateTime="2023-10-25T10:35:00" FlightNumber="1106" NumberInParty="5" ResBookDesigCode="S" Status="GN">
        <DestinationLocation LocationCode="NRT" />
        <MarketingAirline Code="7C" FlightNumber="1106" />
        <OriginLocation LocationCode="ICN" />
      </FlightSegment>
    </OriginDestinationInformation>
  </AirBook>
  <SpecialReqDetails>
    <AddRemark>
      <RemarkInfo>
        <Remark Code="H" Type="Historical">
          <Text>FINAL CHK OK</Text>
        </Remark>
      </RemarkInfo>
    </AddRemark>
    <SpecialService>
      <SpecialServiceInfo>
        <Service SSR_Code="OSI">
          <Text>7C/INFINI/MESSAGE</Text>
          <VendorPrefs>
            <Airline Code="7C" Hosted="false" />
          </VendorPrefs>
        </Service>
      </SpecialServiceInfo>
    </SpecialService>
  </SpecialReqDetails>
  <PostProcessing>
    <QueuePlace>
      <QueueInfo>
        <QueueIdentifier Number="200" PrefatoryInstructionCode="11" PseudoCityCode="xxxx" />
      </QueueInfo>
    </QueuePlace>
    <EndTransaction>
      <Source ReceivedFrom="INFINI" />
    </EndTransaction>
    <RedisplayReservation waitInterval="1000" />
  </PostProcessing>
</CreatePassengerNameRecordRQ>

レスポンスサンプル

 選択<CreatePassengerNameRecordRS xmlns="http://services.sabre.com/sp/reservation/v2_4">
  <ApplicationResults xmlns="http://services.sabre.com/STL_Payload/v02_01" xmlns:ns2="http://services.sabre.com/essm/diagnostic/v1" xmlns:ns3="http://services.sabre.com/essm/core/v1" xmlns:ns4="http://opentravel.org/common/v02" xmlns:ns5="http://services.sabre.com/STL_Payload/v02_02" xmlns:ns6="http://opentravel.org/common/message/v02" xmlns:ns7="http://services.sabre.com/sp/ssp/v1" xmlns:ns8="http://services.sabre.com/STL_Header/v02_02" xmlns:ns9="http://services.sabre.com/essm/session/v1" xmlns:ns10="http://services.sabre.com/STL_Header/v120" xmlns:ns11="http://services.sabre.com/STL_Header/v02_01" xmlns:ns12="http://webservices.sabre.com/servicesplatform/eiapi/1.0.0" xmlns:ns13="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00" xmlns:ns14="http://services.sabre.com/sp/preferences/v1" xmlns:ns15="http://services.sabre.com/STL/v01" xmlns:ns16="http://services.sabre.com/ssse/trace/v01" status="Complete">
    <Success timeStamp="2023-09-28T02:36:36.616Z" />
  </ApplicationResults>
  <ItineraryRef ID="AAABBB" />
  <AirBook>
    <OriginDestinationOption>
  <FlightSegment Status="NN" eTicket="true" DepartureDateTime="10-20T11:50" ArrivalDateTime="10-20T14:30" FlightNumber="1101" NumberInParty="005" ResBookDesigCode="S">
   <DestinationLocation LocationCode="ICN" />
   <MarketingAirline FlightNumber="1101" Code="7C" />
   <OriginLocation LocationCode="NRT" />
  </FlightSegment>
  <FlightSegment Status="NN" eTicket="true" DepartureDateTime="10-25T10:35" ArrivalDateTime="10-25T12:55" FlightNumber="1106" NumberInParty="005" ResBookDesigCode="S">
   <DestinationLocation LocationCode="NRT" />
   <MarketingAirline FlightNumber="1106" Code="7C" />
   <OriginLocation LocationCode="ICN" />
  </FlightSegment>
 </OriginDestinationOption>
  </AirBook>
  <TravelItineraryRead>
    <TravelItinerary>
      <CustomerInfo>
        <ContactNumbers>
          <ContactNumber Phone="03-1234-5678/INFINI TRAVEL/INFINI-A" LocationCode="TYO" RPH="001" Id="4" />
        </ContactNumbers>
        <PersonName elementId="pnr-3.0" NameNumber="01.01" RPH="1">
          <GroupInfo NumSeatsRemaining="57" SoldNumberOfSeats="0" GroupNameNumber="57" Name="C/TTYO/XYZ/ICN/CHTR" />
        </PersonName>
      </CustomerInfo>
      <ItineraryInfo>
        <ReservationItems>
          <Item RPH="1">
            <FlightSegment Status="PN" DayOfWeekInd="5" CodeShare="false" NumberInParty="05" StopQuantity="00" ElapsedTime="02.40" ResBookDesigCode="S" SmokingAllowed="false" AirMilesFlown="0787" SegmentNumber="0001" IsPast="false" eTicket="true" DepartureDateTime="2023-10-20T11:50" ArrivalDateTime="10-20T14:30" SegmentBookedDate="2023-09-27T21:36:00" FlightNumber="1101" SpecialMeal="false" Id="5">
              <DestinationLocation TerminalCode="1" LocationCode="ICN" Terminal="TERMINAL 1" />
              <Equipment AirEquipType="738" />
              <MarketingAirline FlightNumber="1101" ResBookDesigCode="S" Code="7C">
                <Banner>MARKETED BY JEJU AIR CO LTD</Banner>
              </MarketingAirline>
              <OperatingAirline FlightNumber="1101" ResBookDesigCode="S" Code="7C">
                <Banner>OPERATED BY JEJU AIR CO LTD</Banner>
              </OperatingAirline>
              <OperatingAirlinePricing Code="7C" />
              <DisclosureCarrier DOT="false" Code="7C">
                <Banner>JEJU AIR CO LTD</Banner>
              </DisclosureCarrier>
              <OriginLocation TerminalCode="3" LocationCode="NRT" Terminal="TERMINAL 3" />
              <SupplierRef ID="GR7C" />
              <UpdatedArrivalTime>10-20T14:30</UpdatedArrivalTime>
              <UpdatedDepartureTime>10-20T11:50</UpdatedDepartureTime>
              <Cabin SabreCode="Y" ShortName="ECONOMY" Lang="EN" Code="Y" Name="ECONOMY" />
            </FlightSegment>
            <Product>
              <ProductDetails productCategory="AIR">
                <ProductName type="AIR" />
                <Air sequence="1" segmentAssociationId="2">
                  <DepartureAirport>NRT</DepartureAirport>
                  <DepartureTerminalName>TERMINAL 3</DepartureTerminalName>
                  <DepartureTerminalCode>3</DepartureTerminalCode>
                  <ArrivalAirport>ICN</ArrivalAirport>
                  <ArrivalTerminalName>TERMINAL 1</ArrivalTerminalName>
                  <ArrivalTerminalCode>1</ArrivalTerminalCode>
                  <EquipmentType>738</EquipmentType>
                  <MarketingAirlineCode>7C</MarketingAirlineCode>
                  <MarketingFlightNumber>1101</MarketingFlightNumber>
                  <MarketingClassOfService>S</MarketingClassOfService>
                  <Cabin code="Y" name="ECONOMY" shortName="ECONOMY" lang="EN" sabreCode="Y" />
                  <ElapsedTime>160</ElapsedTime>
                  <AirMilesFlown>787</AirMilesFlown>
                  <FunnelFlight>false</FunnelFlight>
                  <ChangeOfGauge>false</ChangeOfGauge>
                  <DisclosureCarrier DOT="false" Code="7C">
                    <Banner>JEJU AIR CO LTD</Banner>
                  </DisclosureCarrier>
                  <AirlineRefId>GR7C</AirlineRefId>
                  <Eticket>true</Eticket>
                  <DepartureDateTime>2023-10-20T11:50:00</DepartureDateTime>
                  <ArrivalDateTime>2023-10-20T14:30:00</ArrivalDateTime>
                  <FlightNumber>1101</FlightNumber>
                  <ClassOfService>S</ClassOfService>
                  <ActionCode>PN</ActionCode>
                  <NumberInParty>5</NumberInParty>
                  <inboundConnection>false</inboundConnection>
                  <outboundConnection>false</outboundConnection>
                  <ScheduleChangeIndicator>false</ScheduleChangeIndicator>
                  <SegmentBookedDate>2023-09-27T21:36:00</SegmentBookedDate>
                </Air>
              </ProductDetails>
            </Product>
          </Item>
          <Item RPH="2">
            <FlightSegment Status="PN" DayOfWeekInd="3" CodeShare="false" NumberInParty="05" StopQuantity="00" ElapsedTime="02.20" ResBookDesigCode="S" SmokingAllowed="false" AirMilesFlown="0787" SegmentNumber="0002" IsPast="false" eTicket="true" DepartureDateTime="2023-10-25T10:35" ArrivalDateTime="10-25T12:55" SegmentBookedDate="2023-09-27T21:36:00" FlightNumber="1106" SpecialMeal="false" Id="6">
              <DestinationLocation TerminalCode="3" LocationCode="NRT" Terminal="TERMINAL 3" />
              <Equipment AirEquipType="738" />
              <MarketingAirline FlightNumber="1106" ResBookDesigCode="S" Code="7C">
                <Banner>MARKETED BY JEJU AIR CO LTD</Banner>
              </MarketingAirline>
              <OperatingAirline FlightNumber="1106" ResBookDesigCode="S" Code="7C">
                <Banner>OPERATED BY JEJU AIR CO LTD</Banner>
              </OperatingAirline>
              <OperatingAirlinePricing Code="7C" />
              <DisclosureCarrier DOT="false" Code="7C">
                <Banner>JEJU AIR CO LTD</Banner>
              </DisclosureCarrier>
              <OriginLocation TerminalCode="1" LocationCode="ICN" Terminal="TERMINAL 1" />
              <SupplierRef ID="GR7C" />
              <UpdatedArrivalTime>10-25T12:55</UpdatedArrivalTime>
              <UpdatedDepartureTime>10-25T10:35</UpdatedDepartureTime>
              <Cabin SabreCode="Y" ShortName="ECONOMY" Lang="EN" Code="Y" Name="ECONOMY" />
            </FlightSegment>
            <Product>
              <ProductDetails productCategory="AIR">
                <ProductName type="AIR" />
                <Air sequence="2" segmentAssociationId="3">
                  <DepartureAirport>ICN</DepartureAirport>
                  <DepartureTerminalName>TERMINAL 1</DepartureTerminalName>
                  <DepartureTerminalCode>1</DepartureTerminalCode>
                  <ArrivalAirport>NRT</ArrivalAirport>
                  <ArrivalTerminalName>TERMINAL 3</ArrivalTerminalName>
                  <ArrivalTerminalCode>3</ArrivalTerminalCode>
                  <EquipmentType>738</EquipmentType>
                  <MarketingAirlineCode>7C</MarketingAirlineCode>
                  <MarketingFlightNumber>1106</MarketingFlightNumber>
                  <MarketingClassOfService>S</MarketingClassOfService>
                  <Cabin code="Y" name="ECONOMY" shortName="ECONOMY" lang="EN" sabreCode="Y" />
                  <ElapsedTime>140</ElapsedTime>
                  <AirMilesFlown>787</AirMilesFlown>
                  <FunnelFlight>false</FunnelFlight>
                  <ChangeOfGauge>false</ChangeOfGauge>
                  <DisclosureCarrier DOT="false" Code="7C">
                    <Banner>JEJU AIR CO LTD</Banner>
                  </DisclosureCarrier>
                  <AirlineRefId>GR7C</AirlineRefId>
                  <Eticket>true</Eticket>
                  <DepartureDateTime>2023-10-25T10:35:00</DepartureDateTime>
                  <ArrivalDateTime>2023-10-25T12:55:00</ArrivalDateTime>
                  <FlightNumber>1106</FlightNumber>
                  <ClassOfService>S</ClassOfService>
                  <ActionCode>PN</ActionCode>
                  <NumberInParty>5</NumberInParty>
                  <inboundConnection>false</inboundConnection>
                  <outboundConnection>false</outboundConnection>
                  <ScheduleChangeIndicator>false</ScheduleChangeIndicator>
                  <SegmentBookedDate>2023-09-27T21:36:00</SegmentBookedDate>
                </Air>
              </ProductDetails>
            </Product>
          </Item>
        </ReservationItems>
        <Ticketing TicketTimeLimit="T-AUTO" RPH="01" />
      </ItineraryInfo>
      <ItineraryRef PrimeHostID="1F" InhibitCode="U" ID="AAABBB" AirExtras="false" PartitionID="AA">
        <Header>PRICE QUOTE RECORD - NOT PRICED</Header>
        <Source HomePseudoCityCode="xxxx" LastUpdateDateTime="2023-09-27T21:36" ReceivedFrom="INFINI" CreateDateTime="2023-09-27T21:36" SequenceNumber="1" AAA_PseudoCityCode="xxxx" CreationAgent="AHL" PseudoCityCode="xxxx" />
      </ItineraryRef>
      <RemarkInfo>
        <Remark Type="Historical" RPH="001" Id="8">
          <Text>FINAL CHK OK</Text>
        </Remark>
      </RemarkInfo>
      <SpecialServiceInfo Type="GFX" RPH="001" Id="7">
        <Service SSR_Code="OSI">
          <Airline Code="7C" />
          <Text>7C/INFINI/MESSAGE</Text>
        </Service>
      </SpecialServiceInfo>
      <OpenReservationElements>
        <OpenReservationElement elementId="pnr-7" id="7" type="SRVC">
          <ServiceRequest serviceType="OSI" ssrType="GFX" airlineCode="7C">
            <FreeText>7C/INFINI/MESSAGE</FreeText>
            <FullText>7C 7C/INFINI/MESSAGE</FullText>
          </ServiceRequest>
        </OpenReservationElement>
      </OpenReservationElements>
    </TravelItinerary>
  </TravelItineraryRead>
</CreatePassengerNameRecordRS>

リクエストサンプル

運賃計算とセグメントステイタスに関するタグ設定
下記タグを指定することにより、PNR作成後、運賃計算処理を開始する前に、
指定回数・指定ミリ秒毎にPNRの状態を更新し、最新のセグメントステイタスで運賃計算を実施します。

 CreatePassengerNameRecordRQ>AirBook>RedisplayReservation
 推奨値:<RedisplayReservation NumAttempts="3" WaitInterval="1000"/>
 
 選択<CreatePassengerNameRecordRQ xmlns="http://services.sabre.com/sp/reservation/v2_4" version="2.4.0" targetCity="xxxx" haltOnAirPriceError="true">
	<TravelItineraryAddInfo>
		<CustomerInfo>
			<ContactNumbers>
				<ContactNumber Phone="03-1234-5678/XXX/TEST" PhoneUseType="A" />
			</ContactNumbers>
			<PersonName Infant="false" NameNumber="1.1" PassengerType="ADT">
				<GivenName>TAROMR</GivenName>
				<Surname>INFINI</Surname>
			</PersonName>
			<PersonName Infant="false" NameNumber="2.1" PassengerType="CNN">
				<GivenName>JIROMSTR</GivenName>
				<Surname>INFINI</Surname>
			</PersonName>
			<PersonName Infant="true" NameNumber="3.1" PassengerType="INF">
				<GivenName>HANAKOMISS</GivenName>
				<Surname>INFINI</Surname>
			</PersonName>
		</CustomerInfo>
	</TravelItineraryAddInfo>
	<AirBook>
		<HaltOnStatus Code="HL" />
		<HaltOnStatus Code="KK" />
		<HaltOnStatus Code="LL" />
		<HaltOnStatus Code="NN" />
		<HaltOnStatus Code="NO" />
		<HaltOnStatus Code="UC" />
		<HaltOnStatus Code="US" />
		<OriginDestinationInformation>
			<FlightSegment DepartureDateTime="2023-12-10T20:25:00" FlightNumber="184" NumberInParty="2" ResBookDesigCode="Y" Status="NN">
				<DestinationLocation LocationCode="HNL" />
				<MarketingAirline Code="NH" FlightNumber="184" />
				<OriginLocation LocationCode="NRT" />
			</FlightSegment>
			<FlightSegment DepartureDateTime="2023-12-20T11:30:00" FlightNumber="183" NumberInParty="2" ResBookDesigCode="Y" Status="NN">
				<DestinationLocation LocationCode="NRT" />
				<MarketingAirline Code="NH" FlightNumber="183" />
				<OriginLocation LocationCode="HNL" />
			</FlightSegment>
		</OriginDestinationInformation>
		<RedisplayReservation NumAttempts="3" WaitInterval="1000" />
	</AirBook>
	<AirPrice>
		<PriceRequestInformation Retain="false">
			<OptionalQualifiers>
				<PricingQualifiers>
					<PassengerType Code="ADT" Quantity="1" />
					<PassengerType Code="CNN" Quantity="1" />
					<PassengerType Code="INF" Quantity="1" />
				</PricingQualifiers>
			</OptionalQualifiers>
		</PriceRequestInformation>
	</AirPrice>
	<SpecialReqDetails>
		<SpecialService>
			<SpecialServiceInfo>
				<AdvancePassenger SegmentNumber="A">
					<Document ExpirationDate="2025-01-01" Number="TK1234567890" Type="P">
						<IssueCountry>JP</IssueCountry>
						<NationalityCountry>JP</NationalityCountry>
					</Document>
					<PersonName DateOfBirth="1990-01-01" Gender="M" NameNumber="1.1">
						<GivenName>TARO</GivenName>
						<Surname>INFINI</Surname>
					</PersonName>
					<VendorPrefs>
						<Airline Hosted="false" />
					</VendorPrefs>
				</AdvancePassenger>
				<AdvancePassenger SegmentNumber="A">
					<Document ExpirationDate="2025-01-01" Number="TK2345678901" Type="P">
						<IssueCountry>JP</IssueCountry>
						<NationalityCountry>JP</NationalityCountry>
					</Document>
					<PersonName DateOfBirth="2014-01-01" Gender="M" NameNumber="2.1">
						<GivenName>JIRO</GivenName>
						<Surname>INFINI</Surname>
					</PersonName>
					<VendorPrefs>
						<Airline Hosted="false" />
					</VendorPrefs>
				</AdvancePassenger>
				<AdvancePassenger SegmentNumber="A">
					<Document ExpirationDate="2025-01-01" Number="TK3456789012" Type="P">
						<IssueCountry>JP</IssueCountry>
						<NationalityCountry>JP</NationalityCountry>
					</Document>
					<PersonName DateOfBirth="2019-01-01" Gender="FI" NameNumber="1.1">
						<GivenName>HANAKO</GivenName>
						<Surname>INFINI</Surname>
					</PersonName>
					<VendorPrefs>
						<Airline Hosted="false" />
					</VendorPrefs>
				</AdvancePassenger>
				<Service SSR_Code="CHLD" SegmentNumber="A">
					<PersonName NameNumber="2.1" />
					<Text>01JAN14</Text>
					<VendorPrefs>
						<Airline Hosted="false" />
					</VendorPrefs>
				</Service>
				<Service SSR_Code="INFT" SegmentNumber="A">
					<PersonName NameNumber="1.1" />
					<Text>INFINI/HANAKOMISS/01JAN19</Text>
					<VendorPrefs>
						<Airline Hosted="false" />
					</VendorPrefs>
				</Service>
				<Service SSR_Code="BBML" SegmentNumber="A">
					<PersonName NameNumber="1.1" />
					<VendorPrefs>
						<Airline Hosted="false" />
					</VendorPrefs>
				</Service>
				<Service SSR_Code="CTCM" SegmentNumber="A">
					<PersonName NameNumber="1.1" />
					<Text>819012345678</Text>
					<VendorPrefs>
						<Airline Hosted="false" />
					</VendorPrefs>
				</Service>
				<Service SSR_Code="CTCE" SegmentNumber="A">
					<PersonName NameNumber="1.1" />
					<Text>TARO//YAHOO.COM</Text>
					<VendorPrefs>
						<Airline Hosted="false" />
					</VendorPrefs>
				</Service>
				<Service SSR_Code="OSI">
					<Text>CTCM 819012345678</Text>
					<VendorPrefs>
						<Airline Code="YY" Hosted="false" />
					</VendorPrefs>
				</Service>
				<Service SSR_Code="OSI">
					<Text>CTCE TARO//YAHOO.COM</Text>
					<VendorPrefs>
						<Airline Code="YY" Hosted="false" />
					</VendorPrefs>
				</Service>
			</SpecialServiceInfo>
		</SpecialService>
	</SpecialReqDetails>
	<PostProcessing>
		<QueuePlace>
			<QueueInfo>
				<QueueIdentifier Number="500" PrefatoryInstructionCode="1" PseudoCityCode="xxxx" />
			</QueueInfo>
		</QueuePlace>
		<EndTransaction>
			<Source ReceivedFrom="TEST" />
		</EndTransaction>
		<PostBookingHKValidation waitInterval="1000" numAttempts="3" />
		<WaitForAirlineRecLoc waitInterval="1000" numAttempts="3" />
		<RedisplayReservation />
	</PostProcessing>
</CreatePassengerNameRecordRQ>

レスポンスサンプル

 選択<CreatePassengerNameRecordRS xmlns="http://services.sabre.com/sp/reservation/v2_4">
  <ApplicationResults xmlns="http://services.sabre.com/STL_Payload/v02_01" xmlns:ns2="http://services.sabre.com/essm/diagnostic/v1" xmlns:ns3="http://services.sabre.com/essm/core/v1" xmlns:ns4="http://opentravel.org/common/v02" xmlns:ns5="http://services.sabre.com/STL_Payload/v02_02" xmlns:ns6="http://opentravel.org/common/message/v02" xmlns:ns7="http://services.sabre.com/sp/ssp/v1" xmlns:ns8="http://services.sabre.com/STL_Header/v02_02" xmlns:ns9="http://services.sabre.com/essm/session/v1" xmlns:ns10="http://services.sabre.com/STL_Header/v120" xmlns:ns11="http://services.sabre.com/STL_Header/v02_01" xmlns:ns12="http://webservices.sabre.com/servicesplatform/eiapi/1.0.0" xmlns:ns13="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00" xmlns:ns14="http://services.sabre.com/sp/preferences/v1" xmlns:ns15="http://services.sabre.com/STL/v01" xmlns:ns16="http://services.sabre.com/ssse/trace/v01" status="Complete">
    <Success timeStamp="2023-09-28T05:06:20.978Z" />
  </ApplicationResults>
  <ItineraryRef ID="DXFNGO" />
  <AirBook>
    <OriginDestinationOption>
  <FlightSegment Status="NN" eTicket="true" DepartureDateTime="12-10T20:25" ArrivalDateTime="12-10T08:25" FlightNumber="0184" NumberInParty="002" ResBookDesigCode="Y">
   <DestinationLocation LocationCode="HNL" />
   <MarketingAirline FlightNumber="0184" Code="NH" />
   <OriginLocation LocationCode="NRT" />
  </FlightSegment>
  <FlightSegment Status="NN" eTicket="true" DepartureDateTime="12-20T11:30" ArrivalDateTime="12-21T15:45" FlightNumber="0183" NumberInParty="002" ResBookDesigCode="Y">
   <DestinationLocation LocationCode="NRT" />
   <MarketingAirline FlightNumber="0183" Code="NH" />
   <OriginLocation LocationCode="HNL" />
  </FlightSegment>
 </OriginDestinationOption>
  </AirBook>
  <AirPrice>
    <PriceQuote>
  <MiscInformation>
   <BaggageInfo>
    <SubCodeProperties RPH="1" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <CommercialNameofBaggageItemType>UPTO100LB 45KG BAGGAGE</CommercialNameofBaggageItemType>
     <DescriptionOne Code="45">
      <Text>UP TO 100 POUNDS/45 KILOGRAMS</Text>
     </DescriptionOne>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0C9ACNH</ExtendedSubCodeKey>
     <SizeWeightInfo>
      <MaximumWeightInAlternate Units="K">45</MaximumWeightInAlternate>
      <MaximumWeight Units="L">100</MaximumWeight>
     </SizeWeightInfo>
    </SubCodeProperties>
    <SubCodeProperties RPH="2" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <CommercialNameofBaggageItemType>FREE BAGGAGE ALLOWANCE</CommercialNameofBaggageItemType>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0DFAANH</ExtendedSubCodeKey>
    </SubCodeProperties>
    <SubCodeProperties RPH="3" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <CommercialNameofBaggageItemType>UPTO50LB 23KG AND62LI 158LCM</CommercialNameofBaggageItemType>
     <DescriptionOne Code="23">
      <Text>UP TO 50 POUNDS/23 KILOGRAMS</Text>
     </DescriptionOne>
     <DescriptionTwo Code="6U">
      <Text>UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS</Text>
     </DescriptionTwo>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0GOACNH</ExtendedSubCodeKey>
     <SizeWeightInfo>
      <MaximumSizeInAlternate Units="C">158</MaximumSizeInAlternate>
      <MaximumSize Units="I">62</MaximumSize>
      <MaximumWeightInAlternate Units="K">23</MaximumWeightInAlternate>
      <MaximumWeight Units="L">50</MaximumWeight>
     </SizeWeightInfo>
    </SubCodeProperties>
    <SubCodeProperties RPH="4" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <AncillaryService SubGroupCode="CY">
      <Text>CARRY ON HAND BAGGAGE</Text>
     </AncillaryService>
     <CommercialNameofBaggageItemType>CARRYON HAND BAGGAGE ALLOWANCE</CommercialNameofBaggageItemType>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0LNABNH</ExtendedSubCodeKey>
    </SubCodeProperties>
    <SubCodeProperties RPH="5" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <AncillaryService SubGroupCode="CY">
      <Text>CARRY ON HAND BAGGAGE</Text>
     </AncillaryService>
     <CommercialNameofBaggageItemType>CARRY10KG 22LBUPTO 45LI 115LCM</CommercialNameofBaggageItemType>
     <DescriptionOne Code="10">
      <Text>UP TO 22 POUNDS/10 KILOGRAMS</Text>
     </DescriptionOne>
     <DescriptionTwo Code="4U">
      <Text>UP TO 45 LINEAR INCHES/115 LINEAR CENTIMETERS</Text>
     </DescriptionTwo>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0MJACNH</ExtendedSubCodeKey>
     <SizeWeightInfo>
      <MaximumSizeInAlternate Units="C">115</MaximumSizeInAlternate>
      <MaximumSize Units="I">45</MaximumSize>
      <MaximumWeightInAlternate Units="K">10</MaximumWeightInAlternate>
      <MaximumWeight Units="L">22</MaximumWeight>
     </SizeWeightInfo>
    </SubCodeProperties>
   </BaggageInfo>
   <HeaderInformation SolutionSequenceNmbr="1">
    <DepartureDate>2023-12-10</DepartureDate>
    <LastTicketingDate>10-12T23:59</LastTicketingDate>
    <Text>VALIDATING CARRIER - NH</Text>
    <Text>BAG ALLOWANCE     -NRTHNL-02P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>BAG ALLOWANCE     -HNLNRT-02P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>CARRY ON ALLOWANCE</Text>
    <Text>NRTHNL HNLNRT-01P/NH</Text>
    <Text>01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES</Text>
    <Text>/115 LINEAR CENTIMETERS</Text>
    <Text>CARRY ON CHARGES</Text>
    <Text>NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
    <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
    <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
    <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
    <Text>EACH CNN REQUIRES ACCOMPANYING SAME CABIN ADT</Text>
    <Text>VALIDATING CARRIER - NH</Text>
    <Text>BAG ALLOWANCE     -NRTHNL-02P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>BAG ALLOWANCE     -HNLNRT-02P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>CARRY ON ALLOWANCE</Text>
    <Text>NRTHNL HNLNRT-01P/NH</Text>
    <Text>01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES</Text>
    <Text>/115 LINEAR CENTIMETERS</Text>
    <Text>CARRY ON CHARGES</Text>
    <Text>NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
    <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
    <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
    <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
    <Text>REQUIRES ACCOMPANYING ADT PASSENGER</Text>
    <Text>EACH INF REQUIRES ACCOMPANYING ADT PASSENGER</Text>
    <Text>VALIDATING CARRIER - NH</Text>
    <Text>BAG ALLOWANCE     -NRTHNL-01P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>2NDCHECKED BAG FEE-NRTHNL-JPY20000/NH/UP TO 100 POUNDS/45</Text>
    <Text>KILOGRAMS**</Text>
    <Text>BAG ALLOWANCE     -HNLNRT-01P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>2NDCHECKED BAG FEE-HNLNRT-JPY20000/NH/UP TO 100 POUNDS/45</Text>
    <Text>KILOGRAMS**</Text>
    <Text>**BAG FEES APPLY AT EACH CHECK IN LOCATION</Text>
    <Text>CARRY ON ALLOWANCE</Text>
    <Text>NRTHNL HNLNRT-NIL/NH</Text>
    <Text>CARRY ON CHARGES</Text>
    <Text>NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
    <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
    <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
    <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
    <Text>ELECTRONIC TICKETING NOT VALID FOR INFANTS</Text>
    <Text>10DEC DEPARTURE DATE-----LAST DAY TO PURCHASE 12OCT/2359</Text>
    <ValidatingCarrier Code="NH" />
   </HeaderInformation>
   <SolutionInformation SolutionSequenceNmbr="1">
    <BaseFareCurrencyCode>JPY</BaseFareCurrencyCode>
    <CurrencyCode>JPY</CurrencyCode>
    <GrandTotalEquivFareAmount>1478200</GrandTotalEquivFareAmount>
    <GrandTotalTaxes>103810</GrandTotalTaxes>
    <RequiresRebook>false</RequiresRebook>
    <TicketNumber>0</TicketNumber>
    <TotalAmount>1582010</TotalAmount>
   </SolutionInformation>
   <ValidatingCarrier NewValidatingProcess="true" SolutionSequenceNmbr="1">
    <SettlementMethod>BSP</SettlementMethod>
    <Ticket Type="ETKTREQ" ValidatingCarrierType="Default" CarrierCode="NH" />
   </ValidatingCarrier>
  </MiscInformation>
  <PricedItinerary CurrencyCode="JPY" AlternativePricing="false" MultiTicket="false" TotalAmount="1582010">
   <AirItineraryPricingInfo SolutionSequenceNmbr="1">
    <BaggageProvisions RPH="1">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2023-12-10</DepartureDate>
      <DestinationLocation LocationCode="HNL" RPH="1" />
      <FlightNumber RPH="1">184</FlightNumber>
      <OriginLocation LocationCode="NRT" RPH="1" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>2</NumPiecesBDI>
     <NumPiecesITR>2</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="2">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2023-12-20</DepartureDate>
      <DestinationLocation LocationCode="NRT" RPH="1" />
      <FlightNumber RPH="1">183</FlightNumber>
      <OriginLocation LocationCode="HNL" RPH="1" />
      <PNR_Segment RPH="1">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>2</NumPiecesBDI>
     <NumPiecesITR>2</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="3">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CarrierCode RPH="2">NH</CarrierCode>
      <CountForSegmentAssociatedID>2</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2023-12-10</DepartureDate>
      <DepartureDate RPH="2">2023-12-20</DepartureDate>
      <DestinationLocation LocationCode="HNL" RPH="1" />
      <DestinationLocation LocationCode="NRT" RPH="2" />
      <FlightNumber RPH="1">184</FlightNumber>
      <FlightNumber RPH="2">183</FlightNumber>
      <OriginLocation LocationCode="NRT" RPH="1" />
      <OriginLocation LocationCode="HNL" RPH="2" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <PNR_Segment RPH="2">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <ResBookDesigCode RPH="2">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
      <StatusCode RPH="2">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>1</NumPiecesBDI>
     <NumPiecesITR>1</NumPiecesITR>
     <ProvisionType>B</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0MJACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0LNABNH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <FareCalculation>
     <Text>TYO NH HNL2798.99NH TYO2798.99NUC5597.98END ROE142.729597</Text>
    </FareCalculation>
    <FareCalculationBreakdown>
     <Branch PCC="xxxx" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="TYO" AirportCode="NRT" ArrivalCityCode="HNL" GenericInd="O" ArrivalAirportCode="HNL" />
     <FareBasis FilingCarrier="NH" FarePassengerType="ADT" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="2798.99" Code="Y2RTA1" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <Mileage MileageSymbol="M" />
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>11</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>15</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
    </FareCalculationBreakdown>
    <FareCalculationBreakdown>
     <Branch PCC="xxxx" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="HNL" AirportCode="HNL" ArrivalCityCode="TYO" GenericInd="O" ArrivalAirportCode="NRT" />
     <FareBasis FilingCarrier="NH" FarePassengerType="ADT" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="2798.99" Code="Y2RTA1" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <Mileage MileageSymbol="M" />
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>11</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>15</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
    </FareCalculationBreakdown>
    <ItinTotalFare NonRefundableInd="O">
     <BaggageInfo>
      <US_DOT_Disclosure>
       <Text>BAG ALLOWANCE     -NRTHNL-02P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>BAG ALLOWANCE     -HNLNRT-02P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>CARRY ON ALLOWANCE</Text>
       <Text>NRTHNL HNLNRT-01P/NH</Text>
       <Text>01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES</Text>
       <Text>/115 LINEAR CENTIMETERS</Text>
       <Text>CARRY ON CHARGES</Text>
       <Text>NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
       <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
       <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
       <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
      </US_DOT_Disclosure>
     </BaggageInfo>
     <BaseFare CurrencyCode="JPY" Amount="799000" />
     <Construction CurrencyCode="NUC" RateOfExchange="142.729597" Amount="5597.98" />
     <Taxes TotalAmount="47240">
      <Tax TaxCode="SW" Amount="2460" TaxName="PASSENGER SERVICE FACILITIES C" TicketingTaxCode="SW" />
      <Tax TaxCode="OI" Amount="550" TaxName="PASSENGER SECURITY SERVICE CHA" TicketingTaxCode="OI" />
      <Tax TaxCode="US2" Amount="6300" TaxName="TRANSPORTATION TAX INTERNATION" TicketingTaxCode="US" />
      <Tax TaxCode="YC" Amount="980" TaxName="CUSTOMS USER FEE" TicketingTaxCode="YC" />
      <Tax TaxCode="XY2" Amount="1050" TaxName="IMMIGRATION USER FEE" TicketingTaxCode="XY" />
      <Tax TaxCode="XA" Amount="580" TaxName="APHIS PASSENGER FEE PASSENGERS" TicketingTaxCode="XA" />
      <Tax TaxCode="AY" Amount="840" TaxName="PASSENGER CIVIL AVIATION SECUR" TicketingTaxCode="AY" />
      <Tax TaxCode="YQF" Amount="32800" TaxName="SERVICE FEE - CARRIER-IMPOSED" TicketingTaxCode="YQ" />
      <Tax TaxCode="TK" Amount="1000" TaxName="INTERNATIONAL TOURIST TAX" TicketingTaxCode="TK" />
      <Tax TaxCode="XF" Amount="680" TaxName="PASSENGER FACILITY CHARGE" TicketingTaxCode="XF" />
     </Taxes>
     <TotalFare CurrencyCode="JPY" Amount="846240" />
     <Warnings>
      <Warning ShortText="BAG ALLOWANCE     -NRTHNL-02P/NH/EACH PIECE UP TO 50 POUND" />
      <Warning ShortText="S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI" />
      <Warning ShortText="METERS" />
      <Warning ShortText="BAG ALLOWANCE     -HNLNRT-02P/NH/EACH PIECE UP TO 50 POUND" />
      <Warning ShortText="S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI" />
      <Warning ShortText="METERS" />
      <Warning ShortText="CARRY ON ALLOWANCE" />
      <Warning ShortText="NRTHNL HNLNRT-01P/NH" />
      <Warning ShortText="01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES" />
      <Warning ShortText="/115 LINEAR CENTIMETERS" />
      <Warning ShortText="CARRY ON CHARGES" />
      <Warning ShortText="NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER" />
      <Warning ShortText="ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON" />
      <Warning ShortText="FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/" />
      <Warning ShortText="CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./" />
      <Warning ShortText="MIXED PASSENGER TYPES - VERIFY RESTRICTIONS" />
     </Warnings>
    </ItinTotalFare>
    <PassengerTypeQuantity Quantity="1" Code="ADT" />
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" FarePassengerType="ADT" FareType="P" FareAmount="2798.99" Code="Y2RTA1" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
    </PTC_FareBreakdown>
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" FarePassengerType="ADT" FareType="P" FareAmount="2798.99" Code="Y2RTA1" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
    </PTC_FareBreakdown>
   </AirItineraryPricingInfo>
   <AirItineraryPricingInfo SolutionSequenceNmbr="1">
    <BaggageProvisions RPH="1">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2023-12-10</DepartureDate>
      <DestinationLocation LocationCode="HNL" RPH="1" />
      <FlightNumber RPH="1">184</FlightNumber>
      <OriginLocation LocationCode="NRT" RPH="1" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>2</NumPiecesBDI>
     <NumPiecesITR>2</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="2">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2023-12-20</DepartureDate>
      <DestinationLocation LocationCode="NRT" RPH="1" />
      <FlightNumber RPH="1">183</FlightNumber>
      <OriginLocation LocationCode="HNL" RPH="1" />
      <PNR_Segment RPH="1">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>2</NumPiecesBDI>
     <NumPiecesITR>2</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="3">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CarrierCode RPH="2">NH</CarrierCode>
      <CountForSegmentAssociatedID>2</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2023-12-10</DepartureDate>
      <DepartureDate RPH="2">2023-12-20</DepartureDate>
      <DestinationLocation LocationCode="HNL" RPH="1" />
      <DestinationLocation LocationCode="NRT" RPH="2" />
      <FlightNumber RPH="1">184</FlightNumber>
      <FlightNumber RPH="2">183</FlightNumber>
      <OriginLocation LocationCode="NRT" RPH="1" />
      <OriginLocation LocationCode="HNL" RPH="2" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <PNR_Segment RPH="2">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <ResBookDesigCode RPH="2">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
      <StatusCode RPH="2">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>1</NumPiecesBDI>
     <NumPiecesITR>1</NumPiecesITR>
     <ProvisionType>B</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0MJACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0LNABNH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <FareCalculation>
     <Text>TYO NH HNL2099.24NH TYO2099.24NUC4198.48END ROE142.729597</Text>
    </FareCalculation>
    <FareCalculationBreakdown>
     <Branch PCC="xxxx" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="TYO" AirportCode="NRT" ArrivalCityCode="HNL" GenericInd="O" ArrivalAirportCode="HNL" />
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="CNN" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="2099.24" Code="Y2RTA1/CH25" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <Mileage MileageSymbol="M" />
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>11</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>15</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
     <RuleCategoryIndicator>19</RuleCategoryIndicator>
    </FareCalculationBreakdown>
    <FareCalculationBreakdown>
     <Branch PCC="xxxx" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="HNL" AirportCode="HNL" ArrivalCityCode="TYO" GenericInd="O" ArrivalAirportCode="NRT" />
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="CNN" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="2099.24" Code="Y2RTA1/CH25" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <Mileage MileageSymbol="M" />
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>11</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>15</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
     <RuleCategoryIndicator>19</RuleCategoryIndicator>
    </FareCalculationBreakdown>
    <ItinTotalFare NonRefundableInd="O">
     <BaggageInfo>
      <US_DOT_Disclosure>
       <Text>BAG ALLOWANCE     -NRTHNL-02P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>BAG ALLOWANCE     -HNLNRT-02P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>CARRY ON ALLOWANCE</Text>
       <Text>NRTHNL HNLNRT-01P/NH</Text>
       <Text>01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES</Text>
       <Text>/115 LINEAR CENTIMETERS</Text>
       <Text>CARRY ON CHARGES</Text>
       <Text>NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
       <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
       <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
       <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
      </US_DOT_Disclosure>
     </BaggageInfo>
     <BaseFare CurrencyCode="JPY" Amount="599300" />
     <Construction CurrencyCode="NUC" RateOfExchange="142.729597" Amount="4198.48" />
     <Taxes TotalAmount="46020">
      <Tax TaxCode="SW" Amount="1240" TaxName="PASSENGER SERVICE FACILITIES C" TicketingTaxCode="SW" />
      <Tax TaxCode="OI" Amount="550" TaxName="PASSENGER SECURITY SERVICE CHA" TicketingTaxCode="OI" />
      <Tax TaxCode="US2" Amount="6300" TaxName="TRANSPORTATION TAX INTERNATION" TicketingTaxCode="US" />
      <Tax TaxCode="YC" Amount="980" TaxName="CUSTOMS USER FEE" TicketingTaxCode="YC" />
      <Tax TaxCode="XY2" Amount="1050" TaxName="IMMIGRATION USER FEE" TicketingTaxCode="XY" />
      <Tax TaxCode="XA" Amount="580" TaxName="APHIS PASSENGER FEE PASSENGERS" TicketingTaxCode="XA" />
      <Tax TaxCode="AY" Amount="840" TaxName="PASSENGER CIVIL AVIATION SECUR" TicketingTaxCode="AY" />
      <Tax TaxCode="YQF" Amount="32800" TaxName="SERVICE FEE - CARRIER-IMPOSED" TicketingTaxCode="YQ" />
      <Tax TaxCode="TK" Amount="1000" TaxName="INTERNATIONAL TOURIST TAX" TicketingTaxCode="TK" />
      <Tax TaxCode="XF" Amount="680" TaxName="PASSENGER FACILITY CHARGE" TicketingTaxCode="XF" />
     </Taxes>
     <TotalFare CurrencyCode="JPY" Amount="645320" />
     <Warnings>
      <Warning ShortText="BAG ALLOWANCE     -NRTHNL-02P/NH/EACH PIECE UP TO 50 POUND" />
      <Warning ShortText="S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI" />
      <Warning ShortText="METERS" />
      <Warning ShortText="BAG ALLOWANCE     -HNLNRT-02P/NH/EACH PIECE UP TO 50 POUND" />
      <Warning ShortText="S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI" />
      <Warning ShortText="METERS" />
      <Warning ShortText="CARRY ON ALLOWANCE" />
      <Warning ShortText="NRTHNL HNLNRT-01P/NH" />
      <Warning ShortText="01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES" />
      <Warning ShortText="/115 LINEAR CENTIMETERS" />
      <Warning ShortText="CARRY ON CHARGES" />
      <Warning ShortText="NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER" />
      <Warning ShortText="ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON" />
      <Warning ShortText="FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/" />
      <Warning ShortText="CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./" />
      <Warning ShortText="MIXED PASSENGER TYPES - VERIFY RESTRICTIONS" />
     </Warnings>
    </ItinTotalFare>
    <PassengerTypeQuantity Quantity="1" Code="CNN" />
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="CNN" FareType="P" FareAmount="2099.24" Code="Y2RTA1/CH25" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
    </PTC_FareBreakdown>
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="CNN" FareType="P" FareAmount="2099.24" Code="Y2RTA1/CH25" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
    </PTC_FareBreakdown>
   </AirItineraryPricingInfo>
   <AirItineraryPricingInfo SolutionSequenceNmbr="1">
    <BaggageProvisions RPH="1">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2023-12-10</DepartureDate>
      <DestinationLocation LocationCode="HNL" RPH="1" />
      <FlightNumber RPH="1">184</FlightNumber>
      <OriginLocation LocationCode="NRT" RPH="1" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>1</NumPiecesBDI>
     <NumPiecesITR>1</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="2">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2023-12-10</DepartureDate>
      <DestinationLocation LocationCode="HNL" RPH="1" />
      <FlightNumber RPH="1">184</FlightNumber>
      <OriginLocation LocationCode="NRT" RPH="1" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <Commissionable>N</Commissionable>
     <FeeApplicationIndicator>3</FeeApplicationIndicator>
     <FeeNotGuaranteedIndicator>N</FeeNotGuaranteedIndicator>
     <Interlineable>Y</Interlineable>
     <PassengerType Code="INF" />
     <PriceInformation>
      <Base CurrencyCode="JPY" Amount="20000" />
      <Equiv CurrencyCode="JPY" Amount="20000" />
      <TaxIndicator>X</TaxIndicator>
      <Total>20000</Total>
     </PriceInformation>
     <ProvisionType>C</ProvisionType>
     <RefundReissue>N</RefundReissue>
     <SubCodeInfo>
      <SubCodeForChargesOthers>0C9ACNH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="3">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2023-12-20</DepartureDate>
      <DestinationLocation LocationCode="NRT" RPH="1" />
      <FlightNumber RPH="1">183</FlightNumber>
      <OriginLocation LocationCode="HNL" RPH="1" />
      <PNR_Segment RPH="1">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>1</NumPiecesBDI>
     <NumPiecesITR>1</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="4">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2023-12-20</DepartureDate>
      <DestinationLocation LocationCode="NRT" RPH="1" />
      <FlightNumber RPH="1">183</FlightNumber>
      <OriginLocation LocationCode="HNL" RPH="1" />
      <PNR_Segment RPH="1">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <Commissionable>N</Commissionable>
     <FeeApplicationIndicator>3</FeeApplicationIndicator>
     <FeeNotGuaranteedIndicator>N</FeeNotGuaranteedIndicator>
     <Interlineable>Y</Interlineable>
     <PassengerType Code="INF" />
     <PriceInformation>
      <Base CurrencyCode="JPY" Amount="20000" />
      <Equiv CurrencyCode="JPY" Amount="20000" />
      <TaxIndicator>X</TaxIndicator>
      <Total>20000</Total>
     </PriceInformation>
     <ProvisionType>C</ProvisionType>
     <RefundReissue>N</RefundReissue>
     <SubCodeInfo>
      <SubCodeForChargesOthers>0C9ACNH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="5">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CarrierCode RPH="2">NH</CarrierCode>
      <CountForSegmentAssociatedID>2</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2023-12-10</DepartureDate>
      <DepartureDate RPH="2">2023-12-20</DepartureDate>
      <DestinationLocation LocationCode="HNL" RPH="1" />
      <DestinationLocation LocationCode="NRT" RPH="2" />
      <FlightNumber RPH="1">184</FlightNumber>
      <FlightNumber RPH="2">183</FlightNumber>
      <OriginLocation LocationCode="NRT" RPH="1" />
      <OriginLocation LocationCode="HNL" RPH="2" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <PNR_Segment RPH="2">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <ResBookDesigCode RPH="2">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
      <StatusCode RPH="2">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>0</NumPiecesBDI>
     <ProvisionType>B</ProvisionType>
     <SubCodeInfo>
      <SubCodeForChargesOthers>0LNABNH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <FareCalculation>
     <Text>TYO NH HNL279.89NH TYO279.89NUC559.78END ROE142.729597</Text>
    </FareCalculation>
    <FareCalculationBreakdown>
     <Branch PCC="xxxx" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="TYO" AirportCode="NRT" ArrivalCityCode="HNL" GenericInd="O" ArrivalAirportCode="HNL" />
     <FareBasis FilingCarrier="NH" TicketDesignator="IN90" FarePassengerType="INF" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="279.89" Code="Y2RTA1/IN90" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC001</FreeBaggageAllowance>
     <Mileage MileageSymbol="M" />
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>11</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>15</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
     <RuleCategoryIndicator>19</RuleCategoryIndicator>
    </FareCalculationBreakdown>
    <FareCalculationBreakdown>
     <Branch PCC="xxxx" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="HNL" AirportCode="HNL" ArrivalCityCode="TYO" GenericInd="O" ArrivalAirportCode="NRT" />
     <FareBasis FilingCarrier="NH" TicketDesignator="IN90" FarePassengerType="INF" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="279.89" Code="Y2RTA1/IN90" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC001</FreeBaggageAllowance>
     <Mileage MileageSymbol="M" />
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>11</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>15</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
     <RuleCategoryIndicator>19</RuleCategoryIndicator>
    </FareCalculationBreakdown>
    <ItinTotalFare NonRefundableInd="O">
     <BaggageInfo>
      <US_DOT_Disclosure>
       <Text>BAG ALLOWANCE     -NRTHNL-01P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>2NDCHECKED BAG FEE-NRTHNL-JPY20000/NH/UP TO 100 POUNDS/45</Text>
       <Text>KILOGRAMS**</Text>
       <Text>BAG ALLOWANCE     -HNLNRT-01P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>2NDCHECKED BAG FEE-HNLNRT-JPY20000/NH/UP TO 100 POUNDS/45</Text>
       <Text>KILOGRAMS**</Text>
       <Text>**BAG FEES APPLY AT EACH CHECK IN LOCATION</Text>
       <Text>CARRY ON ALLOWANCE</Text>
       <Text>NRTHNL HNLNRT-NIL/NH</Text>
       <Text>CARRY ON CHARGES</Text>
       <Text>NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
       <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
       <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
       <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
      </US_DOT_Disclosure>
     </BaggageInfo>
     <BaseFare CurrencyCode="JPY" Amount="79900" />
     <Construction CurrencyCode="NUC" RateOfExchange="142.729597" Amount="559.78" />
     <Taxes TotalAmount="10550">
      <Tax TaxCode="US2" Amount="6300" TaxName="TRANSPORTATION TAX INTERNATION" TicketingTaxCode="US" />
      <Tax TaxCode="YC" Amount="980" TaxName="CUSTOMS USER FEE" TicketingTaxCode="YC" />
      <Tax TaxCode="XY2" Amount="1050" TaxName="IMMIGRATION USER FEE" TicketingTaxCode="XY" />
      <Tax TaxCode="XA" Amount="580" TaxName="APHIS PASSENGER FEE PASSENGERS" TicketingTaxCode="XA" />
      <Tax TaxCode="AY" Amount="840" TaxName="PASSENGER CIVIL AVIATION SECUR" TicketingTaxCode="AY" />
      <Tax TaxCode="YQI" Amount="800" TaxName="SERVICE FEE - CARRIER-IMPOSED" TicketingTaxCode="YQ" />
     </Taxes>
     <TotalFare CurrencyCode="JPY" Amount="90450" />
     <Warnings>
      <Warning ShortText="BAG ALLOWANCE     -NRTHNL-01P/NH/EACH PIECE UP TO 50 POUND" />
      <Warning ShortText="S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI" />
      <Warning ShortText="METERS" />
      <Warning ShortText="2NDCHECKED BAG FEE-NRTHNL-JPY20000/NH/UP TO 100 POUNDS/45" />
      <Warning ShortText="KILOGRAMS**" />
      <Warning ShortText="BAG ALLOWANCE     -HNLNRT-01P/NH/EACH PIECE UP TO 50 POUND" />
      <Warning ShortText="S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI" />
      <Warning ShortText="METERS" />
      <Warning ShortText="2NDCHECKED BAG FEE-HNLNRT-JPY20000/NH/UP TO 100 POUNDS/45" />
      <Warning ShortText="KILOGRAMS**" />
      <Warning ShortText="**BAG FEES APPLY AT EACH CHECK IN LOCATION" />
      <Warning ShortText="CARRY ON ALLOWANCE" />
      <Warning ShortText="NRTHNL HNLNRT-NIL/NH" />
      <Warning ShortText="CARRY ON CHARGES" />
      <Warning ShortText="NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER" />
      <Warning ShortText="ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON" />
      <Warning ShortText="FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/" />
      <Warning ShortText="CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./" />
      <Warning ShortText="MIXED PASSENGER TYPES - VERIFY RESTRICTIONS" />
     </Warnings>
    </ItinTotalFare>
    <PassengerTypeQuantity Quantity="1" Code="INF" />
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" TicketDesignator="IN90" FarePassengerType="INF" FareType="P" FareAmount="279.89" Code="Y2RTA1/IN90" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC001</FreeBaggageAllowance>
    </PTC_FareBreakdown>
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" TicketDesignator="IN90" FarePassengerType="INF" FareType="P" FareAmount="279.89" Code="Y2RTA1/IN90" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC001</FreeBaggageAllowance>
    </PTC_FareBreakdown>
   </AirItineraryPricingInfo>
  </PricedItinerary>
 </PriceQuote>
  </AirPrice>
</CreatePassengerNameRecordRS>

リクエストサンプル

航空会社リファレンス、ステイタス確認に関するタグ設定
旅程予約は、ステイタスコードがHK(コンファーム)になり、かつ航空会社リファレンスを受信して完了と
なります。 下記タグを指定することにより、指定回数・指定ミリ秒毎にPNR状態を更新し、予約ステイタスと
航空会社リファレンスの返却を確認します。
なお、予約ステイタスと航空会社リファレンスの受信は、航空会社によって時間を要する場合があります。
下記タグをご利用の場合であっても、処理後、必ずGetReservationRQでPNRを取得し、予約が正常に完了したことを
ご確認ください。

・航空会社リファレンスに関する設定
 CreatePassengerNameRecordRQ>PostProcessing>WaitForAirlineRecLoc
 推奨値:<WaitForAirlineRecLoc waitInterval="1000" numAttempts="3" />

・ステイタス返却に関する設定
 CreatePassengerNameRecordRQ>PostProcessing>PostBookingHKValidation
 推奨値:<PostBookingHKValidation waitInterval="1000" numAttempts="3" />

 なお、WaitForAirlineRecLocとPostBookingHKValidationを指定時は、下記タグを併用します。
 CreatePassengerNameRecordRQ>PostProcessing>RedisplayReservation
 選択<CreatePassengerNameRecordRQ xmlns="http://services.sabre.com/sp/reservation/v2_4" version="2.4.0" targetCity="xxxx" haltOnAirPriceError="true">
	<TravelItineraryAddInfo>
		<CustomerInfo>
			<ContactNumbers>
				<ContactNumber Phone="03-1234-5678/XXX/TEST" PhoneUseType="A" />
			</ContactNumbers>
			<PersonName Infant="false" NameNumber="1.1" PassengerType="ADT">
				<GivenName>TAROMR</GivenName>
				<Surname>INFINI</Surname>
			</PersonName>
			<PersonName Infant="false" NameNumber="2.1" PassengerType="CNN">
				<GivenName>JIROMSTR</GivenName>
				<Surname>INFINI</Surname>
			</PersonName>
			<PersonName Infant="true" NameNumber="3.1" PassengerType="INF">
				<GivenName>HANAKOMISS</GivenName>
				<Surname>INFINI</Surname>
			</PersonName>
		</CustomerInfo>
	</TravelItineraryAddInfo>
	<AirBook>
		<HaltOnStatus Code="HL" />
		<HaltOnStatus Code="KK" />
		<HaltOnStatus Code="LL" />
		<HaltOnStatus Code="NN" />
		<HaltOnStatus Code="NO" />
		<HaltOnStatus Code="UC" />
		<HaltOnStatus Code="US" />
		<OriginDestinationInformation>
			<FlightSegment DepartureDateTime="2023-12-10T20:25:00" FlightNumber="184" NumberInParty="2" ResBookDesigCode="Y" Status="NN">
				<DestinationLocation LocationCode="HNL" />
				<MarketingAirline Code="NH" FlightNumber="184" />
				<OriginLocation LocationCode="NRT" />
			</FlightSegment>
			<FlightSegment DepartureDateTime="2023-12-20T11:30:00" FlightNumber="183" NumberInParty="2" ResBookDesigCode="Y" Status="NN">
				<DestinationLocation LocationCode="NRT" />
				<MarketingAirline Code="NH" FlightNumber="183" />
				<OriginLocation LocationCode="HNL" />
			</FlightSegment>
		</OriginDestinationInformation>
		<RedisplayReservation NumAttempts="3" WaitInterval="1000" />
	</AirBook>
	<AirPrice>
		<PriceRequestInformation Retain="false">
			<OptionalQualifiers>
				<PricingQualifiers>
					<PassengerType Code="ADT" Quantity="1" />
					<PassengerType Code="CNN" Quantity="1" />
					<PassengerType Code="INF" Quantity="1" />
				</PricingQualifiers>
			</OptionalQualifiers>
		</PriceRequestInformation>
	</AirPrice>
	<SpecialReqDetails>
		<SpecialService>
			<SpecialServiceInfo>
				<AdvancePassenger SegmentNumber="A">
					<Document ExpirationDate="2025-01-01" Number="TK1234567890" Type="P">
						<IssueCountry>JP</IssueCountry>
						<NationalityCountry>JP</NationalityCountry>
					</Document>
					<PersonName DateOfBirth="1990-01-01" Gender="M" NameNumber="1.1">
						<GivenName>TARO</GivenName>
						<Surname>INFINI</Surname>
					</PersonName>
					<VendorPrefs>
						<Airline Hosted="false" />
					</VendorPrefs>
				</AdvancePassenger>
				<AdvancePassenger SegmentNumber="A">
					<Document ExpirationDate="2025-01-01" Number="TK2345678901" Type="P">
						<IssueCountry>JP</IssueCountry>
						<NationalityCountry>JP</NationalityCountry>
					</Document>
					<PersonName DateOfBirth="2014-01-01" Gender="M" NameNumber="2.1">
						<GivenName>JIRO</GivenName>
						<Surname>INFINI</Surname>
					</PersonName>
					<VendorPrefs>
						<Airline Hosted="false" />
					</VendorPrefs>
				</AdvancePassenger>
				<AdvancePassenger SegmentNumber="A">
					<Document ExpirationDate="2025-01-01" Number="TK3456789012" Type="P">
						<IssueCountry>JP</IssueCountry>
						<NationalityCountry>JP</NationalityCountry>
					</Document>
					<PersonName DateOfBirth="2019-01-01" Gender="FI" NameNumber="1.1">
						<GivenName>HANAKO</GivenName>
						<Surname>INFINI</Surname>
					</PersonName>
					<VendorPrefs>
						<Airline Hosted="false" />
					</VendorPrefs>
				</AdvancePassenger>
				<Service SSR_Code="CHLD" SegmentNumber="A">
					<PersonName NameNumber="2.1" />
					<Text>01JAN14</Text>
					<VendorPrefs>
						<Airline Hosted="false" />
					</VendorPrefs>
				</Service>
				<Service SSR_Code="INFT" SegmentNumber="A">
					<PersonName NameNumber="1.1" />
					<Text>INFINI/HANAKOMISS/01JAN19</Text>
					<VendorPrefs>
						<Airline Hosted="false" />
					</VendorPrefs>
				</Service>
				<Service SSR_Code="BBML" SegmentNumber="A">
					<PersonName NameNumber="1.1" />
					<VendorPrefs>
						<Airline Hosted="false" />
					</VendorPrefs>
				</Service>
				<Service SSR_Code="CTCM" SegmentNumber="A">
					<PersonName NameNumber="1.1" />
					<Text>819012345678</Text>
					<VendorPrefs>
						<Airline Hosted="false" />
					</VendorPrefs>
				</Service>
				<Service SSR_Code="CTCE" SegmentNumber="A">
					<PersonName NameNumber="1.1" />
					<Text>TARO//YAHOO.COM</Text>
					<VendorPrefs>
						<Airline Hosted="false" />
					</VendorPrefs>
				</Service>
				<Service SSR_Code="OSI">
					<Text>CTCM 819012345678</Text>
					<VendorPrefs>
						<Airline Code="YY" Hosted="false" />
					</VendorPrefs>
				</Service>
				<Service SSR_Code="OSI">
					<Text>CTCE TARO//YAHOO.COM</Text>
					<VendorPrefs>
						<Airline Code="YY" Hosted="false" />
					</VendorPrefs>
				</Service>
			</SpecialServiceInfo>
		</SpecialService>
	</SpecialReqDetails>
	<PostProcessing>
		<QueuePlace>
			<QueueInfo>
				<QueueIdentifier Number="500" PrefatoryInstructionCode="1" PseudoCityCode="xxxx" />
			</QueueInfo>
		</QueuePlace>
		<EndTransaction>
			<Source ReceivedFrom="TEST" />
		</EndTransaction>
		<PostBookingHKValidation waitInterval="1000" numAttempts="3" />
		<WaitForAirlineRecLoc waitInterval="1000" numAttempts="3" />
		<RedisplayReservation />
	</PostProcessing>
</CreatePassengerNameRecordRQ>

レスポンスサンプル

 選択<CreatePassengerNameRecordRS xmlns="http://services.sabre.com/sp/reservation/v2_4">
  <ApplicationResults xmlns="http://services.sabre.com/STL_Payload/v02_01" xmlns:ns2="http://services.sabre.com/essm/diagnostic/v1" xmlns:ns3="http://services.sabre.com/essm/core/v1" xmlns:ns4="http://opentravel.org/common/v02" xmlns:ns5="http://services.sabre.com/STL_Payload/v02_02" xmlns:ns6="http://opentravel.org/common/message/v02" xmlns:ns7="http://services.sabre.com/sp/ssp/v1" xmlns:ns8="http://services.sabre.com/STL_Header/v02_02" xmlns:ns9="http://services.sabre.com/essm/session/v1" xmlns:ns10="http://services.sabre.com/STL_Header/v120" xmlns:ns11="http://services.sabre.com/STL_Header/v02_01" xmlns:ns12="http://webservices.sabre.com/servicesplatform/eiapi/1.0.0" xmlns:ns13="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00" xmlns:ns14="http://services.sabre.com/sp/preferences/v1" xmlns:ns15="http://services.sabre.com/STL/v01" xmlns:ns16="http://services.sabre.com/ssse/trace/v01" status="Complete">
    <Success timeStamp="2023-09-28T05:06:20.978Z" />
  </ApplicationResults>
  <ItineraryRef ID="DXFNGO" />
  <AirBook>
    <OriginDestinationOption>
  <FlightSegment Status="NN" eTicket="true" DepartureDateTime="12-10T20:25" ArrivalDateTime="12-10T08:25" FlightNumber="0184" NumberInParty="002" ResBookDesigCode="Y">
   <DestinationLocation LocationCode="HNL" />
   <MarketingAirline FlightNumber="0184" Code="NH" />
   <OriginLocation LocationCode="NRT" />
  </FlightSegment>
  <FlightSegment Status="NN" eTicket="true" DepartureDateTime="12-20T11:30" ArrivalDateTime="12-21T15:45" FlightNumber="0183" NumberInParty="002" ResBookDesigCode="Y">
   <DestinationLocation LocationCode="NRT" />
   <MarketingAirline FlightNumber="0183" Code="NH" />
   <OriginLocation LocationCode="HNL" />
  </FlightSegment>
 </OriginDestinationOption>
  </AirBook>
  <AirPrice>
    <PriceQuote>
  <MiscInformation>
   <BaggageInfo>
    <SubCodeProperties RPH="1" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <CommercialNameofBaggageItemType>UPTO100LB 45KG BAGGAGE</CommercialNameofBaggageItemType>
     <DescriptionOne Code="45">
      <Text>UP TO 100 POUNDS/45 KILOGRAMS</Text>
     </DescriptionOne>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0C9ACNH</ExtendedSubCodeKey>
     <SizeWeightInfo>
      <MaximumWeightInAlternate Units="K">45</MaximumWeightInAlternate>
      <MaximumWeight Units="L">100</MaximumWeight>
     </SizeWeightInfo>
    </SubCodeProperties>
    <SubCodeProperties RPH="2" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <CommercialNameofBaggageItemType>FREE BAGGAGE ALLOWANCE</CommercialNameofBaggageItemType>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0DFAANH</ExtendedSubCodeKey>
    </SubCodeProperties>
    <SubCodeProperties RPH="3" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <CommercialNameofBaggageItemType>UPTO50LB 23KG AND62LI 158LCM</CommercialNameofBaggageItemType>
     <DescriptionOne Code="23">
      <Text>UP TO 50 POUNDS/23 KILOGRAMS</Text>
     </DescriptionOne>
     <DescriptionTwo Code="6U">
      <Text>UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS</Text>
     </DescriptionTwo>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0GOACNH</ExtendedSubCodeKey>
     <SizeWeightInfo>
      <MaximumSizeInAlternate Units="C">158</MaximumSizeInAlternate>
      <MaximumSize Units="I">62</MaximumSize>
      <MaximumWeightInAlternate Units="K">23</MaximumWeightInAlternate>
      <MaximumWeight Units="L">50</MaximumWeight>
     </SizeWeightInfo>
    </SubCodeProperties>
    <SubCodeProperties RPH="4" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <AncillaryService SubGroupCode="CY">
      <Text>CARRY ON HAND BAGGAGE</Text>
     </AncillaryService>
     <CommercialNameofBaggageItemType>CARRYON HAND BAGGAGE ALLOWANCE</CommercialNameofBaggageItemType>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0LNABNH</ExtendedSubCodeKey>
    </SubCodeProperties>
    <SubCodeProperties RPH="5" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <AncillaryService SubGroupCode="CY">
      <Text>CARRY ON HAND BAGGAGE</Text>
     </AncillaryService>
     <CommercialNameofBaggageItemType>CARRY10KG 22LBUPTO 45LI 115LCM</CommercialNameofBaggageItemType>
     <DescriptionOne Code="10">
      <Text>UP TO 22 POUNDS/10 KILOGRAMS</Text>
     </DescriptionOne>
     <DescriptionTwo Code="4U">
      <Text>UP TO 45 LINEAR INCHES/115 LINEAR CENTIMETERS</Text>
     </DescriptionTwo>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0MJACNH</ExtendedSubCodeKey>
     <SizeWeightInfo>
      <MaximumSizeInAlternate Units="C">115</MaximumSizeInAlternate>
      <MaximumSize Units="I">45</MaximumSize>
      <MaximumWeightInAlternate Units="K">10</MaximumWeightInAlternate>
      <MaximumWeight Units="L">22</MaximumWeight>
     </SizeWeightInfo>
    </SubCodeProperties>
   </BaggageInfo>
   <HeaderInformation SolutionSequenceNmbr="1">
    <DepartureDate>2023-12-10</DepartureDate>
    <LastTicketingDate>10-12T23:59</LastTicketingDate>
    <Text>VALIDATING CARRIER - NH</Text>
    <Text>BAG ALLOWANCE     -NRTHNL-02P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>BAG ALLOWANCE     -HNLNRT-02P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>CARRY ON ALLOWANCE</Text>
    <Text>NRTHNL HNLNRT-01P/NH</Text>
    <Text>01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES</Text>
    <Text>/115 LINEAR CENTIMETERS</Text>
    <Text>CARRY ON CHARGES</Text>
    <Text>NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
    <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
    <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
    <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
    <Text>EACH CNN REQUIRES ACCOMPANYING SAME CABIN ADT</Text>
    <Text>VALIDATING CARRIER - NH</Text>
    <Text>BAG ALLOWANCE     -NRTHNL-02P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>BAG ALLOWANCE     -HNLNRT-02P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>CARRY ON ALLOWANCE</Text>
    <Text>NRTHNL HNLNRT-01P/NH</Text>
    <Text>01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES</Text>
    <Text>/115 LINEAR CENTIMETERS</Text>
    <Text>CARRY ON CHARGES</Text>
    <Text>NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
    <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
    <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
    <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
    <Text>REQUIRES ACCOMPANYING ADT PASSENGER</Text>
    <Text>EACH INF REQUIRES ACCOMPANYING ADT PASSENGER</Text>
    <Text>VALIDATING CARRIER - NH</Text>
    <Text>BAG ALLOWANCE     -NRTHNL-01P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>2NDCHECKED BAG FEE-NRTHNL-JPY20000/NH/UP TO 100 POUNDS/45</Text>
    <Text>KILOGRAMS**</Text>
    <Text>BAG ALLOWANCE     -HNLNRT-01P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>2NDCHECKED BAG FEE-HNLNRT-JPY20000/NH/UP TO 100 POUNDS/45</Text>
    <Text>KILOGRAMS**</Text>
    <Text>**BAG FEES APPLY AT EACH CHECK IN LOCATION</Text>
    <Text>CARRY ON ALLOWANCE</Text>
    <Text>NRTHNL HNLNRT-NIL/NH</Text>
    <Text>CARRY ON CHARGES</Text>
    <Text>NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
    <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
    <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
    <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
    <Text>ELECTRONIC TICKETING NOT VALID FOR INFANTS</Text>
    <Text>10DEC DEPARTURE DATE-----LAST DAY TO PURCHASE 12OCT/2359</Text>
    <ValidatingCarrier Code="NH" />
   </HeaderInformation>
   <SolutionInformation SolutionSequenceNmbr="1">
    <BaseFareCurrencyCode>JPY</BaseFareCurrencyCode>
    <CurrencyCode>JPY</CurrencyCode>
    <GrandTotalEquivFareAmount>1478200</GrandTotalEquivFareAmount>
    <GrandTotalTaxes>103810</GrandTotalTaxes>
    <RequiresRebook>false</RequiresRebook>
    <TicketNumber>0</TicketNumber>
    <TotalAmount>1582010</TotalAmount>
   </SolutionInformation>
   <ValidatingCarrier NewValidatingProcess="true" SolutionSequenceNmbr="1">
    <SettlementMethod>BSP</SettlementMethod>
    <Ticket Type="ETKTREQ" ValidatingCarrierType="Default" CarrierCode="NH" />
   </ValidatingCarrier>
  </MiscInformation>
  <PricedItinerary CurrencyCode="JPY" AlternativePricing="false" MultiTicket="false" TotalAmount="1582010">
   <AirItineraryPricingInfo SolutionSequenceNmbr="1">
    <BaggageProvisions RPH="1">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2023-12-10</DepartureDate>
      <DestinationLocation LocationCode="HNL" RPH="1" />
      <FlightNumber RPH="1">184</FlightNumber>
      <OriginLocation LocationCode="NRT" RPH="1" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>2</NumPiecesBDI>
     <NumPiecesITR>2</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="2">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2023-12-20</DepartureDate>
      <DestinationLocation LocationCode="NRT" RPH="1" />
      <FlightNumber RPH="1">183</FlightNumber>
      <OriginLocation LocationCode="HNL" RPH="1" />
      <PNR_Segment RPH="1">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>2</NumPiecesBDI>
     <NumPiecesITR>2</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="3">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CarrierCode RPH="2">NH</CarrierCode>
      <CountForSegmentAssociatedID>2</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2023-12-10</DepartureDate>
      <DepartureDate RPH="2">2023-12-20</DepartureDate>
      <DestinationLocation LocationCode="HNL" RPH="1" />
      <DestinationLocation LocationCode="NRT" RPH="2" />
      <FlightNumber RPH="1">184</FlightNumber>
      <FlightNumber RPH="2">183</FlightNumber>
      <OriginLocation LocationCode="NRT" RPH="1" />
      <OriginLocation LocationCode="HNL" RPH="2" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <PNR_Segment RPH="2">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <ResBookDesigCode RPH="2">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
      <StatusCode RPH="2">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>1</NumPiecesBDI>
     <NumPiecesITR>1</NumPiecesITR>
     <ProvisionType>B</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0MJACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0LNABNH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <FareCalculation>
     <Text>TYO NH HNL2798.99NH TYO2798.99NUC5597.98END ROE142.729597</Text>
    </FareCalculation>
    <FareCalculationBreakdown>
     <Branch PCC="xxxx" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="TYO" AirportCode="NRT" ArrivalCityCode="HNL" GenericInd="O" ArrivalAirportCode="HNL" />
     <FareBasis FilingCarrier="NH" FarePassengerType="ADT" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="2798.99" Code="Y2RTA1" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <Mileage MileageSymbol="M" />
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>11</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>15</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
    </FareCalculationBreakdown>
    <FareCalculationBreakdown>
     <Branch PCC="xxxx" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="HNL" AirportCode="HNL" ArrivalCityCode="TYO" GenericInd="O" ArrivalAirportCode="NRT" />
     <FareBasis FilingCarrier="NH" FarePassengerType="ADT" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="2798.99" Code="Y2RTA1" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <Mileage MileageSymbol="M" />
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>11</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>15</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
    </FareCalculationBreakdown>
    <ItinTotalFare NonRefundableInd="O">
     <BaggageInfo>
      <US_DOT_Disclosure>
       <Text>BAG ALLOWANCE     -NRTHNL-02P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>BAG ALLOWANCE     -HNLNRT-02P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>CARRY ON ALLOWANCE</Text>
       <Text>NRTHNL HNLNRT-01P/NH</Text>
       <Text>01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES</Text>
       <Text>/115 LINEAR CENTIMETERS</Text>
       <Text>CARRY ON CHARGES</Text>
       <Text>NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
       <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
       <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
       <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
      </US_DOT_Disclosure>
     </BaggageInfo>
     <BaseFare CurrencyCode="JPY" Amount="799000" />
     <Construction CurrencyCode="NUC" RateOfExchange="142.729597" Amount="5597.98" />
     <Taxes TotalAmount="47240">
      <Tax TaxCode="SW" Amount="2460" TaxName="PASSENGER SERVICE FACILITIES C" TicketingTaxCode="SW" />
      <Tax TaxCode="OI" Amount="550" TaxName="PASSENGER SECURITY SERVICE CHA" TicketingTaxCode="OI" />
      <Tax TaxCode="US2" Amount="6300" TaxName="TRANSPORTATION TAX INTERNATION" TicketingTaxCode="US" />
      <Tax TaxCode="YC" Amount="980" TaxName="CUSTOMS USER FEE" TicketingTaxCode="YC" />
      <Tax TaxCode="XY2" Amount="1050" TaxName="IMMIGRATION USER FEE" TicketingTaxCode="XY" />
      <Tax TaxCode="XA" Amount="580" TaxName="APHIS PASSENGER FEE PASSENGERS" TicketingTaxCode="XA" />
      <Tax TaxCode="AY" Amount="840" TaxName="PASSENGER CIVIL AVIATION SECUR" TicketingTaxCode="AY" />
      <Tax TaxCode="YQF" Amount="32800" TaxName="SERVICE FEE - CARRIER-IMPOSED" TicketingTaxCode="YQ" />
      <Tax TaxCode="TK" Amount="1000" TaxName="INTERNATIONAL TOURIST TAX" TicketingTaxCode="TK" />
      <Tax TaxCode="XF" Amount="680" TaxName="PASSENGER FACILITY CHARGE" TicketingTaxCode="XF" />
     </Taxes>
     <TotalFare CurrencyCode="JPY" Amount="846240" />
     <Warnings>
      <Warning ShortText="BAG ALLOWANCE     -NRTHNL-02P/NH/EACH PIECE UP TO 50 POUND" />
      <Warning ShortText="S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI" />
      <Warning ShortText="METERS" />
      <Warning ShortText="BAG ALLOWANCE     -HNLNRT-02P/NH/EACH PIECE UP TO 50 POUND" />
      <Warning ShortText="S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI" />
      <Warning ShortText="METERS" />
      <Warning ShortText="CARRY ON ALLOWANCE" />
      <Warning ShortText="NRTHNL HNLNRT-01P/NH" />
      <Warning ShortText="01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES" />
      <Warning ShortText="/115 LINEAR CENTIMETERS" />
      <Warning ShortText="CARRY ON CHARGES" />
      <Warning ShortText="NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER" />
      <Warning ShortText="ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON" />
      <Warning ShortText="FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/" />
      <Warning ShortText="CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./" />
      <Warning ShortText="MIXED PASSENGER TYPES - VERIFY RESTRICTIONS" />
     </Warnings>
    </ItinTotalFare>
    <PassengerTypeQuantity Quantity="1" Code="ADT" />
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" FarePassengerType="ADT" FareType="P" FareAmount="2798.99" Code="Y2RTA1" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
    </PTC_FareBreakdown>
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" FarePassengerType="ADT" FareType="P" FareAmount="2798.99" Code="Y2RTA1" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
    </PTC_FareBreakdown>
   </AirItineraryPricingInfo>
   <AirItineraryPricingInfo SolutionSequenceNmbr="1">
    <BaggageProvisions RPH="1">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2023-12-10</DepartureDate>
      <DestinationLocation LocationCode="HNL" RPH="1" />
      <FlightNumber RPH="1">184</FlightNumber>
      <OriginLocation LocationCode="NRT" RPH="1" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>2</NumPiecesBDI>
     <NumPiecesITR>2</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="2">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2023-12-20</DepartureDate>
      <DestinationLocation LocationCode="NRT" RPH="1" />
      <FlightNumber RPH="1">183</FlightNumber>
      <OriginLocation LocationCode="HNL" RPH="1" />
      <PNR_Segment RPH="1">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>2</NumPiecesBDI>
     <NumPiecesITR>2</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="3">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CarrierCode RPH="2">NH</CarrierCode>
      <CountForSegmentAssociatedID>2</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2023-12-10</DepartureDate>
      <DepartureDate RPH="2">2023-12-20</DepartureDate>
      <DestinationLocation LocationCode="HNL" RPH="1" />
      <DestinationLocation LocationCode="NRT" RPH="2" />
      <FlightNumber RPH="1">184</FlightNumber>
      <FlightNumber RPH="2">183</FlightNumber>
      <OriginLocation LocationCode="NRT" RPH="1" />
      <OriginLocation LocationCode="HNL" RPH="2" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <PNR_Segment RPH="2">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <ResBookDesigCode RPH="2">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
      <StatusCode RPH="2">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>1</NumPiecesBDI>
     <NumPiecesITR>1</NumPiecesITR>
     <ProvisionType>B</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0MJACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0LNABNH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <FareCalculation>
     <Text>TYO NH HNL2099.24NH TYO2099.24NUC4198.48END ROE142.729597</Text>
    </FareCalculation>
    <FareCalculationBreakdown>
     <Branch PCC="xxxx" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="TYO" AirportCode="NRT" ArrivalCityCode="HNL" GenericInd="O" ArrivalAirportCode="HNL" />
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="CNN" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="2099.24" Code="Y2RTA1/CH25" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <Mileage MileageSymbol="M" />
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>11</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>15</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
     <RuleCategoryIndicator>19</RuleCategoryIndicator>
    </FareCalculationBreakdown>
    <FareCalculationBreakdown>
     <Branch PCC="xxxx" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="HNL" AirportCode="HNL" ArrivalCityCode="TYO" GenericInd="O" ArrivalAirportCode="NRT" />
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="CNN" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="2099.24" Code="Y2RTA1/CH25" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <Mileage MileageSymbol="M" />
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>11</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>15</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
     <RuleCategoryIndicator>19</RuleCategoryIndicator>
    </FareCalculationBreakdown>
    <ItinTotalFare NonRefundableInd="O">
     <BaggageInfo>
      <US_DOT_Disclosure>
       <Text>BAG ALLOWANCE     -NRTHNL-02P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>BAG ALLOWANCE     -HNLNRT-02P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>CARRY ON ALLOWANCE</Text>
       <Text>NRTHNL HNLNRT-01P/NH</Text>
       <Text>01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES</Text>
       <Text>/115 LINEAR CENTIMETERS</Text>
       <Text>CARRY ON CHARGES</Text>
       <Text>NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
       <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
       <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
       <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
      </US_DOT_Disclosure>
     </BaggageInfo>
     <BaseFare CurrencyCode="JPY" Amount="599300" />
     <Construction CurrencyCode="NUC" RateOfExchange="142.729597" Amount="4198.48" />
     <Taxes TotalAmount="46020">
      <Tax TaxCode="SW" Amount="1240" TaxName="PASSENGER SERVICE FACILITIES C" TicketingTaxCode="SW" />
      <Tax TaxCode="OI" Amount="550" TaxName="PASSENGER SECURITY SERVICE CHA" TicketingTaxCode="OI" />
      <Tax TaxCode="US2" Amount="6300" TaxName="TRANSPORTATION TAX INTERNATION" TicketingTaxCode="US" />
      <Tax TaxCode="YC" Amount="980" TaxName="CUSTOMS USER FEE" TicketingTaxCode="YC" />
      <Tax TaxCode="XY2" Amount="1050" TaxName="IMMIGRATION USER FEE" TicketingTaxCode="XY" />
      <Tax TaxCode="XA" Amount="580" TaxName="APHIS PASSENGER FEE PASSENGERS" TicketingTaxCode="XA" />
      <Tax TaxCode="AY" Amount="840" TaxName="PASSENGER CIVIL AVIATION SECUR" TicketingTaxCode="AY" />
      <Tax TaxCode="YQF" Amount="32800" TaxName="SERVICE FEE - CARRIER-IMPOSED" TicketingTaxCode="YQ" />
      <Tax TaxCode="TK" Amount="1000" TaxName="INTERNATIONAL TOURIST TAX" TicketingTaxCode="TK" />
      <Tax TaxCode="XF" Amount="680" TaxName="PASSENGER FACILITY CHARGE" TicketingTaxCode="XF" />
     </Taxes>
     <TotalFare CurrencyCode="JPY" Amount="645320" />
     <Warnings>
      <Warning ShortText="BAG ALLOWANCE     -NRTHNL-02P/NH/EACH PIECE UP TO 50 POUND" />
      <Warning ShortText="S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI" />
      <Warning ShortText="METERS" />
      <Warning ShortText="BAG ALLOWANCE     -HNLNRT-02P/NH/EACH PIECE UP TO 50 POUND" />
      <Warning ShortText="S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI" />
      <Warning ShortText="METERS" />
      <Warning ShortText="CARRY ON ALLOWANCE" />
      <Warning ShortText="NRTHNL HNLNRT-01P/NH" />
      <Warning ShortText="01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES" />
      <Warning ShortText="/115 LINEAR CENTIMETERS" />
      <Warning ShortText="CARRY ON CHARGES" />
      <Warning ShortText="NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER" />
      <Warning ShortText="ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON" />
      <Warning ShortText="FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/" />
      <Warning ShortText="CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./" />
      <Warning ShortText="MIXED PASSENGER TYPES - VERIFY RESTRICTIONS" />
     </Warnings>
    </ItinTotalFare>
    <PassengerTypeQuantity Quantity="1" Code="CNN" />
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="CNN" FareType="P" FareAmount="2099.24" Code="Y2RTA1/CH25" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
    </PTC_FareBreakdown>
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="CNN" FareType="P" FareAmount="2099.24" Code="Y2RTA1/CH25" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
    </PTC_FareBreakdown>
   </AirItineraryPricingInfo>
   <AirItineraryPricingInfo SolutionSequenceNmbr="1">
    <BaggageProvisions RPH="1">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2023-12-10</DepartureDate>
      <DestinationLocation LocationCode="HNL" RPH="1" />
      <FlightNumber RPH="1">184</FlightNumber>
      <OriginLocation LocationCode="NRT" RPH="1" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>1</NumPiecesBDI>
     <NumPiecesITR>1</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="2">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2023-12-10</DepartureDate>
      <DestinationLocation LocationCode="HNL" RPH="1" />
      <FlightNumber RPH="1">184</FlightNumber>
      <OriginLocation LocationCode="NRT" RPH="1" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <Commissionable>N</Commissionable>
     <FeeApplicationIndicator>3</FeeApplicationIndicator>
     <FeeNotGuaranteedIndicator>N</FeeNotGuaranteedIndicator>
     <Interlineable>Y</Interlineable>
     <PassengerType Code="INF" />
     <PriceInformation>
      <Base CurrencyCode="JPY" Amount="20000" />
      <Equiv CurrencyCode="JPY" Amount="20000" />
      <TaxIndicator>X</TaxIndicator>
      <Total>20000</Total>
     </PriceInformation>
     <ProvisionType>C</ProvisionType>
     <RefundReissue>N</RefundReissue>
     <SubCodeInfo>
      <SubCodeForChargesOthers>0C9ACNH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="3">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2023-12-20</DepartureDate>
      <DestinationLocation LocationCode="NRT" RPH="1" />
      <FlightNumber RPH="1">183</FlightNumber>
      <OriginLocation LocationCode="HNL" RPH="1" />
      <PNR_Segment RPH="1">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>1</NumPiecesBDI>
     <NumPiecesITR>1</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="4">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2023-12-20</DepartureDate>
      <DestinationLocation LocationCode="NRT" RPH="1" />
      <FlightNumber RPH="1">183</FlightNumber>
      <OriginLocation LocationCode="HNL" RPH="1" />
      <PNR_Segment RPH="1">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <Commissionable>N</Commissionable>
     <FeeApplicationIndicator>3</FeeApplicationIndicator>
     <FeeNotGuaranteedIndicator>N</FeeNotGuaranteedIndicator>
     <Interlineable>Y</Interlineable>
     <PassengerType Code="INF" />
     <PriceInformation>
      <Base CurrencyCode="JPY" Amount="20000" />
      <Equiv CurrencyCode="JPY" Amount="20000" />
      <TaxIndicator>X</TaxIndicator>
      <Total>20000</Total>
     </PriceInformation>
     <ProvisionType>C</ProvisionType>
     <RefundReissue>N</RefundReissue>
     <SubCodeInfo>
      <SubCodeForChargesOthers>0C9ACNH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="5">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CarrierCode RPH="2">NH</CarrierCode>
      <CountForSegmentAssociatedID>2</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2023-12-10</DepartureDate>
      <DepartureDate RPH="2">2023-12-20</DepartureDate>
      <DestinationLocation LocationCode="HNL" RPH="1" />
      <DestinationLocation LocationCode="NRT" RPH="2" />
      <FlightNumber RPH="1">184</FlightNumber>
      <FlightNumber RPH="2">183</FlightNumber>
      <OriginLocation LocationCode="NRT" RPH="1" />
      <OriginLocation LocationCode="HNL" RPH="2" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <PNR_Segment RPH="2">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <ResBookDesigCode RPH="2">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
      <StatusCode RPH="2">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>0</NumPiecesBDI>
     <ProvisionType>B</ProvisionType>
     <SubCodeInfo>
      <SubCodeForChargesOthers>0LNABNH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <FareCalculation>
     <Text>TYO NH HNL279.89NH TYO279.89NUC559.78END ROE142.729597</Text>
    </FareCalculation>
    <FareCalculationBreakdown>
     <Branch PCC="xxxx" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="TYO" AirportCode="NRT" ArrivalCityCode="HNL" GenericInd="O" ArrivalAirportCode="HNL" />
     <FareBasis FilingCarrier="NH" TicketDesignator="IN90" FarePassengerType="INF" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="279.89" Code="Y2RTA1/IN90" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC001</FreeBaggageAllowance>
     <Mileage MileageSymbol="M" />
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>11</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>15</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
     <RuleCategoryIndicator>19</RuleCategoryIndicator>
    </FareCalculationBreakdown>
    <FareCalculationBreakdown>
     <Branch PCC="xxxx" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="HNL" AirportCode="HNL" ArrivalCityCode="TYO" GenericInd="O" ArrivalAirportCode="NRT" />
     <FareBasis FilingCarrier="NH" TicketDesignator="IN90" FarePassengerType="INF" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="279.89" Code="Y2RTA1/IN90" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC001</FreeBaggageAllowance>
     <Mileage MileageSymbol="M" />
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>11</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>15</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
     <RuleCategoryIndicator>19</RuleCategoryIndicator>
    </FareCalculationBreakdown>
    <ItinTotalFare NonRefundableInd="O">
     <BaggageInfo>
      <US_DOT_Disclosure>
       <Text>BAG ALLOWANCE     -NRTHNL-01P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>2NDCHECKED BAG FEE-NRTHNL-JPY20000/NH/UP TO 100 POUNDS/45</Text>
       <Text>KILOGRAMS**</Text>
       <Text>BAG ALLOWANCE     -HNLNRT-01P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>2NDCHECKED BAG FEE-HNLNRT-JPY20000/NH/UP TO 100 POUNDS/45</Text>
       <Text>KILOGRAMS**</Text>
       <Text>**BAG FEES APPLY AT EACH CHECK IN LOCATION</Text>
       <Text>CARRY ON ALLOWANCE</Text>
       <Text>NRTHNL HNLNRT-NIL/NH</Text>
       <Text>CARRY ON CHARGES</Text>
       <Text>NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
       <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
       <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
       <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
      </US_DOT_Disclosure>
     </BaggageInfo>
     <BaseFare CurrencyCode="JPY" Amount="79900" />
     <Construction CurrencyCode="NUC" RateOfExchange="142.729597" Amount="559.78" />
     <Taxes TotalAmount="10550">
      <Tax TaxCode="US2" Amount="6300" TaxName="TRANSPORTATION TAX INTERNATION" TicketingTaxCode="US" />
      <Tax TaxCode="YC" Amount="980" TaxName="CUSTOMS USER FEE" TicketingTaxCode="YC" />
      <Tax TaxCode="XY2" Amount="1050" TaxName="IMMIGRATION USER FEE" TicketingTaxCode="XY" />
      <Tax TaxCode="XA" Amount="580" TaxName="APHIS PASSENGER FEE PASSENGERS" TicketingTaxCode="XA" />
      <Tax TaxCode="AY" Amount="840" TaxName="PASSENGER CIVIL AVIATION SECUR" TicketingTaxCode="AY" />
      <Tax TaxCode="YQI" Amount="800" TaxName="SERVICE FEE - CARRIER-IMPOSED" TicketingTaxCode="YQ" />
     </Taxes>
     <TotalFare CurrencyCode="JPY" Amount="90450" />
     <Warnings>
      <Warning ShortText="BAG ALLOWANCE     -NRTHNL-01P/NH/EACH PIECE UP TO 50 POUND" />
      <Warning ShortText="S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI" />
      <Warning ShortText="METERS" />
      <Warning ShortText="2NDCHECKED BAG FEE-NRTHNL-JPY20000/NH/UP TO 100 POUNDS/45" />
      <Warning ShortText="KILOGRAMS**" />
      <Warning ShortText="BAG ALLOWANCE     -HNLNRT-01P/NH/EACH PIECE UP TO 50 POUND" />
      <Warning ShortText="S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI" />
      <Warning ShortText="METERS" />
      <Warning ShortText="2NDCHECKED BAG FEE-HNLNRT-JPY20000/NH/UP TO 100 POUNDS/45" />
      <Warning ShortText="KILOGRAMS**" />
      <Warning ShortText="**BAG FEES APPLY AT EACH CHECK IN LOCATION" />
      <Warning ShortText="CARRY ON ALLOWANCE" />
      <Warning ShortText="NRTHNL HNLNRT-NIL/NH" />
      <Warning ShortText="CARRY ON CHARGES" />
      <Warning ShortText="NRTHNL HNLNRT-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER" />
      <Warning ShortText="ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON" />
      <Warning ShortText="FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/" />
      <Warning ShortText="CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./" />
      <Warning ShortText="MIXED PASSENGER TYPES - VERIFY RESTRICTIONS" />
     </Warnings>
    </ItinTotalFare>
    <PassengerTypeQuantity Quantity="1" Code="INF" />
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" TicketDesignator="IN90" FarePassengerType="INF" FareType="P" FareAmount="279.89" Code="Y2RTA1/IN90" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC001</FreeBaggageAllowance>
    </PTC_FareBreakdown>
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" TicketDesignator="IN90" FarePassengerType="INF" FareType="P" FareAmount="279.89" Code="Y2RTA1/IN90" GlobalInd="PA" Market="TYOHNL" />
     <FreeBaggageAllowance>PC001</FreeBaggageAllowance>
    </PTC_FareBreakdown>
   </AirItineraryPricingInfo>
  </PricedItinerary>
 </PriceQuote>
  </AirPrice>
</CreatePassengerNameRecordRS>

リクエストサンプル

旅客種別 小児年齢指定の運賃計算について
小児運賃(CNN・INN等)を自動運賃計算する場合、運賃は【2歳】TAXは【3歳】と見なして、運賃・TAX額を算出しています。
昨今、小児の年齢によって徴収額が異なるTAXが増えてきておりますが、年齢指定による旅客種別を指定いただくことで、年齢に該当する運賃額・TAX額にて計算することができます。
正しい金額にて運賃計算をするためには、小児の年齢指定を推奨いたします。
 
 選択<CreatePassengerNameRecordRQ xmlns="http://services.sabre.com/sp/reservation/v2_4" version="2.4.0" haltOnAirPriceError="false">
  <TravelItineraryAddInfo>
    <CustomerInfo>
      <ContactNumbers>
        <ContactNumber NameNumber="1.1" Phone="03-1234-5678" PhoneUseType="H" />
      </ContactNumbers>
      <PersonName NameNumber="1.1" PassengerType="ADT">
        <GivenName>ICHIRO</GivenName>
        <Surname>TAKESHITA</Surname>
      </PersonName>
      <PersonName NameNumber="2.1" PassengerType="ADT">
        <GivenName>NIKO</GivenName>
        <Surname>TAKESHITA</Surname>
      </PersonName>
      <PersonName NameNumber="3.1" PassengerType="C06">
        <GivenName>ROKUSAI</GivenName>
        <Surname>TAKESHITA</Surname>
      </PersonName>
      <PersonName NameNumber="4.1" PassengerType="C03">
        <GivenName>SANSAI</GivenName>
        <Surname>TAKESHITA</Surname>
      </PersonName>
      <PersonName Infant="false" NameNumber="5.1" PassengerType="INS">
        <GivenName>SEKIARI</GivenName>
        <Surname>TAKESHITA</Surname>
      </PersonName>
      <PersonName Infant="true" NameNumber="6.1" PassengerType="INF">
        <GivenName>SEKINASHI</GivenName>
        <Surname>TAKESHITA</Surname>
      </PersonName>
    </CustomerInfo>
  </TravelItineraryAddInfo>
  <AirBook>
    <RetryRebook Option="true" />
    <OriginDestinationInformation>
      <FlightSegment ArrivalDateTime="2024-04-25T19:15" DepartureDateTime="2024-04-25T11:05" FlightNumber="842" NumberInParty="5" ResBookDesigCode="Y" Status="NN">
        <DestinationLocation LocationCode="HND" />
        <MarketingAirline Code="NH" FlightNumber="842" />
        <OriginLocation LocationCode="SIN" />
      </FlightSegment>
      <FlightSegment ArrivalDateTime="2024-04-28T17:15" DepartureDateTime="2024-04-28T11:05" FlightNumber="841" NumberInParty="5" ResBookDesigCode="Y" Status="NN">
        <DestinationLocation LocationCode="SIN" />
        <MarketingAirline Code="NH" FlightNumber="841" />
        <OriginLocation LocationCode="HND" />
      </FlightSegment>
    </OriginDestinationInformation>
  </AirBook>
  <AirPrice>
    <PriceComparison AmountSpecified="2250">
      <AcceptablePriceDecrease HaltOnNonAcceptablePrice="true">
        <Amount>250</Amount>
      </AcceptablePriceDecrease>
    </PriceComparison>
    <PriceRequestInformation Retain="true">
      <OptionalQualifiers>
        <PricingQualifiers>
          <NameSelect EndNameNumber="2.1" NameNumber="1.1" />
        </PricingQualifiers>
      </OptionalQualifiers>
    </PriceRequestInformation>
  </AirPrice>
  <AirPrice>
    <PriceComparison AmountSpecified="2250">
      <AcceptablePriceDecrease HaltOnNonAcceptablePrice="true">
        <Amount>250</Amount>
      </AcceptablePriceDecrease>
    </PriceComparison>
    <PriceRequestInformation Retain="true">
      <OptionalQualifiers>
        <PricingQualifiers>
          <NameSelect NameNumber="3.1" />
        </PricingQualifiers>
      </OptionalQualifiers>
    </PriceRequestInformation>
  </AirPrice>
  <AirPrice>
    <PriceComparison AmountSpecified="2250">
      <AcceptablePriceDecrease HaltOnNonAcceptablePrice="true">
        <Amount>250</Amount>
      </AcceptablePriceDecrease>
    </PriceComparison>
    <PriceRequestInformation Retain="true">
      <OptionalQualifiers>
        <PricingQualifiers>
          <NameSelect NameNumber="4.1" />
        </PricingQualifiers>
      </OptionalQualifiers>
    </PriceRequestInformation>
  </AirPrice>
  <AirPrice>
    <PriceComparison AmountSpecified="2250">
      <AcceptablePriceDecrease HaltOnNonAcceptablePrice="true">
        <Amount>250</Amount>
      </AcceptablePriceDecrease>
    </PriceComparison>
    <PriceRequestInformation Retain="true">
      <OptionalQualifiers>
        <PricingQualifiers>
          <NameSelect NameNumber="5.1" />
        </PricingQualifiers>
      </OptionalQualifiers>
    </PriceRequestInformation>
  </AirPrice>
  <AirPrice>
    <PriceComparison AmountSpecified="2250">
      <AcceptablePriceDecrease HaltOnNonAcceptablePrice="true">
        <Amount>250</Amount>
      </AcceptablePriceDecrease>
    </PriceComparison>
    <PriceRequestInformation Retain="true">
      <OptionalQualifiers>
        <PricingQualifiers>
          <NameSelect NameNumber="6.1" />
        </PricingQualifiers>
      </OptionalQualifiers>
    </PriceRequestInformation>
  </AirPrice>
  <SpecialReqDetails>
    <AddRemark>
      <RemarkInfo>
        <Remark Code="H" SegmentNumber="1" Type="Historical">
          <Text>TEST REMARKS111</Text>
        </Remark>
      </RemarkInfo>
    </AddRemark>
  </SpecialReqDetails>
  <PostProcessing>
    <EndTransaction>
      <Source ReceivedFrom="MT" />
    </EndTransaction>
    <RedisplayReservation />
  </PostProcessing>
</CreatePassengerNameRecordRQ>

レスポンスサンプル

 選択<CreatePassengerNameRecordRS xmlns="http://services.sabre.com/sp/reservation/v2_4">
  <ApplicationResults xmlns="http://services.sabre.com/STL_Payload/v02_01" xmlns:ns2="http://services.sabre.com/essm/diagnostic/v1" xmlns:ns3="http://services.sabre.com/essm/core/v1" xmlns:ns4="http://services.sabre.com/STL_Payload/v02_02" xmlns:ns5="http://opentravel.org/common/message/v02" xmlns:ns6="http://opentravel.org/common/v02" xmlns:ns7="http://services.sabre.com/sp/ssp/v1" xmlns:ns8="http://services.sabre.com/STL_Header/v02_02" xmlns:ns9="http://services.sabre.com/STL_Header/v120" xmlns:ns10="http://services.sabre.com/essm/session/v1" xmlns:ns11="http://services.sabre.com/STL_Header/v02_01" xmlns:ns12="http://webservices.sabre.com/servicesplatform/eiapi/1.0.0" xmlns:ns13="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00" xmlns:ns14="http://services.sabre.com/sp/preferences/v1" xmlns:ns15="http://services.sabre.com/STL/v01" xmlns:ns16="http://services.sabre.com/ssse/trace/v01" status="Complete">
    <Success timeStamp="2024-04-11T04:42:08.965Z" />
    <Warning timeStamp="2024-04-11T04:42:07.861Z" type="BusinessLogic">
      <SystemSpecificResults>
        <Message code="WARN.SWS.HOST.ERROR_IN_RESPONSE">EndTransactionLLSRQ: INFANT DETAILS REQUIRED IN SSR - ENTER 3INFT/...</Message>
      </SystemSpecificResults>
    </Warning>
  </ApplicationResults>
  <ItineraryRef ID="RQGZWM" />
  <AirBook>
    <OriginDestinationOption>
  <FlightSegment Status="NN" eTicket="true" DepartureDateTime="04-25T11:05" ArrivalDateTime="04-25T19:15" FlightNumber="0842" NumberInParty="005" ResBookDesigCode="Y">
   <DestinationLocation LocationCode="HND" />
   <MarketingAirline FlightNumber="0842" Code="NH" />
   <OriginLocation LocationCode="SIN" />
  </FlightSegment>
  <FlightSegment Status="NN" eTicket="true" DepartureDateTime="04-28T10:55" ArrivalDateTime="04-28T17:15" FlightNumber="0841" NumberInParty="005" ResBookDesigCode="Y">
   <DestinationLocation LocationCode="SIN" />
   <MarketingAirline FlightNumber="0841" Code="NH" />
   <OriginLocation LocationCode="HND" />
  </FlightSegment>
 </OriginDestinationOption>
  </AirBook>
  <AirPrice>
    <PriceComparison AmountReturned="1442720" AmountSpecified="2250" />
    <PriceQuote>
  <MiscInformation>
   <BaggageInfo>
    <SubCodeProperties RPH="1" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <CommercialNameofBaggageItemType>UPTO50LB 23KG AND62LI 158LCM</CommercialNameofBaggageItemType>
     <DescriptionOne Code="23">
      <Text>UP TO 50 POUNDS/23 KILOGRAMS</Text>
     </DescriptionOne>
     <DescriptionTwo Code="6U">
      <Text>UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS</Text>
     </DescriptionTwo>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0GOACNH</ExtendedSubCodeKey>
     <SizeWeightInfo>
      <MaximumSizeInAlternate Units="C">158</MaximumSizeInAlternate>
      <MaximumSize Units="I">62</MaximumSize>
      <MaximumWeightInAlternate Units="K">23</MaximumWeightInAlternate>
      <MaximumWeight Units="L">50</MaximumWeight>
     </SizeWeightInfo>
    </SubCodeProperties>
    <SubCodeProperties RPH="2" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <AncillaryService SubGroupCode="CY">
      <Text>CARRY ON HAND BAGGAGE</Text>
     </AncillaryService>
     <CommercialNameofBaggageItemType>CARRYON HAND BAGGAGE ALLOWANCE</CommercialNameofBaggageItemType>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0LNABNH</ExtendedSubCodeKey>
    </SubCodeProperties>
    <SubCodeProperties RPH="3" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <AncillaryService SubGroupCode="CY">
      <Text>CARRY ON HAND BAGGAGE</Text>
     </AncillaryService>
     <CommercialNameofBaggageItemType>CARRY10KG 22LBUPTO 45LI 115LCM</CommercialNameofBaggageItemType>
     <DescriptionOne Code="10">
      <Text>UP TO 22 POUNDS/10 KILOGRAMS</Text>
     </DescriptionOne>
     <DescriptionTwo Code="4U">
      <Text>UP TO 45 LINEAR INCHES/115 LINEAR CENTIMETERS</Text>
     </DescriptionTwo>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0MJACNH</ExtendedSubCodeKey>
     <SizeWeightInfo>
      <MaximumSizeInAlternate Units="C">115</MaximumSizeInAlternate>
      <MaximumSize Units="I">45</MaximumSize>
      <MaximumWeightInAlternate Units="K">10</MaximumWeightInAlternate>
      <MaximumWeight Units="L">22</MaximumWeight>
     </SizeWeightInfo>
    </SubCodeProperties>
    <SubCodeProperties RPH="4" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <CommercialNameofBaggageItemType>FREE BAGGAGE ALLOWANCE</CommercialNameofBaggageItemType>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0DFAANH</ExtendedSubCodeKey>
    </SubCodeProperties>
   </BaggageInfo>
   <HeaderInformation SolutionSequenceNmbr="1">
    <DepartureDate>2024-04-25</DepartureDate>
    <Text>VALIDATING CARRIER - NH</Text>
    <Text>BAG ALLOWANCE     -SINHND-02P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>BAG ALLOWANCE     -HNDSIN-02P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>CARRY ON ALLOWANCE</Text>
    <Text>SINHND HNDSIN-01P/NH</Text>
    <Text>01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES</Text>
    <Text>/115 LINEAR CENTIMETERS</Text>
    <Text>CARRY ON CHARGES</Text>
    <Text>SINHND HNDSIN-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
    <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
    <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
    <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
    <ValidatingCarrier Code="NH" />
   </HeaderInformation>
   <SolutionInformation SolutionSequenceNmbr="1">
    <BaseFareCurrencyCode>SGD</BaseFareCurrencyCode>
    <CurrencyCode>JPY</CurrencyCode>
    <GrandTotalBaseFareAmount>1353600</GrandTotalBaseFareAmount>
    <GrandTotalEquivFareAmount>12000.00</GrandTotalEquivFareAmount>
    <GrandTotalTaxes>89120</GrandTotalTaxes>
    <RequiresRebook>false</RequiresRebook>
    <TicketNumber>0</TicketNumber>
    <TotalAmount>1442720</TotalAmount>
   </SolutionInformation>
   <ValidatingCarrier NewValidatingProcess="true" SolutionSequenceNmbr="1">
    <SettlementMethod>BSP</SettlementMethod>
    <Ticket Type="ETKTREQ" ValidatingCarrierType="Default" CarrierCode="NH" />
   </ValidatingCarrier>
  </MiscInformation>
  <PricedItinerary CurrencyCode="JPY" AlternativePricing="false" MultiTicket="false" TotalAmount="1442720">
   <AirItineraryPricingInfo SolutionSequenceNmbr="1">
    <BaggageProvisions RPH="1">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2024-04-25</DepartureDate>
      <DestinationLocation LocationCode="HND" RPH="1" />
      <FlightNumber RPH="1">842</FlightNumber>
      <OriginLocation LocationCode="SIN" RPH="1" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">NN</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>2</NumPiecesBDI>
     <NumPiecesITR>2</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="2">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2024-04-28</DepartureDate>
      <DestinationLocation LocationCode="SIN" RPH="1" />
      <FlightNumber RPH="1">841</FlightNumber>
      <OriginLocation LocationCode="HND" RPH="1" />
      <PNR_Segment RPH="1">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">NN</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>2</NumPiecesBDI>
     <NumPiecesITR>2</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="3">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CarrierCode RPH="2">NH</CarrierCode>
      <CountForSegmentAssociatedID>2</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2024-04-25</DepartureDate>
      <DepartureDate RPH="2">2024-04-28</DepartureDate>
      <DestinationLocation LocationCode="HND" RPH="1" />
      <DestinationLocation LocationCode="SIN" RPH="2" />
      <FlightNumber RPH="1">842</FlightNumber>
      <FlightNumber RPH="2">841</FlightNumber>
      <OriginLocation LocationCode="SIN" RPH="1" />
      <OriginLocation LocationCode="HND" RPH="2" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <PNR_Segment RPH="2">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <ResBookDesigCode RPH="2">Y</ResBookDesigCode>
      <StatusCode RPH="1">NN</StatusCode>
      <StatusCode RPH="2">NN</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>1</NumPiecesBDI>
     <NumPiecesITR>1</NumPiecesITR>
     <ProvisionType>B</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0MJACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0LNABNH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <FareCalculation>
     <Text>SIN NH TYO2236.21NH SIN2236.21NUC4472.42END ROE1.341554</Text>
    </FareCalculation>
    <FareCalculationBreakdown>
     <Branch PCC="1FQ6" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="SIN" AirportCode="SIN" ArrivalCityCode="TYO" GenericInd="O" ArrivalAirportCode="HND" />
     <FareBasis FilingCarrier="NH" FarePassengerType="ADT" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="2236.21" Code="YFA0TSOY" GlobalInd="EH" Market="SINTYO" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <RuleCategoryIndicator>1</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>15</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>23</RuleCategoryIndicator>
    </FareCalculationBreakdown>
    <FareCalculationBreakdown>
     <Branch PCC="1FQ6" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="TYO" AirportCode="HND" ArrivalCityCode="SIN" GenericInd="O" ArrivalAirportCode="SIN" />
     <FareBasis FilingCarrier="NH" FarePassengerType="ADT" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="2236.21" Code="YFA0TSOY" GlobalInd="EH" Market="SINTYO" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <RuleCategoryIndicator>1</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>15</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>23</RuleCategoryIndicator>
    </FareCalculationBreakdown>
    <ItinTotalFare NonRefundableInd="O">
     <BaggageInfo>
      <NonUS_DOT_Disclosure>
       <Text>BAG ALLOWANCE     -SINHND-02P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>BAG ALLOWANCE     -HNDSIN-02P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>CARRY ON ALLOWANCE</Text>
       <Text>SINHND HNDSIN-01P/NH</Text>
       <Text>01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES</Text>
       <Text>/115 LINEAR CENTIMETERS</Text>
       <Text>CARRY ON CHARGES</Text>
       <Text>SINHND HNDSIN-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
       <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
       <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
       <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
      </NonUS_DOT_Disclosure>
     </BaggageInfo>
     <BaseFare CurrencyCode="SGD" Amount="6000.00" />
     <Construction CurrencyCode="NUC" RateOfExchange="1.341554" Amount="4472.42" />
     <EquivFare CurrencyCode="JPY" Amount="676800" />
     <Taxes TotalAmount="44560">
      <Tax TaxCode="SG" Amount="5240" TaxName="PASSENGER SERVICE AND SECURITY" TicketingTaxCode="SG" />
      <Tax TaxCode="L7" Amount="1220" TaxName="AIRPORT DEVELOPMENT LEVY" TicketingTaxCode="L7" />
      <Tax TaxCode="OP" Amount="910" TaxName="AVIATION LEVY" TicketingTaxCode="OP" />
      <Tax TaxCode="SW" Amount="2950" TaxName="PASSENGER SERVICE FACILITIES C" TicketingTaxCode="SW" />
      <Tax TaxCode="YQF" Amount="33240" TaxName="SERVICE FEE - CARRIER-IMPOSED" TicketingTaxCode="YQ" />
      <Tax TaxCode="TK" Amount="1000" TaxName="INTERNATIONAL TOURIST TAX" TicketingTaxCode="TK" />
     </Taxes>
     <TotalFare CurrencyCode="JPY" Amount="721360" />
    </ItinTotalFare>
    <PassengerTypeQuantity Quantity="2" Code="ADT" />
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" FarePassengerType="ADT" FareType="P" FareAmount="2236.21" Code="YFA0TSOY" GlobalInd="EH" Market="SINTYO" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
    </PTC_FareBreakdown>
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" FarePassengerType="ADT" FareType="P" FareAmount="2236.21" Code="YFA0TSOY" GlobalInd="EH" Market="SINTYO" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
    </PTC_FareBreakdown>
   </AirItineraryPricingInfo>
  </PricedItinerary>
 </PriceQuote>
  </AirPrice>
  <AirPrice>
    <PriceComparison AmountReturned="300280" AmountSpecified="2250" />
    <PriceQuote>
  <MiscInformation>
   <BaggageInfo>
    <SubCodeProperties RPH="1" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <CommercialNameofBaggageItemType>FREE BAGGAGE ALLOWANCE</CommercialNameofBaggageItemType>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0DFAANH</ExtendedSubCodeKey>
    </SubCodeProperties>
    <SubCodeProperties RPH="2" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <CommercialNameofBaggageItemType>UPTO50LB 23KG AND62LI 158LCM</CommercialNameofBaggageItemType>
     <DescriptionOne Code="23">
      <Text>UP TO 50 POUNDS/23 KILOGRAMS</Text>
     </DescriptionOne>
     <DescriptionTwo Code="6U">
      <Text>UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS</Text>
     </DescriptionTwo>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0GOACNH</ExtendedSubCodeKey>
     <SizeWeightInfo>
      <MaximumSizeInAlternate Units="C">158</MaximumSizeInAlternate>
      <MaximumSize Units="I">62</MaximumSize>
      <MaximumWeightInAlternate Units="K">23</MaximumWeightInAlternate>
      <MaximumWeight Units="L">50</MaximumWeight>
     </SizeWeightInfo>
    </SubCodeProperties>
    <SubCodeProperties RPH="3" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <AncillaryService SubGroupCode="CY">
      <Text>CARRY ON HAND BAGGAGE</Text>
     </AncillaryService>
     <CommercialNameofBaggageItemType>CARRYON HAND BAGGAGE ALLOWANCE</CommercialNameofBaggageItemType>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0LNABNH</ExtendedSubCodeKey>
    </SubCodeProperties>
    <SubCodeProperties RPH="4" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <AncillaryService SubGroupCode="CY">
      <Text>CARRY ON HAND BAGGAGE</Text>
     </AncillaryService>
     <CommercialNameofBaggageItemType>CARRY10KG 22LBUPTO 45LI 115LCM</CommercialNameofBaggageItemType>
     <DescriptionOne Code="10">
      <Text>UP TO 22 POUNDS/10 KILOGRAMS</Text>
     </DescriptionOne>
     <DescriptionTwo Code="4U">
      <Text>UP TO 45 LINEAR INCHES/115 LINEAR CENTIMETERS</Text>
     </DescriptionTwo>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0MJACNH</ExtendedSubCodeKey>
     <SizeWeightInfo>
      <MaximumSizeInAlternate Units="C">115</MaximumSizeInAlternate>
      <MaximumSize Units="I">45</MaximumSize>
      <MaximumWeightInAlternate Units="K">10</MaximumWeightInAlternate>
      <MaximumWeight Units="L">22</MaximumWeight>
     </SizeWeightInfo>
    </SubCodeProperties>
   </BaggageInfo>
   <HeaderInformation SolutionSequenceNmbr="1">
    <DepartureDate>2024-04-25</DepartureDate>
    <Text>EACH C06 REQUIRES ACCOMPANYING SAME CABIN ADT</Text>
    <Text>VALIDATING CARRIER - NH</Text>
    <Text>BAG ALLOWANCE     -SINHND-02P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>BAG ALLOWANCE     -HNDSIN-02P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>CARRY ON ALLOWANCE</Text>
    <Text>SINHND HNDSIN-01P/NH</Text>
    <Text>01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES</Text>
    <Text>/115 LINEAR CENTIMETERS</Text>
    <Text>CARRY ON CHARGES</Text>
    <Text>SINHND HNDSIN-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
    <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
    <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
    <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
    <ValidatingCarrier Code="NH" />
   </HeaderInformation>
   <SolutionInformation SolutionSequenceNmbr="1">
    <BaseFareCurrencyCode>SGD</BaseFareCurrencyCode>
    <CurrencyCode>JPY</CurrencyCode>
    <GrandTotalBaseFareAmount>257200</GrandTotalBaseFareAmount>
    <GrandTotalEquivFareAmount>2280.00</GrandTotalEquivFareAmount>
    <GrandTotalTaxes>43080</GrandTotalTaxes>
    <RequiresRebook>false</RequiresRebook>
    <TicketNumber>0</TicketNumber>
    <TotalAmount>300280</TotalAmount>
   </SolutionInformation>
   <ValidatingCarrier NewValidatingProcess="true" SolutionSequenceNmbr="1">
    <SettlementMethod>BSP</SettlementMethod>
    <Ticket Type="ETKTREQ" ValidatingCarrierType="Default" CarrierCode="NH" />
   </ValidatingCarrier>
  </MiscInformation>
  <PricedItinerary CurrencyCode="JPY" AlternativePricing="false" MultiTicket="false" TotalAmount="300280">
   <AirItineraryPricingInfo SolutionSequenceNmbr="1">
    <BaggageProvisions RPH="1">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2024-04-25</DepartureDate>
      <DestinationLocation LocationCode="HND" RPH="1" />
      <FlightNumber RPH="1">842</FlightNumber>
      <OriginLocation LocationCode="SIN" RPH="1" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>2</NumPiecesBDI>
     <NumPiecesITR>2</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="2">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2024-04-28</DepartureDate>
      <DestinationLocation LocationCode="SIN" RPH="1" />
      <FlightNumber RPH="1">841</FlightNumber>
      <OriginLocation LocationCode="HND" RPH="1" />
      <PNR_Segment RPH="1">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>2</NumPiecesBDI>
     <NumPiecesITR>2</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="3">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CarrierCode RPH="2">NH</CarrierCode>
      <CountForSegmentAssociatedID>2</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2024-04-25</DepartureDate>
      <DepartureDate RPH="2">2024-04-28</DepartureDate>
      <DestinationLocation LocationCode="HND" RPH="1" />
      <DestinationLocation LocationCode="SIN" RPH="2" />
      <FlightNumber RPH="1">842</FlightNumber>
      <FlightNumber RPH="2">841</FlightNumber>
      <OriginLocation LocationCode="SIN" RPH="1" />
      <OriginLocation LocationCode="HND" RPH="2" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <PNR_Segment RPH="2">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <ResBookDesigCode RPH="2">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
      <StatusCode RPH="2">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>1</NumPiecesBDI>
     <NumPiecesITR>1</NumPiecesITR>
     <ProvisionType>B</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0MJACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0LNABNH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <FareCalculation>
     <Text>SIN NH TYO Q11.17 838.57NH SIN Q11.17 838.57NUC1699.48END ROE1.341554</Text>
    </FareCalculation>
    <FareCalculationBreakdown>
     <Branch PCC="1FQ6" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="SIN" AirportCode="SIN" ArrivalCityCode="TYO" GenericInd="O" ArrivalAirportCode="HND" />
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="C06" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="838.57" Code="YLA4TSJY/CH25" GlobalInd="EH" Market="SINTYO" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>6</RuleCategoryIndicator>
     <RuleCategoryIndicator>7</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
     <RuleCategoryIndicator>19</RuleCategoryIndicator>
     <Surcharges Type="MIS" Ind="Q">11.17</Surcharges>
    </FareCalculationBreakdown>
    <FareCalculationBreakdown>
     <Branch PCC="1FQ6" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="TYO" AirportCode="HND" ArrivalCityCode="SIN" GenericInd="O" ArrivalAirportCode="SIN" />
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="C06" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="838.57" Code="YLA4TSJY/CH25" GlobalInd="EH" Market="SINTYO" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>6</RuleCategoryIndicator>
     <RuleCategoryIndicator>7</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
     <RuleCategoryIndicator>19</RuleCategoryIndicator>
     <Surcharges Type="MIS" Ind="Q">11.17</Surcharges>
    </FareCalculationBreakdown>
    <ItinTotalFare NonRefundableInd="N">
     <BaggageInfo>
      <NonUS_DOT_Disclosure>
       <Text>BAG ALLOWANCE     -SINHND-02P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>BAG ALLOWANCE     -HNDSIN-02P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>CARRY ON ALLOWANCE</Text>
       <Text>SINHND HNDSIN-01P/NH</Text>
       <Text>01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES</Text>
       <Text>/115 LINEAR CENTIMETERS</Text>
       <Text>CARRY ON CHARGES</Text>
       <Text>SINHND HNDSIN-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
       <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
       <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
       <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
      </NonUS_DOT_Disclosure>
     </BaggageInfo>
     <BaseFare CurrencyCode="SGD" Amount="2280.00" />
     <Construction CurrencyCode="NUC" RateOfExchange="1.341554" Amount="1699.48" />
     <Endorsements>
      <Text>FLT/CNX/CHG RESTRICTED/CHECK FARE RULE</Text>
     </Endorsements>
     <EquivFare CurrencyCode="JPY" Amount="257200" />
     <Taxes TotalAmount="43080">
      <Tax TaxCode="SG" Amount="5240" TaxName="PASSENGER SERVICE AND SECURITY" TicketingTaxCode="SG" />
      <Tax TaxCode="L7" Amount="1220" TaxName="AIRPORT DEVELOPMENT LEVY" TicketingTaxCode="L7" />
      <Tax TaxCode="OP" Amount="910" TaxName="AVIATION LEVY" TicketingTaxCode="OP" />
      <Tax TaxCode="SW" Amount="1470" TaxName="PASSENGER SERVICE FACILITIES C" TicketingTaxCode="SW" />
      <Tax TaxCode="YQF" Amount="33240" TaxName="SERVICE FEE - CARRIER-IMPOSED" TicketingTaxCode="YQ" />
      <Tax TaxCode="TK" Amount="1000" TaxName="INTERNATIONAL TOURIST TAX" TicketingTaxCode="TK" />
     </Taxes>
     <TotalFare CurrencyCode="JPY" Amount="300280" />
    </ItinTotalFare>
    <PassengerTypeQuantity Quantity="1" Code="C06" />
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="C06" FareType="P" FareAmount="838.57" Code="YLA4TSJY/CH25" GlobalInd="EH" Market="SINTYO" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <Surcharges Type="MIS" Ind="Q">11.17</Surcharges>
    </PTC_FareBreakdown>
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="C06" FareType="P" FareAmount="838.57" Code="YLA4TSJY/CH25" GlobalInd="EH" Market="SINTYO" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <Surcharges Type="MIS" Ind="Q">11.17</Surcharges>
    </PTC_FareBreakdown>
   </AirItineraryPricingInfo>
  </PricedItinerary>
 </PriceQuote>
  </AirPrice>
  <AirPrice>
    <PriceComparison AmountReturned="300280" AmountSpecified="2250" />
    <PriceQuote>
  <MiscInformation>
   <BaggageInfo>
    <SubCodeProperties RPH="1" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <CommercialNameofBaggageItemType>UPTO50LB 23KG AND62LI 158LCM</CommercialNameofBaggageItemType>
     <DescriptionOne Code="23">
      <Text>UP TO 50 POUNDS/23 KILOGRAMS</Text>
     </DescriptionOne>
     <DescriptionTwo Code="6U">
      <Text>UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS</Text>
     </DescriptionTwo>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0GOACNH</ExtendedSubCodeKey>
     <SizeWeightInfo>
      <MaximumSizeInAlternate Units="C">158</MaximumSizeInAlternate>
      <MaximumSize Units="I">62</MaximumSize>
      <MaximumWeightInAlternate Units="K">23</MaximumWeightInAlternate>
      <MaximumWeight Units="L">50</MaximumWeight>
     </SizeWeightInfo>
    </SubCodeProperties>
    <SubCodeProperties RPH="2" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <AncillaryService SubGroupCode="CY">
      <Text>CARRY ON HAND BAGGAGE</Text>
     </AncillaryService>
     <CommercialNameofBaggageItemType>CARRYON HAND BAGGAGE ALLOWANCE</CommercialNameofBaggageItemType>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0LNABNH</ExtendedSubCodeKey>
    </SubCodeProperties>
    <SubCodeProperties RPH="3" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <AncillaryService SubGroupCode="CY">
      <Text>CARRY ON HAND BAGGAGE</Text>
     </AncillaryService>
     <CommercialNameofBaggageItemType>CARRY10KG 22LBUPTO 45LI 115LCM</CommercialNameofBaggageItemType>
     <DescriptionOne Code="10">
      <Text>UP TO 22 POUNDS/10 KILOGRAMS</Text>
     </DescriptionOne>
     <DescriptionTwo Code="4U">
      <Text>UP TO 45 LINEAR INCHES/115 LINEAR CENTIMETERS</Text>
     </DescriptionTwo>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0MJACNH</ExtendedSubCodeKey>
     <SizeWeightInfo>
      <MaximumSizeInAlternate Units="C">115</MaximumSizeInAlternate>
      <MaximumSize Units="I">45</MaximumSize>
      <MaximumWeightInAlternate Units="K">10</MaximumWeightInAlternate>
      <MaximumWeight Units="L">22</MaximumWeight>
     </SizeWeightInfo>
    </SubCodeProperties>
    <SubCodeProperties RPH="4" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <CommercialNameofBaggageItemType>FREE BAGGAGE ALLOWANCE</CommercialNameofBaggageItemType>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0DFAANH</ExtendedSubCodeKey>
    </SubCodeProperties>
   </BaggageInfo>
   <HeaderInformation SolutionSequenceNmbr="1">
    <DepartureDate>2024-04-25</DepartureDate>
    <Text>EACH C03 REQUIRES ACCOMPANYING SAME CABIN ADT</Text>
    <Text>VALIDATING CARRIER - NH</Text>
    <Text>BAG ALLOWANCE     -SINHND-02P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>BAG ALLOWANCE     -HNDSIN-02P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>CARRY ON ALLOWANCE</Text>
    <Text>SINHND HNDSIN-01P/NH</Text>
    <Text>01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES</Text>
    <Text>/115 LINEAR CENTIMETERS</Text>
    <Text>CARRY ON CHARGES</Text>
    <Text>SINHND HNDSIN-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
    <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
    <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
    <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
    <ValidatingCarrier Code="NH" />
   </HeaderInformation>
   <SolutionInformation SolutionSequenceNmbr="1">
    <BaseFareCurrencyCode>SGD</BaseFareCurrencyCode>
    <CurrencyCode>JPY</CurrencyCode>
    <GrandTotalBaseFareAmount>257200</GrandTotalBaseFareAmount>
    <GrandTotalEquivFareAmount>2280.00</GrandTotalEquivFareAmount>
    <GrandTotalTaxes>43080</GrandTotalTaxes>
    <RequiresRebook>false</RequiresRebook>
    <TicketNumber>0</TicketNumber>
    <TotalAmount>300280</TotalAmount>
   </SolutionInformation>
   <ValidatingCarrier NewValidatingProcess="true" SolutionSequenceNmbr="1">
    <SettlementMethod>BSP</SettlementMethod>
    <Ticket Type="ETKTREQ" ValidatingCarrierType="Default" CarrierCode="NH" />
   </ValidatingCarrier>
  </MiscInformation>
  <PricedItinerary CurrencyCode="JPY" AlternativePricing="false" MultiTicket="false" TotalAmount="300280">
   <AirItineraryPricingInfo SolutionSequenceNmbr="1">
    <BaggageProvisions RPH="1">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2024-04-25</DepartureDate>
      <DestinationLocation LocationCode="HND" RPH="1" />
      <FlightNumber RPH="1">842</FlightNumber>
      <OriginLocation LocationCode="SIN" RPH="1" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>2</NumPiecesBDI>
     <NumPiecesITR>2</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="2">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2024-04-28</DepartureDate>
      <DestinationLocation LocationCode="SIN" RPH="1" />
      <FlightNumber RPH="1">841</FlightNumber>
      <OriginLocation LocationCode="HND" RPH="1" />
      <PNR_Segment RPH="1">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>2</NumPiecesBDI>
     <NumPiecesITR>2</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="3">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CarrierCode RPH="2">NH</CarrierCode>
      <CountForSegmentAssociatedID>2</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2024-04-25</DepartureDate>
      <DepartureDate RPH="2">2024-04-28</DepartureDate>
      <DestinationLocation LocationCode="HND" RPH="1" />
      <DestinationLocation LocationCode="SIN" RPH="2" />
      <FlightNumber RPH="1">842</FlightNumber>
      <FlightNumber RPH="2">841</FlightNumber>
      <OriginLocation LocationCode="SIN" RPH="1" />
      <OriginLocation LocationCode="HND" RPH="2" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <PNR_Segment RPH="2">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <ResBookDesigCode RPH="2">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
      <StatusCode RPH="2">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>1</NumPiecesBDI>
     <NumPiecesITR>1</NumPiecesITR>
     <ProvisionType>B</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0MJACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0LNABNH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <FareCalculation>
     <Text>SIN NH TYO Q11.17 838.57NH SIN Q11.17 838.57NUC1699.48END ROE1.341554</Text>
    </FareCalculation>
    <FareCalculationBreakdown>
     <Branch PCC="1FQ6" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="SIN" AirportCode="SIN" ArrivalCityCode="TYO" GenericInd="O" ArrivalAirportCode="HND" />
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="C03" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="838.57" Code="YLA4TSJY/CH25" GlobalInd="EH" Market="SINTYO" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>6</RuleCategoryIndicator>
     <RuleCategoryIndicator>7</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
     <RuleCategoryIndicator>19</RuleCategoryIndicator>
     <Surcharges Type="MIS" Ind="Q">11.17</Surcharges>
    </FareCalculationBreakdown>
    <FareCalculationBreakdown>
     <Branch PCC="1FQ6" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="TYO" AirportCode="HND" ArrivalCityCode="SIN" GenericInd="O" ArrivalAirportCode="SIN" />
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="C03" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="838.57" Code="YLA4TSJY/CH25" GlobalInd="EH" Market="SINTYO" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>6</RuleCategoryIndicator>
     <RuleCategoryIndicator>7</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
     <RuleCategoryIndicator>19</RuleCategoryIndicator>
     <Surcharges Type="MIS" Ind="Q">11.17</Surcharges>
    </FareCalculationBreakdown>
    <ItinTotalFare NonRefundableInd="N">
     <BaggageInfo>
      <NonUS_DOT_Disclosure>
       <Text>BAG ALLOWANCE     -SINHND-02P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>BAG ALLOWANCE     -HNDSIN-02P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>CARRY ON ALLOWANCE</Text>
       <Text>SINHND HNDSIN-01P/NH</Text>
       <Text>01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES</Text>
       <Text>/115 LINEAR CENTIMETERS</Text>
       <Text>CARRY ON CHARGES</Text>
       <Text>SINHND HNDSIN-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
       <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
       <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
       <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
      </NonUS_DOT_Disclosure>
     </BaggageInfo>
     <BaseFare CurrencyCode="SGD" Amount="2280.00" />
     <Construction CurrencyCode="NUC" RateOfExchange="1.341554" Amount="1699.48" />
     <Endorsements>
      <Text>FLT/CNX/CHG RESTRICTED/CHECK FARE RULE</Text>
     </Endorsements>
     <EquivFare CurrencyCode="JPY" Amount="257200" />
     <Taxes TotalAmount="43080">
      <Tax TaxCode="SG" Amount="5240" TaxName="PASSENGER SERVICE AND SECURITY" TicketingTaxCode="SG" />
      <Tax TaxCode="L7" Amount="1220" TaxName="AIRPORT DEVELOPMENT LEVY" TicketingTaxCode="L7" />
      <Tax TaxCode="OP" Amount="910" TaxName="AVIATION LEVY" TicketingTaxCode="OP" />
      <Tax TaxCode="SW" Amount="1470" TaxName="PASSENGER SERVICE FACILITIES C" TicketingTaxCode="SW" />
      <Tax TaxCode="YQF" Amount="33240" TaxName="SERVICE FEE - CARRIER-IMPOSED" TicketingTaxCode="YQ" />
      <Tax TaxCode="TK" Amount="1000" TaxName="INTERNATIONAL TOURIST TAX" TicketingTaxCode="TK" />
     </Taxes>
     <TotalFare CurrencyCode="JPY" Amount="300280" />
    </ItinTotalFare>
    <PassengerTypeQuantity Quantity="1" Code="C03" />
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="C03" FareType="P" FareAmount="838.57" Code="YLA4TSJY/CH25" GlobalInd="EH" Market="SINTYO" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <Surcharges Type="MIS" Ind="Q">11.17</Surcharges>
    </PTC_FareBreakdown>
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="C03" FareType="P" FareAmount="838.57" Code="YLA4TSJY/CH25" GlobalInd="EH" Market="SINTYO" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <Surcharges Type="MIS" Ind="Q">11.17</Surcharges>
    </PTC_FareBreakdown>
   </AirItineraryPricingInfo>
  </PricedItinerary>
 </PriceQuote>
  </AirPrice>
  <AirPrice>
    <PriceComparison AmountReturned="291910" AmountSpecified="2250" />
    <PriceQuote>
  <MiscInformation>
   <BaggageInfo>
    <SubCodeProperties RPH="1" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <CommercialNameofBaggageItemType>FREE BAGGAGE ALLOWANCE</CommercialNameofBaggageItemType>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0DFAANH</ExtendedSubCodeKey>
    </SubCodeProperties>
    <SubCodeProperties RPH="2" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <CommercialNameofBaggageItemType>UPTO50LB 23KG AND62LI 158LCM</CommercialNameofBaggageItemType>
     <DescriptionOne Code="23">
      <Text>UP TO 50 POUNDS/23 KILOGRAMS</Text>
     </DescriptionOne>
     <DescriptionTwo Code="6U">
      <Text>UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS</Text>
     </DescriptionTwo>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0GOACNH</ExtendedSubCodeKey>
     <SizeWeightInfo>
      <MaximumSizeInAlternate Units="C">158</MaximumSizeInAlternate>
      <MaximumSize Units="I">62</MaximumSize>
      <MaximumWeightInAlternate Units="K">23</MaximumWeightInAlternate>
      <MaximumWeight Units="L">50</MaximumWeight>
     </SizeWeightInfo>
    </SubCodeProperties>
    <SubCodeProperties RPH="3" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <AncillaryService SubGroupCode="CY">
      <Text>CARRY ON HAND BAGGAGE</Text>
     </AncillaryService>
     <CommercialNameofBaggageItemType>CARRYON HAND BAGGAGE ALLOWANCE</CommercialNameofBaggageItemType>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0LNABNH</ExtendedSubCodeKey>
    </SubCodeProperties>
    <SubCodeProperties RPH="4" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <AncillaryService SubGroupCode="CY">
      <Text>CARRY ON HAND BAGGAGE</Text>
     </AncillaryService>
     <CommercialNameofBaggageItemType>CARRY10KG 22LBUPTO 45LI 115LCM</CommercialNameofBaggageItemType>
     <DescriptionOne Code="10">
      <Text>UP TO 22 POUNDS/10 KILOGRAMS</Text>
     </DescriptionOne>
     <DescriptionTwo Code="4U">
      <Text>UP TO 45 LINEAR INCHES/115 LINEAR CENTIMETERS</Text>
     </DescriptionTwo>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0MJACNH</ExtendedSubCodeKey>
     <SizeWeightInfo>
      <MaximumSizeInAlternate Units="C">115</MaximumSizeInAlternate>
      <MaximumSize Units="I">45</MaximumSize>
      <MaximumWeightInAlternate Units="K">10</MaximumWeightInAlternate>
      <MaximumWeight Units="L">22</MaximumWeight>
     </SizeWeightInfo>
    </SubCodeProperties>
   </BaggageInfo>
   <HeaderInformation SolutionSequenceNmbr="1">
    <DepartureDate>2024-04-25</DepartureDate>
    <Text>REQUIRES ACCOMPANYING ADT PASSENGER</Text>
    <Text>EACH INF REQUIRES ACCOMPANYING ADT PASSENGER</Text>
    <Text>VALIDATING CARRIER - NH</Text>
    <Text>BAG ALLOWANCE     -SINHND-02P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>BAG ALLOWANCE     -HNDSIN-02P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>CARRY ON ALLOWANCE</Text>
    <Text>SINHND HNDSIN-01P/NH</Text>
    <Text>01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES</Text>
    <Text>/115 LINEAR CENTIMETERS</Text>
    <Text>CARRY ON CHARGES</Text>
    <Text>SINHND HNDSIN-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
    <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
    <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
    <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
    <ValidatingCarrier Code="NH" />
   </HeaderInformation>
   <SolutionInformation SolutionSequenceNmbr="1">
    <BaseFareCurrencyCode>SGD</BaseFareCurrencyCode>
    <CurrencyCode>JPY</CurrencyCode>
    <GrandTotalBaseFareAmount>257200</GrandTotalBaseFareAmount>
    <GrandTotalEquivFareAmount>2280.00</GrandTotalEquivFareAmount>
    <GrandTotalTaxes>34710</GrandTotalTaxes>
    <RequiresRebook>false</RequiresRebook>
    <TicketNumber>0</TicketNumber>
    <TotalAmount>291910</TotalAmount>
   </SolutionInformation>
   <ValidatingCarrier NewValidatingProcess="true" SolutionSequenceNmbr="1">
    <SettlementMethod>BSP</SettlementMethod>
    <Ticket Type="ETKTREQ" ValidatingCarrierType="Default" CarrierCode="NH" />
   </ValidatingCarrier>
  </MiscInformation>
  <PricedItinerary CurrencyCode="JPY" AlternativePricing="false" MultiTicket="false" TotalAmount="291910">
   <AirItineraryPricingInfo SolutionSequenceNmbr="1">
    <BaggageProvisions RPH="1">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2024-04-25</DepartureDate>
      <DestinationLocation LocationCode="HND" RPH="1" />
      <FlightNumber RPH="1">842</FlightNumber>
      <OriginLocation LocationCode="SIN" RPH="1" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>2</NumPiecesBDI>
     <NumPiecesITR>2</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="2">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2024-04-28</DepartureDate>
      <DestinationLocation LocationCode="SIN" RPH="1" />
      <FlightNumber RPH="1">841</FlightNumber>
      <OriginLocation LocationCode="HND" RPH="1" />
      <PNR_Segment RPH="1">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>2</NumPiecesBDI>
     <NumPiecesITR>2</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="3">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CarrierCode RPH="2">NH</CarrierCode>
      <CountForSegmentAssociatedID>2</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2024-04-25</DepartureDate>
      <DepartureDate RPH="2">2024-04-28</DepartureDate>
      <DestinationLocation LocationCode="HND" RPH="1" />
      <DestinationLocation LocationCode="SIN" RPH="2" />
      <FlightNumber RPH="1">842</FlightNumber>
      <FlightNumber RPH="2">841</FlightNumber>
      <OriginLocation LocationCode="SIN" RPH="1" />
      <OriginLocation LocationCode="HND" RPH="2" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <PNR_Segment RPH="2">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <ResBookDesigCode RPH="2">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
      <StatusCode RPH="2">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>1</NumPiecesBDI>
     <NumPiecesITR>1</NumPiecesITR>
     <ProvisionType>B</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0MJACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0LNABNH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <FareCalculation>
     <Text>SIN NH TYO Q11.17 838.57NH SIN Q11.17 838.57NUC1699.48END ROE1.341554</Text>
    </FareCalculation>
    <FareCalculationBreakdown>
     <Branch PCC="1FQ6" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="SIN" AirportCode="SIN" ArrivalCityCode="TYO" GenericInd="O" ArrivalAirportCode="HND" />
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="INS" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="838.57" Code="YLA4TSJY/CH25" GlobalInd="EH" Market="SINTYO" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>6</RuleCategoryIndicator>
     <RuleCategoryIndicator>7</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
     <RuleCategoryIndicator>19</RuleCategoryIndicator>
     <Surcharges Type="MIS" Ind="Q">11.17</Surcharges>
    </FareCalculationBreakdown>
    <FareCalculationBreakdown>
     <Branch PCC="1FQ6" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="TYO" AirportCode="HND" ArrivalCityCode="SIN" GenericInd="O" ArrivalAirportCode="SIN" />
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="INS" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="838.57" Code="YLA4TSJY/CH25" GlobalInd="EH" Market="SINTYO" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>6</RuleCategoryIndicator>
     <RuleCategoryIndicator>7</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
     <RuleCategoryIndicator>19</RuleCategoryIndicator>
     <Surcharges Type="MIS" Ind="Q">11.17</Surcharges>
    </FareCalculationBreakdown>
    <ItinTotalFare NonRefundableInd="N">
     <BaggageInfo>
      <NonUS_DOT_Disclosure>
       <Text>BAG ALLOWANCE     -SINHND-02P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>BAG ALLOWANCE     -HNDSIN-02P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>CARRY ON ALLOWANCE</Text>
       <Text>SINHND HNDSIN-01P/NH</Text>
       <Text>01/UP TO 22 POUNDS/10 KILOGRAMS AND UP TO 45 LINEAR INCHES</Text>
       <Text>/115 LINEAR CENTIMETERS</Text>
       <Text>CARRY ON CHARGES</Text>
       <Text>SINHND HNDSIN-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
       <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
       <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
       <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
      </NonUS_DOT_Disclosure>
     </BaggageInfo>
     <BaseFare CurrencyCode="SGD" Amount="2280.00" />
     <Construction CurrencyCode="NUC" RateOfExchange="1.341554" Amount="1699.48" />
     <Endorsements>
      <Text>FLT/CNX/CHG RESTRICTED/CHECK FARE RULE</Text>
     </Endorsements>
     <EquivFare CurrencyCode="JPY" Amount="257200" />
     <Taxes TotalAmount="34710">
      <Tax TaxCode="SW" Amount="1470" TaxName="PASSENGER SERVICE FACILITIES C" TicketingTaxCode="SW" />
      <Tax TaxCode="YQF" Amount="33240" TaxName="SERVICE FEE - CARRIER-IMPOSED" TicketingTaxCode="YQ" />
     </Taxes>
     <TotalFare CurrencyCode="JPY" Amount="291910" />
    </ItinTotalFare>
    <PassengerTypeQuantity Quantity="1" Code="INS" />
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="INS" FareType="P" FareAmount="838.57" Code="YLA4TSJY/CH25" GlobalInd="EH" Market="SINTYO" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <Surcharges Type="MIS" Ind="Q">11.17</Surcharges>
    </PTC_FareBreakdown>
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" TicketDesignator="CH25" FarePassengerType="INS" FareType="P" FareAmount="838.57" Code="YLA4TSJY/CH25" GlobalInd="EH" Market="SINTYO" />
     <FreeBaggageAllowance>PC002</FreeBaggageAllowance>
     <Surcharges Type="MIS" Ind="Q">11.17</Surcharges>
    </PTC_FareBreakdown>
   </AirItineraryPricingInfo>
  </PricedItinerary>
 </PriceQuote>
  </AirPrice>
  <AirPrice>
    <PriceComparison AmountReturned="35500" AmountSpecified="2250" />
    <PriceQuote>
  <MiscInformation>
   <BaggageInfo>
    <SubCodeProperties RPH="1" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <CommercialNameofBaggageItemType>FREE BAGGAGE ALLOWANCE</CommercialNameofBaggageItemType>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0DFAANH</ExtendedSubCodeKey>
    </SubCodeProperties>
    <SubCodeProperties RPH="2" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <CommercialNameofBaggageItemType>UPTO50LB 23KG AND62LI 158LCM</CommercialNameofBaggageItemType>
     <DescriptionOne Code="23">
      <Text>UP TO 50 POUNDS/23 KILOGRAMS</Text>
     </DescriptionOne>
     <DescriptionTwo Code="6U">
      <Text>UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS</Text>
     </DescriptionTwo>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0GOACNH</ExtendedSubCodeKey>
     <SizeWeightInfo>
      <MaximumSizeInAlternate Units="C">158</MaximumSizeInAlternate>
      <MaximumSize Units="I">62</MaximumSize>
      <MaximumWeightInAlternate Units="K">23</MaximumWeightInAlternate>
      <MaximumWeight Units="L">50</MaximumWeight>
     </SizeWeightInfo>
    </SubCodeProperties>
    <SubCodeProperties RPH="3" SolutionSequenceNmbr="1">
     <AncillaryFeeGroupCode>BG</AncillaryFeeGroupCode>
     <AncillaryService SubGroupCode="CY">
      <Text>CARRY ON HAND BAGGAGE</Text>
     </AncillaryService>
     <CommercialNameofBaggageItemType>CARRYON HAND BAGGAGE ALLOWANCE</CommercialNameofBaggageItemType>
     <EMD_Type>4</EMD_Type>
     <ExtendedSubCodeKey>0LNABNH</ExtendedSubCodeKey>
    </SubCodeProperties>
   </BaggageInfo>
   <HeaderInformation SolutionSequenceNmbr="1">
    <DepartureDate>2024-04-25</DepartureDate>
    <Text>REQUIRES ACCOMPANYING ADT PASSENGER</Text>
    <Text>EACH INF REQUIRES ACCOMPANYING ADT PASSENGER</Text>
    <Text>VALIDATING CARRIER - NH</Text>
    <Text>BAG ALLOWANCE     -SINHND-01P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>2NDCHECKED BAG FEE-SINHND-JPY10000/NH/UP TO 50 POUNDS/23 K</Text>
    <Text>ILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS</Text>
    <Text>BAG ALLOWANCE     -HNDSIN-01P/NH/EACH PIECE UP TO 50 POUND</Text>
    <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
    <Text>METERS</Text>
    <Text>2NDCHECKED BAG FEE-HNDSIN-JPY10000/NH/UP TO 50 POUNDS/23 K</Text>
    <Text>ILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS</Text>
    <Text>CARRY ON ALLOWANCE</Text>
    <Text>SINHND HNDSIN-NIL/NH</Text>
    <Text>CARRY ON CHARGES</Text>
    <Text>SINHND HNDSIN-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
    <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
    <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
    <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
    <Text>ELECTRONIC TICKETING NOT VALID FOR INFANTS</Text>
    <ValidatingCarrier Code="NH" />
   </HeaderInformation>
   <SolutionInformation SolutionSequenceNmbr="1">
    <BaseFareCurrencyCode>SGD</BaseFareCurrencyCode>
    <CurrencyCode>JPY</CurrencyCode>
    <GrandTotalBaseFareAmount>34300</GrandTotalBaseFareAmount>
    <GrandTotalEquivFareAmount>304.00</GrandTotalEquivFareAmount>
    <GrandTotalTaxes>1200</GrandTotalTaxes>
    <RequiresRebook>false</RequiresRebook>
    <TicketNumber>0</TicketNumber>
    <TotalAmount>35500</TotalAmount>
   </SolutionInformation>
   <ValidatingCarrier NewValidatingProcess="true" SolutionSequenceNmbr="1">
    <SettlementMethod>BSP</SettlementMethod>
    <Ticket Type="ETKTREQ" ValidatingCarrierType="Default" CarrierCode="NH" />
   </ValidatingCarrier>
  </MiscInformation>
  <PricedItinerary CurrencyCode="JPY" AlternativePricing="false" MultiTicket="false" TotalAmount="35500">
   <AirItineraryPricingInfo SolutionSequenceNmbr="1">
    <BaggageProvisions RPH="1">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2024-04-25</DepartureDate>
      <DestinationLocation LocationCode="HND" RPH="1" />
      <FlightNumber RPH="1">842</FlightNumber>
      <OriginLocation LocationCode="SIN" RPH="1" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>1</NumPiecesBDI>
     <NumPiecesITR>1</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="2">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2024-04-25</DepartureDate>
      <DestinationLocation LocationCode="HND" RPH="1" />
      <FlightNumber RPH="1">842</FlightNumber>
      <OriginLocation LocationCode="SIN" RPH="1" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <Commissionable>N</Commissionable>
     <FeeApplicationIndicator>4</FeeApplicationIndicator>
     <FeeNotGuaranteedIndicator>N</FeeNotGuaranteedIndicator>
     <FirstOccurrence>1</FirstOccurrence>
     <Interlineable>Y</Interlineable>
     <PassengerType Code="INF" />
     <PriceInformation>
      <Base CurrencyCode="JPY" Amount="10000" />
      <Equiv CurrencyCode="JPY" Amount="10000" />
      <TaxIndicator>X</TaxIndicator>
      <Total>10000</Total>
     </PriceInformation>
     <ProvisionType>C</ProvisionType>
     <RefundReissue>N</RefundReissue>
     <SubCodeInfo>
      <SubCodeForChargesOthers>0GOACNH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="3">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2024-04-28</DepartureDate>
      <DestinationLocation LocationCode="SIN" RPH="1" />
      <FlightNumber RPH="1">841</FlightNumber>
      <OriginLocation LocationCode="HND" RPH="1" />
      <PNR_Segment RPH="1">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>1</NumPiecesBDI>
     <NumPiecesITR>1</NumPiecesITR>
     <ProvisionType>A</ProvisionType>
     <SubCodeInfo>
      <SubCodeForAllowance RPH="1">0GOACNH</SubCodeForAllowance>
      <SubCodeForChargesOthers>0DFAANH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="4">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CountForSegmentAssociatedID>1</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2024-04-28</DepartureDate>
      <DestinationLocation LocationCode="SIN" RPH="1" />
      <FlightNumber RPH="1">841</FlightNumber>
      <OriginLocation LocationCode="HND" RPH="1" />
      <PNR_Segment RPH="1">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <Commissionable>N</Commissionable>
     <FeeApplicationIndicator>4</FeeApplicationIndicator>
     <FeeNotGuaranteedIndicator>N</FeeNotGuaranteedIndicator>
     <FirstOccurrence>1</FirstOccurrence>
     <Interlineable>Y</Interlineable>
     <PassengerType Code="INF" />
     <PriceInformation>
      <Base CurrencyCode="JPY" Amount="10000" />
      <Equiv CurrencyCode="JPY" Amount="10000" />
      <TaxIndicator>X</TaxIndicator>
      <Total>10000</Total>
     </PriceInformation>
     <ProvisionType>C</ProvisionType>
     <RefundReissue>N</RefundReissue>
     <SubCodeInfo>
      <SubCodeForChargesOthers>0GOACNH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <BaggageProvisions RPH="5">
     <Associations>
      <CarrierCode RPH="1">NH</CarrierCode>
      <CarrierCode RPH="2">NH</CarrierCode>
      <CountForSegmentAssociatedID>2</CountForSegmentAssociatedID>
      <DepartureDate RPH="1">2024-04-25</DepartureDate>
      <DepartureDate RPH="2">2024-04-28</DepartureDate>
      <DestinationLocation LocationCode="HND" RPH="1" />
      <DestinationLocation LocationCode="SIN" RPH="2" />
      <FlightNumber RPH="1">842</FlightNumber>
      <FlightNumber RPH="2">841</FlightNumber>
      <OriginLocation LocationCode="SIN" RPH="1" />
      <OriginLocation LocationCode="HND" RPH="2" />
      <PNR_Segment RPH="1">2</PNR_Segment>
      <PNR_Segment RPH="2">3</PNR_Segment>
      <ResBookDesigCode RPH="1">Y</ResBookDesigCode>
      <ResBookDesigCode RPH="2">Y</ResBookDesigCode>
      <StatusCode RPH="1">SS</StatusCode>
      <StatusCode RPH="2">SS</StatusCode>
     </Associations>
     <CarrierWhoseBaggageProvisionsApply>NH</CarrierWhoseBaggageProvisionsApply>
     <NumPiecesBDI>0</NumPiecesBDI>
     <ProvisionType>B</ProvisionType>
     <SubCodeInfo>
      <SubCodeForChargesOthers>0LNABNH</SubCodeForChargesOthers>
     </SubCodeInfo>
    </BaggageProvisions>
    <FareCalculation>
     <Text>SIN NH TYO Q1.49 111.81NH SIN Q1.49 111.81NUC226.60END ROE1.341554</Text>
    </FareCalculation>
    <FareCalculationBreakdown>
     <Branch PCC="1FQ6" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="SIN" AirportCode="SIN" ArrivalCityCode="TYO" GenericInd="O" ArrivalAirportCode="HND" />
     <FareBasis FilingCarrier="NH" TicketDesignator="IN90" FarePassengerType="INF" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="111.81" Code="YLA4TSJY/IN90" GlobalInd="EH" Market="SINTYO" />
     <FreeBaggageAllowance>PC001</FreeBaggageAllowance>
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>6</RuleCategoryIndicator>
     <RuleCategoryIndicator>7</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
     <RuleCategoryIndicator>19</RuleCategoryIndicator>
     <Surcharges Type="MIS" Ind="Q">1.49</Surcharges>
    </FareCalculationBreakdown>
    <FareCalculationBreakdown>
     <Branch PCC="1FQ6" FirstJointCarrier="NH" />
     <Departure AirlineCode="NH" CityCode="TYO" AirportCode="HND" ArrivalCityCode="SIN" GenericInd="O" ArrivalAirportCode="SIN" />
     <FareBasis FilingCarrier="NH" TicketDesignator="IN90" FarePassengerType="INF" TripTypeInd="R" Cabin="Y" FareType="P" FareAmount="111.81" Code="YLA4TSJY/IN90" GlobalInd="EH" Market="SINTYO" />
     <FreeBaggageAllowance>PC001</FreeBaggageAllowance>
     <RuleCategoryIndicator>3</RuleCategoryIndicator>
     <RuleCategoryIndicator>4</RuleCategoryIndicator>
     <RuleCategoryIndicator>5</RuleCategoryIndicator>
     <RuleCategoryIndicator>6</RuleCategoryIndicator>
     <RuleCategoryIndicator>7</RuleCategoryIndicator>
     <RuleCategoryIndicator>8</RuleCategoryIndicator>
     <RuleCategoryIndicator>9</RuleCategoryIndicator>
     <RuleCategoryIndicator>10</RuleCategoryIndicator>
     <RuleCategoryIndicator>12</RuleCategoryIndicator>
     <RuleCategoryIndicator>16</RuleCategoryIndicator>
     <RuleCategoryIndicator>18</RuleCategoryIndicator>
     <RuleCategoryIndicator>19</RuleCategoryIndicator>
     <Surcharges Type="MIS" Ind="Q">1.49</Surcharges>
    </FareCalculationBreakdown>
    <ItinTotalFare NonRefundableInd="N">
     <BaggageInfo>
      <NonUS_DOT_Disclosure>
       <Text>BAG ALLOWANCE     -SINHND-01P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>2NDCHECKED BAG FEE-SINHND-JPY10000/NH/UP TO 50 POUNDS/23 K</Text>
       <Text>ILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS</Text>
       <Text>BAG ALLOWANCE     -HNDSIN-01P/NH/EACH PIECE UP TO 50 POUND</Text>
       <Text>S/23 KILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTI</Text>
       <Text>METERS</Text>
       <Text>2NDCHECKED BAG FEE-HNDSIN-JPY10000/NH/UP TO 50 POUNDS/23 K</Text>
       <Text>ILOGRAMS AND UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS</Text>
       <Text>CARRY ON ALLOWANCE</Text>
       <Text>SINHND HNDSIN-NIL/NH</Text>
       <Text>CARRY ON CHARGES</Text>
       <Text>SINHND HNDSIN-NH-CARRY ON FEES UNKNOWN-CONTACT CARRIER</Text>
       <Text>ADDITIONAL ALLOWANCES AND/OR DISCOUNTS MAY APPLY DEPENDING ON</Text>
       <Text>FLYER-SPECIFIC FACTORS /E.G. FREQUENT FLYER STATUS/MILITARY/</Text>
       <Text>CREDIT CARD FORM OF PAYMENT/EARLY PURCHASE OVER INTERNET,ETC./</Text>
      </NonUS_DOT_Disclosure>
     </BaggageInfo>
     <BaseFare CurrencyCode="SGD" Amount="304.00" />
     <Construction CurrencyCode="NUC" RateOfExchange="1.341554" Amount="226.60" />
     <Endorsements>
      <Text>FLT/CNX/CHG RESTRICTED/CHECK FARE RULE</Text>
     </Endorsements>
     <EquivFare CurrencyCode="JPY" Amount="34300" />
     <Taxes TotalAmount="1200">
      <Tax TaxCode="YQI" Amount="1200" TaxName="SERVICE FEE - CARRIER-IMPOSED" TicketingTaxCode="YQ" />
     </Taxes>
     <TotalFare CurrencyCode="JPY" Amount="35500" />
    </ItinTotalFare>
    <PassengerTypeQuantity Quantity="1" Code="INF" />
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" TicketDesignator="IN90" FarePassengerType="INF" FareType="P" FareAmount="111.81" Code="YLA4TSJY/IN90" GlobalInd="EH" Market="SINTYO" />
     <FreeBaggageAllowance>PC001</FreeBaggageAllowance>
     <Surcharges Type="MIS" Ind="Q">1.49</Surcharges>
    </PTC_FareBreakdown>
    <PTC_FareBreakdown>
     <Cabin>Y</Cabin>
     <FareBasis FilingCarrier="NH" TicketDesignator="IN90" FarePassengerType="INF" FareType="P" FareAmount="111.81" Code="YLA4TSJY/IN90" GlobalInd="EH" Market="SINTYO" />
     <FreeBaggageAllowance>PC001</FreeBaggageAllowance>
     <Surcharges Type="MIS" Ind="Q">1.49</Surcharges>
    </PTC_FareBreakdown>
   </AirItineraryPricingInfo>
  </PricedItinerary>
 </PriceQuote>
  </AirPrice>
  <TravelItineraryRead>
    <TravelItinerary>
      <CustomerInfo>
        <ContactNumbers>
          <ContactNumber Phone="03-1234-5678-H-1.1" LocationCode="TYO" RPH="001" Id="15" />
        </ContactNumbers>
        <PersonName elementId="pnr-3.1" PassengerType="ADT" NameNumber="01.01" WithInfant="false" RPH="1">
          <GivenName>ICHIRO</GivenName>
          <Surname>TAKESHITA</Surname>
        </PersonName>
        <PersonName elementId="pnr-5.2" PassengerType="ADT" NameNumber="02.01" WithInfant="false" RPH="2">
          <GivenName>NIKO</GivenName>
          <Surname>TAKESHITA</Surname>
        </PersonName>
        <PersonName elementId="pnr-7.3" PassengerType="C06" NameNumber="03.01" WithInfant="false" RPH="3">
          <GivenName>ROKUSAI</GivenName>
          <Surname>TAKESHITA</Surname>
        </PersonName>
        <PersonName elementId="pnr-9.4" PassengerType="C03" NameNumber="04.01" WithInfant="false" RPH="4">
          <GivenName>SANSAI</GivenName>
          <Surname>TAKESHITA</Surname>
        </PersonName>
        <PersonName elementId="pnr-11.5" PassengerType="INS" NameNumber="05.01" WithInfant="false" RPH="5">
          <GivenName>SEKIARI</GivenName>
          <Surname>TAKESHITA</Surname>
        </PersonName>
        <PersonName elementId="pnr-13.6" PassengerType="INF" NameNumber="06.01" WithInfant="true" RPH="6">
          <GivenName>SEKINASHI</GivenName>
          <Surname>TAKESHITA</Surname>
        </PersonName>
      </CustomerInfo>
      <ItineraryInfo>
        <ItineraryPricing>
          <PriceQuote RPH="1">
            <MiscInformation>
              <SignatureLine Status="ACTIVE" ExpirationDateTime="00:00" Source="SYS">
                <Text>1FQ6 1FQ6*AHL 1342/11APR24</Text>
              </SignatureLine>
            </MiscInformation>
            <PricedItinerary TaxExempt="false" ValidatingCarrier="NH" DisplayOnly="false" RPH="1" InputMessage="WPN1.1-2.1¥RQ" StatusCode="A" StoredDateTime="2024-04-11T13:42">
              <AirItineraryPricingInfo>
                <ItinTotalFare>
                  <BaseFare CurrencyCode="SGD" Amount="6000.00" />
                  <EquivFare CurrencyCode="JPY" Amount="676800" />
                  <Taxes>
                    <Tax TaxCode="XT" Amount="44560" />
                    <TaxBreakdownCode TaxPaid="false">5240SG</TaxBreakdownCode>
                    <TaxBreakdownCode TaxPaid="false">1220L7</TaxBreakdownCode>
                    <TaxBreakdownCode TaxPaid="false">910OP</TaxBreakdownCode>
                    <TaxBreakdownCode TaxPaid="false">2950SW</TaxBreakdownCode>
                    <TaxBreakdownCode TaxPaid="false">33240YQ</TaxBreakdownCode>
                    <TaxBreakdownCode TaxPaid="false">1000TK</TaxBreakdownCode>
                  </Taxes>
                  <TotalFare CurrencyCode="JPY" Amount="721360" />
                  <Totals>
                    <BaseFare Amount="12000.00" />
                    <EquivFare Amount="1353600" />
                    <Taxes>
                      <Tax Amount="89120" />
                    </Taxes>
                    <TotalFare Amount="1442720" />
                  </Totals>
                </ItinTotalFare>
                <PassengerTypeQuantity Quantity="02" Code="ADT" />
                <PTC_FareBreakdown>
                  <Endorsements>
                    <Endorsement type="PRICING_PARAMETER">
                      <Text>WPN1.1-2.1$RQ</Text>
                    </Endorsement>
                    <Endorsement type="WARNING">
                      <Text>VALIDATING CARRIER - NH</Text>
                    </Endorsement>
                  </Endorsements>
                  <FareBasis Code="YFA0TSOY/YFA0TSOY" />
                  <FareCalculation>
                    <Text>SIN NH TYO2236.21NH SIN2236.21NUC4472.42END ROE1.341554</Text>
                  </FareCalculation>
                  <FareSource>ATPC</FareSource>
                  <FlightSegment SegmentNumber="1" Status="RQ" DepartureDateTime="04-25T11:05" ConnectionInd="O" FlightNumber="842" ResBookDesigCode="Y">
                    <BaggageAllowance Number="02P" />
                    <FareBasis Code="YFA0TSOY" />
                    <MarketingAirline FlightNumber="842" Code="NH" />
                    <OriginLocation LocationCode="SIN" />
                    <ValidityDates>
                      <NotValidAfter>2025-04-25</NotValidAfter>
                    </ValidityDates>
                  </FlightSegment>
                  <FlightSegment SegmentNumber="2" Status="RQ" DepartureDateTime="04-28T10:55" ConnectionInd="O" FlightNumber="841" ResBookDesigCode="Y">
                    <BaggageAllowance Number="02P" />
                    <FareBasis Code="YFA0TSOY" />
                    <MarketingAirline FlightNumber="841" Code="NH" />
                    <OriginLocation LocationCode="HND" />
                    <ValidityDates>
                      <NotValidAfter>2025-04-25</NotValidAfter>
                    </ValidityDates>
                  </FlightSegment>
                  <FlightSegment>
                    <OriginLocation LocationCode="SIN" />
                  </FlightSegment>
                  <FareComponent TicketDesignator="" GoverningCarrier="NH" FareBasisCode="YFA0TSOY" Amount="223621" FareDirectionality="FROM" FareComponentNumber="1">
                    <Location Origin="SIN" Destination="TYO" />
                    <Dates DepartureDateTime="04-25T11:05" ArrivalDateTime="04-25T19:15" />
                    <FlightSegmentNumbers>
                      <FlightSegmentNumber>1</FlightSegmentNumber>
                    </FlightSegmentNumbers>
                  </FareComponent>
                  <FareComponent TicketDesignator="" GoverningCarrier="NH" FareBasisCode="YFA0TSOY" Amount="223621" FareDirectionality="TO" FareComponentNumber="2">
                    <Location Origin="TYO" Destination="SIN" />
                    <Dates DepartureDateTime="04-28T10:55" ArrivalDateTime="04-28T17:15" />
                    <FlightSegmentNumbers>
                      <FlightSegmentNumber>2</FlightSegmentNumber>
                    </FlightSegmentNumbers>
                  </FareComponent>
                </PTC_FareBreakdown>
              </AirItineraryPricingInfo>
            </PricedItinerary>
            <ResponseHeader>
              <Text>FARE - PRICE RETAINED</Text>
              <Text>FARE NOT GUARANTEED UNTIL TICKETED</Text>
            </ResponseHeader>
            <PriceQuotePlus PricingStatus="C" VerifyFareCalc="false" NUCSuppresion="false" SystemIndicator="S" IT_BT_Fare="BT" NegotiatedFare="false" DomesticIntlInd="I" DisplayOnly="false" ManualFare="false" SubjToGovtApproval="false" DiscountAmount="0" ItineraryChanged="true">
              <PassengerInfo PassengerType="ADT">
                <PassengerData NameNumber="01.01">TAKESHITA/ICHIRO</PassengerData>
                <PassengerData NameNumber="02.01">TAKESHITA/NIKO</PassengerData>
              </PassengerInfo>
              <TicketingInstructionsInfo />
            </PriceQuotePlus>
          </PriceQuote>
          <PriceQuote RPH="2">
            <MiscInformation>
              <SignatureLine Status="ACTIVE" ExpirationDateTime="00:00" Source="SYS">
                <Text>1FQ6 1FQ6*AHL 1342/11APR24</Text>
              </SignatureLine>
            </MiscInformation>
            <PricedItinerary TaxExempt="false" ValidatingCarrier="NH" DisplayOnly="false" RPH="2" InputMessage="WPN3.1¥RQ" StatusCode="A" StoredDateTime="2024-04-11T13:42">
              <AirItineraryPricingInfo>
                <ItinTotalFare>
                  <BaseFare CurrencyCode="SGD" Amount="2280.00" />
                  <EquivFare CurrencyCode="JPY" Amount="257200" />
                  <Taxes>
                    <Tax TaxCode="XT" Amount="43080" />
                    <TaxBreakdownCode TaxPaid="false">5240SG</TaxBreakdownCode>
                    <TaxBreakdownCode TaxPaid="false">1220L7</TaxBreakdownCode>
                    <TaxBreakdownCode TaxPaid="false">910OP</TaxBreakdownCode>
                    <TaxBreakdownCode TaxPaid="false">1470SW</TaxBreakdownCode>
                    <TaxBreakdownCode TaxPaid="false">33240YQ</TaxBreakdownCode>
                    <TaxBreakdownCode TaxPaid="false">1000TK</TaxBreakdownCode>
                  </Taxes>
                  <TotalFare CurrencyCode="JPY" Amount="300280" />
                  <Totals>
                    <BaseFare Amount="2280.00" />
                    <EquivFare Amount="257200" />
                    <Taxes>
                      <Tax Amount="43080" />
                    </Taxes>
                    <TotalFare Amount="300280" />
                  </Totals>
                </ItinTotalFare>
                <PassengerTypeQuantity Quantity="01" Code="C06" />
                <PTC_FareBreakdown>
                  <Endorsements>
                    <Endorsement type="PRICING_PARAMETER">
                      <Text>WPN3.1$RQ</Text>
                    </Endorsement>
                    <Endorsement type="WARNING">
                      <Text>EACH C06 REQUIRES ACCOMPANYING SAME CABIN ADT</Text>
                    </Endorsement>
                    <Endorsement type="WARNING">
                      <Text>VALIDATING CARRIER - NH</Text>
                    </Endorsement>
                    <Endorsement type="ENDORSEMENT_OVERRIDE">
                      <Text>FLT/CNX/CHG RESTRICTED/CHECK FARE RULE</Text>
                    </Endorsement>
                  </Endorsements>
                  <FareBasis Code="YLA4TSJY/CH25/YLA4TSJY/CH25" />
                  <FareCalculation>
                    <Text>SIN NH TYO Q11.17 838.57NH SIN Q11.17 838.57NUC1699.48END ROE1.341554</Text>
                  </FareCalculation>
                  <FareSource>ATPC</FareSource>
                  <FlightSegment SegmentNumber="1" Status="OK" DepartureDateTime="04-25T11:05" ConnectionInd="O" FlightNumber="842" ResBookDesigCode="Y">
                    <BaggageAllowance Number="02P" />
                    <FareBasis Code="YLA4TSJY/CH25" />
                    <MarketingAirline FlightNumber="842" Code="NH" />
                    <OriginLocation LocationCode="SIN" />
                    <ValidityDates>
                      <NotValidAfter>2024-04-25</NotValidAfter>
                      <NotValidBefore>2024-04-25</NotValidBefore>
                    </ValidityDates>
                  </FlightSegment>
                  <FlightSegment SegmentNumber="2" Status="OK" DepartureDateTime="04-28T11:05" ConnectionInd="O" FlightNumber="841" ResBookDesigCode="Y">
                    <BaggageAllowance Number="02P" />
                    <FareBasis Code="YLA4TSJY/CH25" />
                    <MarketingAirline FlightNumber="841" Code="NH" />
                    <OriginLocation LocationCode="HND" />
                    <ValidityDates>
                      <NotValidAfter>2024-04-28</NotValidAfter>
                      <NotValidBefore>2024-04-28</NotValidBefore>
                    </ValidityDates>
                  </FlightSegment>
                  <FlightSegment>
                    <OriginLocation LocationCode="SIN" />
                  </FlightSegment>
                  <FareComponent TicketDesignator="CH25" GoverningCarrier="NH" FareBasisCode="YLA4TSJY/CH25" Amount="83857" FareDirectionality="FROM" FareComponentNumber="1">
                    <Location Origin="SIN" Destination="TYO" />
                    <Dates DepartureDateTime="04-25T11:05" ArrivalDateTime="04-25T19:15" />
                    <FlightSegmentNumbers>
                      <FlightSegmentNumber>1</FlightSegmentNumber>
                    </FlightSegmentNumbers>
                  </FareComponent>
                  <FareComponent TicketDesignator="CH25" GoverningCarrier="NH" FareBasisCode="YLA4TSJY/CH25" Amount="83857" FareDirectionality="TO" FareComponentNumber="2">
                    <Location Origin="TYO" Destination="SIN" />
                    <Dates DepartureDateTime="04-28T11:05" ArrivalDateTime="04-28T17:15" />
                    <FlightSegmentNumbers>
                      <FlightSegmentNumber>2</FlightSegmentNumber>
                    </FlightSegmentNumbers>
                  </FareComponent>
                </PTC_FareBreakdown>
              </AirItineraryPricingInfo>
            </PricedItinerary>
            <ResponseHeader>
              <Text>FARE - PRICE RETAINED</Text>
              <Text>FARE NOT GUARANTEED UNTIL TICKETED</Text>
            </ResponseHeader>
            <PriceQuotePlus PricingStatus="C" VerifyFareCalc="false" NUCSuppresion="false" SystemIndicator="S" IT_BT_Fare="BT" NegotiatedFare="false" DomesticIntlInd="I" DisplayOnly="false" ManualFare="false" SubjToGovtApproval="false" DiscountAmount="0" ItineraryChanged="false">
              <PassengerInfo PassengerType="C06">
                <PassengerData NameNumber="03.01">TAKESHITA/ROKUSAI</PassengerData>
              </PassengerInfo>
              <TicketingInstructionsInfo />
            </PriceQuotePlus>
          </PriceQuote>
          <PriceQuote RPH="3">
            <MiscInformation>
              <SignatureLine Status="ACTIVE" ExpirationDateTime="00:00" Source="SYS">
                <Text>1FQ6 1FQ6*AHL 1342/11APR24</Text>
              </SignatureLine>
            </MiscInformation>
            <PricedItinerary TaxExempt="false" ValidatingCarrier="NH" DisplayOnly="false" RPH="3" InputMessage="WPN4.1¥RQ" StatusCode="A" StoredDateTime="2024-04-11T13:42">
              <AirItineraryPricingInfo>
                <ItinTotalFare>
                  <BaseFare CurrencyCode="SGD" Amount="2280.00" />
                  <EquivFare CurrencyCode="JPY" Amount="257200" />
                  <Taxes>
                    <Tax TaxCode="XT" Amount="43080" />
                    <TaxBreakdownCode TaxPaid="false">5240SG</TaxBreakdownCode>
                    <TaxBreakdownCode TaxPaid="false">1220L7</TaxBreakdownCode>
                    <TaxBreakdownCode TaxPaid="false">910OP</TaxBreakdownCode>
                    <TaxBreakdownCode TaxPaid="false">1470SW</TaxBreakdownCode>
                    <TaxBreakdownCode TaxPaid="false">33240YQ</TaxBreakdownCode>
                    <TaxBreakdownCode TaxPaid="false">1000TK</TaxBreakdownCode>
                  </Taxes>
                  <TotalFare CurrencyCode="JPY" Amount="300280" />
                  <Totals>
                    <BaseFare Amount="2280.00" />
                    <EquivFare Amount="257200" />
                    <Taxes>
                      <Tax Amount="43080" />
                    </Taxes>
                    <TotalFare Amount="300280" />
                  </Totals>
                </ItinTotalFare>
                <PassengerTypeQuantity Quantity="01" Code="C03" />
                <PTC_FareBreakdown>
                  <Endorsements>
                    <Endorsement type="PRICING_PARAMETER">
                      <Text>WPN4.1$RQ</Text>
                    </Endorsement>
                    <Endorsement type="WARNING">
                      <Text>EACH C03 REQUIRES ACCOMPANYING SAME CABIN ADT</Text>
                    </Endorsement>
                    <Endorsement type="WARNING">
                      <Text>VALIDATING CARRIER - NH</Text>
                    </Endorsement>
                    <Endorsement type="ENDORSEMENT_OVERRIDE">
                      <Text>FLT/CNX/CHG RESTRICTED/CHECK FARE RULE</Text>
                    </Endorsement>
                  </Endorsements>
                  <FareBasis Code="YLA4TSJY/CH25/YLA4TSJY/CH25" />
                  <FareCalculation>
                    <Text>SIN NH TYO Q11.17 838.57NH SIN Q11.17 838.57NUC1699.48END ROE1.341554</Text>
                  </FareCalculation>
                  <FareSource>ATPC</FareSource>
                  <FlightSegment SegmentNumber="1" Status="OK" DepartureDateTime="04-25T11:05" ConnectionInd="O" FlightNumber="842" ResBookDesigCode="Y">
                    <BaggageAllowance Number="02P" />
                    <FareBasis Code="YLA4TSJY/CH25" />
                    <MarketingAirline FlightNumber="842" Code="NH" />
                    <OriginLocation LocationCode="SIN" />
                    <ValidityDates>
                      <NotValidAfter>2024-04-25</NotValidAfter>
                      <NotValidBefore>2024-04-25</NotValidBefore>
                    </ValidityDates>
                  </FlightSegment>
                  <FlightSegment SegmentNumber="2" Status="OK" DepartureDateTime="04-28T11:05" ConnectionInd="O" FlightNumber="841" ResBookDesigCode="Y">
                    <BaggageAllowance Number="02P" />
                    <FareBasis Code="YLA4TSJY/CH25" />
                    <MarketingAirline FlightNumber="841" Code="NH" />
                    <OriginLocation LocationCode="HND" />
                    <ValidityDates>
                      <NotValidAfter>2024-04-28</NotValidAfter>
                      <NotValidBefore>2024-04-28</NotValidBefore>
                    </ValidityDates>
                  </FlightSegment>
                  <FlightSegment>
                    <OriginLocation LocationCode="SIN" />
                  </FlightSegment>
                  <FareComponent TicketDesignator="CH25" GoverningCarrier="NH" FareBasisCode="YLA4TSJY/CH25" Amount="83857" FareDirectionality="FROM" FareComponentNumber="1">
                    <Location Origin="SIN" Destination="TYO" />
                    <Dates DepartureDateTime="04-25T11:05" ArrivalDateTime="04-25T19:15" />
                    <FlightSegmentNumbers>
                      <FlightSegmentNumber>1</FlightSegmentNumber>
                    </FlightSegmentNumbers>
                  </FareComponent>
                  <FareComponent TicketDesignator="CH25" GoverningCarrier="NH" FareBasisCode="YLA4TSJY/CH25" Amount="83857" FareDirectionality="TO" FareComponentNumber="2">
                    <Location Origin="TYO" Destination="SIN" />
                    <Dates DepartureDateTime="04-28T11:05" ArrivalDateTime="04-28T17:15" />
                    <FlightSegmentNumbers>
                      <FlightSegmentNumber>2</FlightSegmentNumber>
                    </FlightSegmentNumbers>
                  </FareComponent>
                </PTC_FareBreakdown>
              </AirItineraryPricingInfo>
            </PricedItinerary>
            <ResponseHeader>
              <Text>FARE - PRICE RETAINED</Text>
              <Text>FARE NOT GUARANTEED UNTIL TICKETED</Text>
            </ResponseHeader>
            <PriceQuotePlus PricingStatus="C" VerifyFareCalc="false" NUCSuppresion="false" SystemIndicator="S" IT_BT_Fare="BT" NegotiatedFare="false" DomesticIntlInd="I" DisplayOnly="false" ManualFare="false" SubjToGovtApproval="false" DiscountAmount="0" ItineraryChanged="false">
              <PassengerInfo PassengerType="C03">
                <PassengerData NameNumber="04.01">TAKESHITA/SANSAI</PassengerData>
              </PassengerInfo>
              <TicketingInstructionsInfo />
            </PriceQuotePlus>
          </PriceQuote>
          <PriceQuote RPH="4">
            <MiscInformation>
              <SignatureLine Status="ACTIVE" ExpirationDateTime="00:00" Source="SYS">
                <Text>1FQ6 1FQ6*AHL 1342/11APR24</Text>
              </SignatureLine>
            </MiscInformation>
            <PricedItinerary TaxExempt="false" ValidatingCarrier="NH" DisplayOnly="false" RPH="4" InputMessage="WPN5.1¥RQ" StatusCode="A" StoredDateTime="2024-04-11T13:42">
              <AirItineraryPricingInfo>
                <ItinTotalFare>
                  <BaseFare CurrencyCode="SGD" Amount="2280.00" />
                  <EquivFare CurrencyCode="JPY" Amount="257200" />
                  <Taxes>
                    <Tax TaxCode="XT" Amount="34710" />
                    <TaxBreakdownCode TaxPaid="false">1470SW</TaxBreakdownCode>
                    <TaxBreakdownCode TaxPaid="false">33240YQ</TaxBreakdownCode>
                  </Taxes>
                  <TotalFare CurrencyCode="JPY" Amount="291910" />
                  <Totals>
                    <BaseFare Amount="2280.00" />
                    <EquivFare Amount="257200" />
                    <Taxes>
                      <Tax Amount="34710" />
                    </Taxes>
                    <TotalFare Amount="291910" />
                  </Totals>
                </ItinTotalFare>
                <PassengerTypeQuantity Quantity="01" Code="INS" />
                <PTC_FareBreakdown>
                  <Endorsements>
                    <Endorsement type="PRICING_PARAMETER">
                      <Text>WPN5.1$RQ</Text>
                    </Endorsement>
                    <Endorsement type="WARNING">
                      <Text>REQUIRES ACCOMPANYING ADT PASSENGER</Text>
                    </Endorsement>
                    <Endorsement type="WARNING">
                      <Text>EACH INF REQUIRES ACCOMPANYING ADT PASSENGER</Text>
                    </Endorsement>
                    <Endorsement type="WARNING">
                      <Text>VALIDATING CARRIER - NH</Text>
                    </Endorsement>
                    <Endorsement type="ENDORSEMENT_OVERRIDE">
                      <Text>FLT/CNX/CHG RESTRICTED/CHECK FARE RULE</Text>
                    </Endorsement>
                  </Endorsements>
                  <FareBasis Code="YLA4TSJY/CH25/YLA4TSJY/CH25" />
                  <FareCalculation>
                    <Text>SIN NH TYO Q11.17 838.57NH SIN Q11.17 838.57NUC1699.48END ROE1.341554</Text>
                  </FareCalculation>
                  <FareSource>ATPC</FareSource>
                  <FlightSegment SegmentNumber="1" Status="OK" DepartureDateTime="04-25T11:05" ConnectionInd="O" FlightNumber="842" ResBookDesigCode="Y">
                    <BaggageAllowance Number="02P" />
                    <FareBasis Code="YLA4TSJY/CH25" />
                    <MarketingAirline FlightNumber="842" Code="NH" />
                    <OriginLocation LocationCode="SIN" />
                    <ValidityDates>
                      <NotValidAfter>2024-04-25</NotValidAfter>
                      <NotValidBefore>2024-04-25</NotValidBefore>
                    </ValidityDates>
                  </FlightSegment>
                  <FlightSegment SegmentNumber="2" Status="OK" DepartureDateTime="04-28T11:05" ConnectionInd="O" FlightNumber="841" ResBookDesigCode="Y">
                    <BaggageAllowance Number="02P" />
                    <FareBasis Code="YLA4TSJY/CH25" />
                    <MarketingAirline FlightNumber="841" Code="NH" />
                    <OriginLocation LocationCode="HND" />
                    <ValidityDates>
                      <NotValidAfter>2024-04-28</NotValidAfter>
                      <NotValidBefore>2024-04-28</NotValidBefore>
                    </ValidityDates>
                  </FlightSegment>
                  <FlightSegment>
                    <OriginLocation LocationCode="SIN" />
                  </FlightSegment>
                  <FareComponent TicketDesignator="CH25" GoverningCarrier="NH" FareBasisCode="YLA4TSJY/CH25" Amount="83857" FareDirectionality="FROM" FareComponentNumber="1">
                    <Location Origin="SIN" Destination="TYO" />
                    <Dates DepartureDateTime="04-25T11:05" ArrivalDateTime="04-25T19:15" />
                    <FlightSegmentNumbers>
                      <FlightSegmentNumber>1</FlightSegmentNumber>
                    </FlightSegmentNumbers>
                  </FareComponent>
                  <FareComponent TicketDesignator="CH25" GoverningCarrier="NH" FareBasisCode="YLA4TSJY/CH25" Amount="83857" FareDirectionality="TO" FareComponentNumber="2">
                    <Location Origin="TYO" Destination="SIN" />
                    <Dates DepartureDateTime="04-28T11:05" ArrivalDateTime="04-28T17:15" />
                    <FlightSegmentNumbers>
                      <FlightSegmentNumber>2</FlightSegmentNumber>
                    </FlightSegmentNumbers>
                  </FareComponent>
                </PTC_FareBreakdown>
              </AirItineraryPricingInfo>
            </PricedItinerary>
            <ResponseHeader>
              <Text>FARE - PRICE RETAINED</Text>
              <Text>FARE NOT GUARANTEED UNTIL TICKETED</Text>
            </ResponseHeader>
            <PriceQuotePlus PricingStatus="C" VerifyFareCalc="false" NUCSuppresion="false" SystemIndicator="S" IT_BT_Fare="BT" NegotiatedFare="false" DomesticIntlInd="I" DisplayOnly="false" ManualFare="false" SubjToGovtApproval="false" DiscountAmount="0" ItineraryChanged="false">
              <PassengerInfo PassengerType="INS">
                <PassengerData NameNumber="05.01">TAKESHITA/SEKIARI</PassengerData>
              </PassengerInfo>
              <TicketingInstructionsInfo />
            </PriceQuotePlus>
          </PriceQuote>
          <PriceQuote RPH="5">
            <MiscInformation>
              <SignatureLine Status="ACTIVE" ExpirationDateTime="00:00" Source="SYS">
                <Text>1FQ6 1FQ6*AHL 1342/11APR24</Text>
              </SignatureLine>
            </MiscInformation>
            <PricedItinerary TaxExempt="false" ValidatingCarrier="NH" DisplayOnly="false" RPH="5" InputMessage="WPN6.1¥RQ" StatusCode="A" StoredDateTime="2024-04-11T13:42">
              <AirItineraryPricingInfo>
                <ItinTotalFare>
                  <BaseFare CurrencyCode="SGD" Amount="304.00" />
                  <EquivFare CurrencyCode="JPY" Amount="34300" />
                  <Taxes>
                    <Tax TaxCode="YQ" Amount="1200" />
                  </Taxes>
                  <TotalFare CurrencyCode="JPY" Amount="35500" />
                  <Totals>
                    <BaseFare Amount="304.00" />
                    <EquivFare Amount="34300" />
                    <Taxes>
                      <Tax Amount="1200" />
                    </Taxes>
                    <TotalFare Amount="35500" />
                  </Totals>
                </ItinTotalFare>
                <PassengerTypeQuantity Quantity="01" Code="INF" />
                <PTC_FareBreakdown>
                  <Endorsements>
                    <Endorsement type="PRICING_PARAMETER">
                      <Text>WPN6.1$RQ</Text>
                    </Endorsement>
                    <Endorsement type="WARNING">
                      <Text>REQUIRES ACCOMPANYING ADT PASSENGER</Text>
                    </Endorsement>
                    <Endorsement type="WARNING">
                      <Text>EACH INF REQUIRES ACCOMPANYING ADT PASSENGER</Text>
                    </Endorsement>
                    <Endorsement type="WARNING">
                      <Text>VALIDATING CARRIER - NH</Text>
                    </Endorsement>
                    <Endorsement type="ENDORSEMENT_OVERRIDE">
                      <Text>FLT/CNX/CHG RESTRICTED/CHECK FARE RULE</Text>
                    </Endorsement>
                  </Endorsements>
                  <FareBasis Code="YLA4TSJY/IN90/YLA4TSJY/IN90" />
                  <FareCalculation>
                    <Text>SIN NH TYO Q1.49 111.81NH SIN Q1.49 111.81NUC226.60END ROE1.341554</Text>
                  </FareCalculation>
                  <FareSource>ATPC</FareSource>
                  <FlightSegment SegmentNumber="1" Status="NS" DepartureDateTime="04-25T11:05" ConnectionInd="O" FlightNumber="842" ResBookDesigCode="Y">
                    <BaggageAllowance Number="01P" />
                    <FareBasis Code="YLA4TSJY/IN90" />
                    <MarketingAirline FlightNumber="842" Code="NH" />
                    <OriginLocation LocationCode="SIN" />
                    <ValidityDates>
                      <NotValidAfter>2024-04-25</NotValidAfter>
                      <NotValidBefore>2024-04-25</NotValidBefore>
                    </ValidityDates>
                  </FlightSegment>
                  <FlightSegment SegmentNumber="2" Status="NS" DepartureDateTime="04-28T11:05" ConnectionInd="O" FlightNumber="841" ResBookDesigCode="Y">
                    <BaggageAllowance Number="01P" />
                    <FareBasis Code="YLA4TSJY/IN90" />
                    <MarketingAirline FlightNumber="841" Code="NH" />
                    <OriginLocation LocationCode="HND" />
                    <ValidityDates>
                      <NotValidAfter>2024-04-28</NotValidAfter>
                      <NotValidBefore>2024-04-28</NotValidBefore>
                    </ValidityDates>
                  </FlightSegment>
                  <FlightSegment>
                    <OriginLocation LocationCode="SIN" />
                  </FlightSegment>
                  <FareComponent TicketDesignator="IN90" GoverningCarrier="NH" FareBasisCode="YLA4TSJY/IN90" Amount="11181" FareDirectionality="FROM" FareComponentNumber="1">
                    <Location Origin="SIN" Destination="TYO" />
                    <Dates DepartureDateTime="04-25T11:05" ArrivalDateTime="04-25T19:15" />
                    <FlightSegmentNumbers>
                      <FlightSegmentNumber>1</FlightSegmentNumber>
                    </FlightSegmentNumbers>
                  </FareComponent>
                  <FareComponent TicketDesignator="IN90" GoverningCarrier="NH" FareBasisCode="YLA4TSJY/IN90" Amount="11181" FareDirectionality="TO" FareComponentNumber="2">
                    <Location Origin="TYO" Destination="SIN" />
                    <Dates DepartureDateTime="04-28T11:05" ArrivalDateTime="04-28T17:15" />
                    <FlightSegmentNumbers>
                      <FlightSegmentNumber>2</FlightSegmentNumber>
                    </FlightSegmentNumbers>
                  </FareComponent>
                </PTC_FareBreakdown>
              </AirItineraryPricingInfo>
            </PricedItinerary>
            <ResponseHeader>
              <Text>FARE - PRICE RETAINED</Text>
              <Text>FARE USED TO CALCULATE DISCOUNT</Text>
              <Text>FARE NOT GUARANTEED UNTIL TICKETED</Text>
            </ResponseHeader>
            <PriceQuotePlus PricingStatus="C" VerifyFareCalc="false" NUCSuppresion="false" SystemIndicator="S" IT_BT_Fare="BT" NegotiatedFare="false" DomesticIntlInd="I" DisplayOnly="false" ManualFare="false" SubjToGovtApproval="false" DiscountAmount="0" ItineraryChanged="false">
              <PassengerInfo PassengerType="INF">
                <PassengerData NameNumber="06.01">TAKESHITA/SEKINASHI</PassengerData>
              </PassengerInfo>
              <TicketingInstructionsInfo />
            </PriceQuotePlus>
          </PriceQuote>
          <PriceQuoteTotals>
            <BaseFare Amount="19144.00" />
            <EquivFare Amount="2159500.00" />
            <Taxes>
              <Tax Amount="211190.00" />
            </Taxes>
            <TotalFare Amount="2370690.00" />
          </PriceQuoteTotals>
        </ItineraryPricing>
        <ReservationItems>
          <Item RPH="1">
            <FlightSegment Status="HK" DayOfWeekInd="4" CodeShare="false" NumberInParty="05" StopQuantity="00" ElapsedTime="07.10" ResBookDesigCode="Y" SmokingAllowed="false" AirMilesFlown="3287" SegmentNumber="0001" IsPast="false" eTicket="true" DepartureDateTime="2024-04-25T11:05" ArrivalDateTime="04-25T19:15" SegmentBookedDate="2024-04-10T23:42:00" FlightNumber="0842" SpecialMeal="false" Id="16">
              <DestinationLocation LocationCode="HND" />
              <Equipment AirEquipType="789" />
              <MarketingAirline FlightNumber="0842" ResBookDesigCode="Y" Code="NH">
                <Banner>MARKETED BY ALL NIPPON AIRWAYS</Banner>
              </MarketingAirline>
              <Meal Code="M" />
              <OperatingAirline FlightNumber="0842" ResBookDesigCode="Y" Code="NH">
                <Banner>OPERATED BY ALL NIPPON AIRWAYS</Banner>
              </OperatingAirline>
              <OperatingAirlinePricing Code="NH" />
              <DisclosureCarrier DOT="false" Code="NH">
                <Banner>ALL NIPPON AIRWAYS</Banner>
              </DisclosureCarrier>
              <OriginLocation TerminalCode="2" LocationCode="SIN" Terminal="TERMINAL 2" />
              <SupplierRef ID="DCNH" />
              <UpdatedArrivalTime>04-25T19:15</UpdatedArrivalTime>
              <UpdatedDepartureTime>04-25T11:05</UpdatedDepartureTime>
              <Cabin SabreCode="Y" ShortName="ECONOMY" Lang="EN" Code="Y" Name="ECONOMY" />
            </FlightSegment>
            <Product>
              <ProductDetails productCategory="AIR">
                <ProductName type="AIR" />
                <Air sequence="1" segmentAssociationId="2">
                  <DepartureAirport>SIN</DepartureAirport>
                  <DepartureTerminalName>TERMINAL 2</DepartureTerminalName>
                  <DepartureTerminalCode>2</DepartureTerminalCode>
                  <ArrivalAirport>HND</ArrivalAirport>
                  <EquipmentType>789</EquipmentType>
                  <MarketingAirlineCode>NH</MarketingAirlineCode>
                  <MarketingFlightNumber>842</MarketingFlightNumber>
                  <MarketingClassOfService>Y</MarketingClassOfService>
                  <Cabin code="Y" name="ECONOMY" shortName="ECONOMY" lang="EN" sabreCode="Y" />
                  <MealCode>M</MealCode>
                  <ElapsedTime>430</ElapsedTime>
                  <AirMilesFlown>3287</AirMilesFlown>
                  <FunnelFlight>false</FunnelFlight>
                  <ChangeOfGauge>false</ChangeOfGauge>
                  <DisclosureCarrier DOT="false" Code="NH">
                    <Banner>ALL NIPPON AIRWAYS</Banner>
                  </DisclosureCarrier>
                  <AirlineRefId>DCNH</AirlineRefId>
                  <Eticket>true</Eticket>
                  <DepartureDateTime>2024-04-25T11:05:00</DepartureDateTime>
                  <ArrivalDateTime>2024-04-25T19:15:00</ArrivalDateTime>
                  <FlightNumber>842</FlightNumber>
                  <ClassOfService>Y</ClassOfService>
                  <ActionCode>HK</ActionCode>
                  <NumberInParty>5</NumberInParty>
                  <inboundConnection>false</inboundConnection>
                  <outboundConnection>false</outboundConnection>
                  <ScheduleChangeIndicator>false</ScheduleChangeIndicator>
                  <SegmentBookedDate>2024-04-10T23:42:00</SegmentBookedDate>
                </Air>
              </ProductDetails>
            </Product>
          </Item>
          <Item RPH="2">
            <FlightSegment Status="HK" DayOfWeekInd="7" CodeShare="false" NumberInParty="05" StopQuantity="00" ElapsedTime="07.20" ResBookDesigCode="Y" SmokingAllowed="false" AirMilesFlown="3287" SegmentNumber="0002" IsPast="false" eTicket="true" DepartureDateTime="2024-04-28T10:55" ArrivalDateTime="04-28T17:15" SegmentBookedDate="2024-04-10T23:42:00" FlightNumber="0841" SpecialMeal="false" Id="17">
              <DestinationLocation TerminalCode="2" LocationCode="SIN" Terminal="TERMINAL 2" />
              <Equipment AirEquipType="789" />
              <MarketingAirline FlightNumber="0841" ResBookDesigCode="Y" Code="NH">
                <Banner>MARKETED BY ALL NIPPON AIRWAYS</Banner>
              </MarketingAirline>
              <Meal Code="M" />
              <OperatingAirline FlightNumber="0841" ResBookDesigCode="Y" Code="NH">
                <Banner>OPERATED BY ALL NIPPON AIRWAYS</Banner>
              </OperatingAirline>
              <OperatingAirlinePricing Code="NQ" />
              <DisclosureCarrier DOT="true" Code="NQ">
                <Banner>AIR JAPAN COMPANY LTD</Banner>
              </DisclosureCarrier>
              <OriginLocation TerminalCode="2" LocationCode="HND" Terminal="TERMINAL 2" />
              <SupplierRef ID="DCNH" />
              <UpdatedArrivalTime>04-28T17:15</UpdatedArrivalTime>
              <UpdatedDepartureTime>04-28T11:05</UpdatedDepartureTime>
              <Cabin SabreCode="Y" ShortName="ECONOMY" Lang="EN" Code="Y" Name="ECONOMY" />
            </FlightSegment>
            <Product>
              <ProductDetails productCategory="AIR">
                <ProductName type="AIR" />
                <Air sequence="2" segmentAssociationId="3">
                  <DepartureAirport>HND</DepartureAirport>
                  <DepartureTerminalName>TERMINAL 2</DepartureTerminalName>
                  <DepartureTerminalCode>2</DepartureTerminalCode>
                  <ArrivalAirport>SIN</ArrivalAirport>
                  <ArrivalTerminalName>TERMINAL 2</ArrivalTerminalName>
                  <ArrivalTerminalCode>2</ArrivalTerminalCode>
                  <OperatingAirlineCode>NH</OperatingAirlineCode>
                  <EquipmentType>789</EquipmentType>
                  <MarketingAirlineCode>NH</MarketingAirlineCode>
                  <MarketingFlightNumber>841</MarketingFlightNumber>
                  <MarketingClassOfService>Y</MarketingClassOfService>
                  <Cabin code="Y" name="ECONOMY" shortName="ECONOMY" lang="EN" sabreCode="Y" />
                  <MealCode>M</MealCode>
                  <ElapsedTime>440</ElapsedTime>
                  <AirMilesFlown>3287</AirMilesFlown>
                  <FunnelFlight>false</FunnelFlight>
                  <ChangeOfGauge>false</ChangeOfGauge>
                  <DisclosureCarrier DOT="true" Code="NQ">
                    <Banner>AIR JAPAN COMPANY LTD</Banner>
                  </DisclosureCarrier>
                  <AirlineRefId>DCNH</AirlineRefId>
                  <Eticket>true</Eticket>
                  <DepartureDateTime>2024-04-28T11:05:00</DepartureDateTime>
                  <ArrivalDateTime>2024-04-28T17:15:00</ArrivalDateTime>
                  <FlightNumber>841</FlightNumber>
                  <ClassOfService>Y</ClassOfService>
                  <ActionCode>HK</ActionCode>
                  <NumberInParty>5</NumberInParty>
                  <inboundConnection>false</inboundConnection>
                  <outboundConnection>false</outboundConnection>
                  <ScheduleChangeIndicator>false</ScheduleChangeIndicator>
                  <SegmentBookedDate>2024-04-10T23:42:00</SegmentBookedDate>
                </Air>
              </ProductDetails>
            </Product>
          </Item>
        </ReservationItems>
        <Ticketing TicketTimeLimit="T-AUTO" RPH="01" />
      </ItineraryInfo>
      <ItineraryRef PrimeHostID="1F" InhibitCode="U" ID="RQGZWM" AirExtras="false" PartitionID="AA">
        <Header>PRICE QUOTE RECORD - PRICED</Header>
        <Source HomePseudoCityCode="1FQ6" LastUpdateDateTime="2024-04-10T23:42" ReceivedFrom="MT" CreateDateTime="2024-04-10T23:42" SequenceNumber="1" AAA_PseudoCityCode="1FQ6" CreationAgent="AHL" PseudoCityCode="1FQ6" />
      </ItineraryRef>
      <RemarkInfo>
        <Remark Type="Historical" RPH="001" Id="18">
          <Text>TEST REMARKS111</Text>
        </Remark>
      </RemarkInfo>
    </TravelItinerary>
  </TravelItineraryRead>
</CreatePassengerNameRecordRS>
 

XMLタグ定義書

XMLスキーマ

【注意点】
各種XMLスキーマは、Sabre社提供のオリジナル版となるため、「XMLタグ定義書」の記載上、
利用不可の情報が含まれております。
スキーマを利用してアプリケーションを構築される場合の各タグの利用可否は、
必ず「XMLタグ定義書」にてご確認ください。

※弊社にて「XMLタグ定義書」を作成する際、各タグの利用可否確認を行っております。

 
 

PNR作成時の注意

① 航空会社によっては、PNR作成時(EOT前)にSSR DOCSの入力が必須の場合があります。
② 旅客の連絡先情報(CTCE/CTCM)の入力については、航空会社によってSSRかOSIかが異なります。
また、CTCM/CTCE以外のキーワードを利用して入力をする航空会社もございますので、各社の運用をご確認ください。

開発時の注意

SSR/OSI入力時の
Airline@Hostedの指定

 

FAQ