List of flight leg information                          
                           
                        
                        
                        M
                     
                    
                        
                        
                           
                            
Arrival point location information                          
                           
                        
                        
                        M
                     
                    
                        
 <AircraftScheduledDateTime>
                         
                        
                           
                            
Scheduled Date and Time of Arrival                          
                           
                        
                        DateTime
                        O
                     
                    
                        
                        
                           
                            
IATA 3 letter code                          
                           
                        
                        Char(3)
                        M
                     
                    
                        
                        
                           
                            
Name of the terminal.                          
                           
                        
                        String
                        O
                     
                    
                    
                        
 <CarrierAircraftTypeCode>
                         
                        
                           
                            
Code used to identify the type of aircraft                          
                           
                        
                        String
                        O
                     
                    
                        
 <CarrierAircraftTypeName>
                         
                        
                           
                            
Name for the type of aircraft                          
                           
                        
                        String
                        O
                     
                    
                        
                        
                           
                            
Uniquely identifies the flight leg                          
                           
                        
                        String
                        M
                     
                    
                        
                        
                           
                            
Departure point location information                          
                           
                        
                        
                        M
                     
                    
                        
 <AircraftScheduledDateTime>
                         
                        
                           
                            
Scheduled Date and Time of Departure                          
                           
                        
                        DateTime
                        O
                     
                    
                        
                        
                           
                            
IATA 3 letter code                          
                           
                        
                        Char(3)
                        M
                     
                    
                        
                        
                           
                            
Name of the terminal.                          
                           
                        
                        String
                        O
                     
                    
                    
                        
                        
                           
                            
IATA defined Aircraft Type code                          
                           
                        
                        Char(3)
                        O
                     
                    
                        
                        
                           
                            
Total time the aircraft remains on the Ground between this leg and the leg which immediately precedes it.                          
                           
                                
                                    
                                    
                                        Note: 
ISO Format:PTnHnMnS                                    
                                 
                         
                        Alphanumeric
                        O
                     
             
                
                    <DatedOperatingLegList>
    <DatedOperatingLeg>
        <Arrival>
            <AircraftScheduledDateTime>2024-10-24T15:15:00</AircraftScheduledDateTime>
            <IATA_LocationCode>BGI</IATA_LocationCode>
        </Arrival>
        <CarrierAircraftType>
            <CarrierAircraftTypeCode>A330</CarrierAircraftTypeCode>
            <CarrierAircraftTypeName>A330 (widebody)</CarrierAircraftTypeName>
        </CarrierAircraftType>
        <DatedOperatingLegID>DOL1</DatedOperatingLegID>
        <Dep>
            <AircraftScheduledDateTime>2024-10-24T11:15:00</AircraftScheduledDateTime>
            <IATA_LocationCode>LHR</IATA_LocationCode>
        </Dep>
        <OnGroundDuration>PT1H15M0S</OnGroundDuration>
    </DatedOperatingLeg>
    <DatedOperatingLeg>
        <Arrival>
            <AircraftScheduledDateTime>2024-10-24T17:45:00</AircraftScheduledDateTime>
            <IATA_LocationCode>ANU</IATA_LocationCode>
        </Arrival>
        <CarrierAircraftType>
            <CarrierAircraftTypeCode>A330</CarrierAircraftTypeCode>
            <CarrierAircraftTypeName>A330 (widebody)</CarrierAircraftTypeName>
        </CarrierAircraftType>
        <DatedOperatingLegID>DOL2</DatedOperatingLegID>
        <Dep>
            <AircraftScheduledDateTime>2024-10-24T16:30:00</AircraftScheduledDateTime>
            <IATA_LocationCode>BGI</IATA_LocationCode>
        </Dep>
    </DatedOperatingLeg>
</DatedOperatingLegList>