File indexing completed on 2024-06-23 05:11:56

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