Note: You are viewing the development version of Schema.org. See how we work for more details.

checkinTime

A Schema.org Property
The earliest someone may check into a lodging establishment.

Values expected to be one of these types

Used on these types

Examples

Example 1
Copied
Example notes or example HTML without markup.
  1. This example is in microdata only.
Example encoded as Microdata embedded in HTML.
  1. <div itemscope itemtype="https://schema.org/Hotel">
  2.   <h1><span itemprop="name">ACME Hotel Innsbruck</span></h1>
  3.   <img itemprop="logo" src="../media/logo.png" alt="hotel logo" />
  4.   <span itemprop="description">A beautifully located business hotel right in the
  5. heart of the alps. Watch the sun rise over the scenic Inn valley while
  6. enjoying your morning coffee.</span>
  7.   Check-in: <meta itemprop="checkinTime" content="14:00:00">2:00 PM
  8.   Check-out: <meta itemprop="checkoutTime" content="11:00:00">11:00 AM
  9. </div>