File indexing completed on 2024-11-24 04:45:01
0001 <!-- https://developers.google.com/gmail/markup/getting-started --> 0002 <html> 0003 <body> 0004 <p> 0005 Dear John, thanks for booking your Google I/O ticket with us. 0006 </p> 0007 <p itemscope itemtype="http://schema.org/EventReservation"> 0008 BOOKING DETAILS<br/> 0009 Reservation number: <span itemprop="reservationNumber">IO12345</span><br/> 0010 Order for: <span itemprop="underName" itemscope itemtype="http://schema.org/Person"> 0011 <span itemprop="name">John Smith</span> 0012 </span><br/> 0013 <div itemprop="reservationFor" itemscope itemtype="http://schema.org/Event"> 0014 Event: <span itemprop="name">Google I/O 2013</span><br/> 0015 <time itemprop="startDate" datetime="2013-05-15T08:30:00-08:00">Start time: May 15th 2013 8:00am PST</time><br/> 0016 Venue: <span itemprop="location" itemscope itemtype="http://schema.org/Place"> 0017 <span itemprop="name">Moscone Center</span> 0018 <span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> 0019 <span itemprop="streetAddress">800 Howard St.</span>, 0020 <span itemprop="addressLocality">San Francisco</span>, 0021 <span itemprop="addressRegion">CA</span>, 0022 <span itemprop="postalCode">94103</span>, 0023 <span itemprop="addressCountry">US</span> 0024 </span> 0025 </span> 0026 </div> 0027 </p> 0028 </body> 0029 </html>