webschema: changeset 167:6910d4e4591a Subclass of: Intangible A generic reservation. Some reservations may have a ticket information. Reservations design as of 2014-01-21. More specific types:
Mercurial
hg
webschema
/ changeset
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
changeset
updated for 2014.
author
danbri
Wed, 22 Jan 2014 19:23:56 +0100
changeset 167
6910d4e4591a
parent 166
7befd20efb66
child 168
0c2f7638bcd9
updated for 2014.
schema.org/ext/Reservation.html
--- a/schema.org/ext/Reservation.html Wed Dec 11 23:32:59 2013 -0500
+++ b/schema.org/ext/Reservation.html Wed Jan 22 19:23:56 2014 +0100
@@ -1,531 +1,621 @@
-
-
-
-
-
-
-Reservation
-
-
-
-Properties added by Reservation
-
-
-additionalTicketText
-
-
-Text
-
-
-Any additional text to appear on a ticket, such as additional privileges or identifiers.
-
-
-bookingAgent
-
-
-Organization
-
-or Person
-
-
-Who made the reservation.
-
-
-bookingDate
-
-
-DateTime
-
-
-Date the reservation was made.
-
-
-bookingTime
-
-
-DateTime
-
-
-Date the reservation was made.
-
-
-cancelReservationUrl
-
-
-URL
-
-
-Web page where reservation can be cancelled.
-
-
-checkinUrl
-
-
-URL
-
-
-Webpage where the passenger can check in.
-
-
-confirmReservationUrl
-
-
-URL
-
-
-Web page where reservation can be confirmed.
-
-
-
-creator
-
-
-Organization
-
-or Person
-
-
-The creator or author of this item (applies to CreativeWork as well as to Intangible enties such as Reservations, Actions etc.).
-
-
-dateModified
-
-
-Date
-
-or DateTime
-
-
-The date on which the item was last modified (e.g. changes to a CreativeWork, Reservation etc.).
-
-
-loyaltyProgram
-
-
-ProgramMembership
-
-
-.
-
-
-modifiedTime
-
-
-DateTime
-
-
-Time the reservation was last modified.
-
-
-modifyReservationUrl
-
-
-URL
-
-
-Web page where reservation can be modified.
-
-
-numSeats
-
-
-Number
-
-or Text
-
-
-Number of seats if unreserved seating.
-
-
-
-price
-
-
-Number
-
-or Text
-
-
-The total offer price of a Product or Reservation; or of a price component when attached to PriceSpecification and its subtypes.
-
-
-priceCurrency
-
-
-Text
-
-
-The currency (in 3-letter ISO 4217 format) of a Product or Reservation's offer price; or of a price component, when attached to PriceSpecification and its subtypes.
-
-
-
-
+
+
+
+
+
-hasProgramMembership
-
-
-ProgramMembership
-
-
-Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation.
-
-
-
-provider
-
-
-Organization
-
-or Person
-
-
-The Person or Organization providing the item.
-
-
-reservationFor
-
-
-BusTrip
-
-, Event
-
-, Flight
-
-, FoodEstablishment
-
-, LodgingBusiness
-
-, RentalCar
-
-, Thing
-
-or TrainTrip
-
-
-The thing -- restaurant, movie, event, flight, etc. -- the reservation is for.
-
-
-reservationNumber
-
-
-Text
-
-
-The number, code or id of the reservation.
-
-
-reservationStatus
-
-
-ReservationStatus
-
-
-Current status of the reservation.
-
-
-seat
-
-
-Seat
-
-
-The location of the reserved seat (e.g., 27B).
-
-
-seatingType
-
-
-EventSeatingType
-
-or Text
-
-
-The cabin/class of the seat.
-
-
-seatRow
-
-
-Text
-
+ Reservations
+
-
-The row location of the reserved seat (e.g., B).
-
-
-seatSection
-
-
-Text
-
-
-The section location of the reserved seat (e.g. Orchestra).
-
-
-ticketDownloadUrl
-
-
-URL
-
-
-.
-
-
-ticketNumber
-
-
-Text
-
-
-The number or id of the ticket.
-
-
-ticketPrintUrl
-
-
-URL
-
-
-.
-
-
-ticketToken
-
-
-Text
-
-or URL
-
-
-If the barcode image is hosted on your site, the value of the field is URL of the image, or a barcode or QR URI, such as "barcode128:AB34" (ISO-15417 barcodes), "qrCode:AB34" (QR codes), "aztecCode:AB34" (Aztec codes), "barcodeEAN:1234" (EAN codes) and "barcodeUPCA:1234" (UPCA codes).
-
-
-underName
-
-
-Organization
-
-or Person
-
-
-The person or organization the reservation is for.
-
-
-
-
-
-
-
-
-
-
+
+ Reservation
+ Describes a reservation for travel, dining or an event. Some reservations require tickets.
+ Subclass of: Intangible
+
+
+
+ EventReservation
+ A reservation for an event like a concert, sporting event, or lecture.
+ Subclass of: Reservation
+
+
+
+ FoodEstablishmentReservation
+ A reservation to dine at a food-related business.
+ Subclass of: Reservation
+
+
+ LodgingReservation
+ A reservation for lodging at a hotel, motel, inn, etc.
+ Subclass of: Reservation
+
+
+
+
+ ReservationPackage
+ A group of multiple reservations with common values for all sub-reservations.
+ Subclass of: Reservation
+
+
+
+ ReservationCancelled
+ The status for a previously confirmed reservation that is now cancelled.
+ type: ReservationStatusType
+
+
+
+ ReservationHold
+ The status of a reservation on hold pending an update like credit card number or flight changes.
+ type: ReservationStatusType
+
+
+ ReservationPending
+ The status of a reservation when a request has been sent, but not confirmed.
+ type: ReservationStatusType
+
+
+
+
+ Program Membership
+ Used to describe membership in a loyalty programs (e.g. "StarAliance"), traveler clubs (e.g. "AAA"), purchase clubs ("Safeway Club"), etc.
+ Subclass of: Intangible
+
+
+ Ticket
+ Used to describe a ticket to an event, a flight, a bus ride, etc.
+ Subclass of: Intangible
+
+
+ Seat
+ Used to describe a seat, such as a reserved seat in an event reservation.
+ Subclass of: Intangible
+
+
+
+
+
+ reservationStatus
+ The current status of the reservation.
+ domain: Reservation
+ Range: ReservationStatusType
+
+
+ reservationFor
+ The thing -- flight, event, restaurant,etc. being reserved.
+ domain: Reservation
+ Range: Thing
+
+
+ underName
+ The person or organization the reservation or ticket is for.
+ domain: Reservation
+ domain: Ticket
+ Range: Person
+ Range: Organization
+
+
+ provider
+ The person or organization providing the service, reservation, or creative work.
+ domain: CreativeWork
+ domain: Service
+ domain: Reservation
+ Range: Person
+ Range: Organization
+
+
+ bookingAgent
+ If the reservation was not booked directly through the provider, the third-party booking agent can be recorded through this property.
+ domain: Reservation
+ Range: Person
+ Range: Organization
+
+
+
+ modifiedTime
+ The date and time the reservation was modified.
+ domain: Reservation
+ Range: DateTime
+
+
+ programMembershipUsed
+ Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation.
+ domain: Reservation
+ Range: ProgramMembership
+
+
+ confirmReservationUrl
+ The web page where the reservation can be confirmed.
+ domain: Reservation
+ Range: URL
+
+
+ cancelReservationUrl
+ The web page where the reservation can be cancelled.
+ domain: Reservation
+ Range: URL
+
+
+ modifyReservationUrl
+ The web page where the reservation can be modified.
+ domain: Reservation
+ Range: URL
+
+
+ checkinUrl
+ The web page where someone may check in for a reservation.
+ domain: Reservation
+ Range: URL
+
+
+
+ price
+ The offer price of a product, ticket, or reservation, or of a price component when attached to PriceSpecification and its subtypes.
+ domain: Reservation
+ domain: Ticket
+ Range: Number
+ Range: Text
+
+
+ priceCurrency
+ The currency (in 3-letter ISO 4217 format) of the price or a price component, when attached to PriceSpecification and its subtypes.
+ domain: Reservation
+ domain: Ticket
+ Range: Text
+
+
+ membershipNumber
+ A unique identifier for the membership.
+ domain: ProgramMembership
+ Range: Text
+
+
+
+
+ hostingOrganization
+ The organization (airline, travelers' club, etc.) the membership is made with.
+ domain: ProgramMembership
+ Range: Organization
+
+
+ additionalTicketText
+ Additional, explanatory text about the ticket.
+ domain: Ticket
+ Range: Text
+
+
+ ticketFor
+ The thing the ticket is for (e.g. event, flight, or train).
+ domain: Ticket
+ Range: Thing
+
+
+
+
+
+
+ ticketToken
+ Reference to an asset (e.g., Barcode, QR code image or PDF) usable for entrance.
+ domain: Ticket
+ Range: Text
+ Range: URL
+
+
+
+
+
+
+ seatSection
+ The section location of the reserved seat (e.g. Orchestra).
+ domain: Seat
+ Range: Text
+
+
+
+ subReservation
+ The individual reservations included in the package. Typically a repeated property.
+ domain:
+ Range: Reservation
+
+
+ boardingGroup
+ The airline-specific indicator of boarding order / preference.
+ domain:
+ Range: Text
+
+
+
+
+
+ operatedBy
+ The airline operating the flight. For example, this may be a regional airline operating a flight for a national airline.
+ domain:
+ Range: Airline
+
+
+
+
+
+
+
+
+
+
+
+ mealService
+ Description of the meals that will be provided or available for purchase.
+ domain:
+ Range: Text
+
+
+
+
+ webCheckinTime
+ The time when a passenger can check into the flight online.
+ domain:
+ Range: DateTime
+
+
+
+
+
+
+
+
+ trainCompany
+ The organization that operates the train (e.g. Deutsche Bahn (DB)).
+ domain:
+ Range: Organization
+
+
+
+
+
+
+
+
+
+ departureBusStop
+ The stop or station from which the bus departs.
+ domain:
+ Range: BusStation
+ Range: BusStop
+
+
+ arrivalBusStop
+ The stop or station from which the bus arrives.
+ domain:
+ Range: BusStation
+ Range: BusStop
+
+
+
+
+
+
+
+ checkinTime
+ The earliest someone may check into a lodging establishment.
+ domain:
+ Range: DateTime
+
+
+ checkoutTime
+ The latest someone may check out of a lodging establishment.
+ domain:
+ Range: DateTime
+
+
+ lodgingUnitType
+ Textual description of the unit type (including suite vs. room, size of bed, etc.).
+ domain:
+ Range: Text
+
+
+
+
webschema
Hosted by W3C Systems Team, please report bugs to
sysreq@w3.org
US