File indexing completed on 2024-11-24 04:45:01

0001 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
0002 <html xmlns="http://www.w3.org/1999/xhtml" lang="es" xml:lang="es">
0003     <head>
0004         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
0005         <base href="http://www.iberia.com"> <!-- note the invalid XML here -->
0006     </head>
0007     <body>
0008         <div itemscope itemtype="http://schema.org/FlightReservation">
0009             <meta itemprop="reservationNumber" content="XXX007" />
0010             <div itemprop="underName" itemscope itemtype="http://schema.org/Person">
0011                 <meta itemprop="name" content="VOLKER" />
0012             </div>
0013             <div itemprop="reservationFor" itemscope itemtype="http://schema.org/Flight">
0014                 <meta itemprop="flightNumber" content="8588" />
0015                 <div itemprop="airline" itemscope itemtype="http://schema.org/Airline">
0016                     <meta itemprop="name" content="OPERADOR AIR NOSTRUM" />
0017                     <meta itemprop="iataCode" content="IB" />
0018                 </div>
0019                 <div itemprop="departureAirport" itemscope itemtype="http://schema.org/Airport">
0020                     <meta itemprop="name" content="MADRID" />
0021                     <meta itemprop="iataCode" content="MAD" />
0022                 </div>
0023                 <meta itemprop="departureTime" content="2017-07-20T17:50:00+02:00" />
0024                 <div itemprop="arrivalAirport" itemscope itemtype="http://schema.org/Airport">
0025                     <meta itemprop="name" content="ALMERIA" />
0026                     <meta itemprop="iataCode" content="LEI" />
0027                 </div>
0028                 <meta itemprop="arrivalTime" content="2017-07-20T19:00:00+02:00" />
0029             </div>
0030             <meta itemprop="airplaneSeat" content="9D" />
0031             <div itemprop="airplaneSeatClass" itemscope itemtype="http://schema.org/AirplaneSeatClass">
0032                 <meta itemprop="name" content="ECONOMY" />
0033             </div>
0034             <meta itemprop="ticketNumber" content="0123456789012" />
0035             <!-- note the '>' in the IATA BCBP data that must not be damaged by attempts to fix the XML -->
0036             <meta itemprop="ticketToken" content="qrCode:M1KRAUSE/VOLKER       EYYY08  MADLEIIB 8588 201F009D0018 14B>5181WM7200BIB              2A0123456789012 2                              " />
0037             <meta itemprop="reservationStatus" content="http://schema.org/Checkin" />
0038         </div>
0039     </body>
0040 </html>