Last updated

Restaurant

Fields

FieldDescriptionTypeMin/maxNotes
Restaurants/
Restaurant
Restaurant details.object0..*-
Restaurant/
@OfferBreakfast
Specifies whether restaurant offers breakfast.int0..1Accepts: 1, 0. Default: 0
Restaurant/
@OfferBrunch
Specifies whether restaurant offers brunch.int0..1Accepts: 1, 0. Default: 0
Restaurant/
@OfferDinner
Specifies whether restaurant offers dinner.int0..1Accepts: 1, 0. Default: 0
Restaurant/
@OfferLunch
Specifies whether restaurant offers lunch.int0..1Accepts: 1, 0. Default: 0
Restaurant/
@RestaurantName
Name of the restaurant.string0..1-
Restaurant/
CuisineCodes
Container for cuisine details.array of CuisineCode0..1-
Restaurant/
OperationSchedules
Container for operation schedules (opening/closing times).array of OperationSchedule0..1-
Restaurant/
Features
Container for special features.array of Feature0..1-
Restaurant/
TPA_Extensions
Container for Ambiances and DietaryOptions.object0..1-

XML

<Restaurant
  OfferBreakfast="1"
  OfferBrunch="0"
  OfferDinner="1"
  OfferLunch="1"
  RestaurantName="Orient">
 <CuisineCodes>
   ...
 </CuisineCodes>
 <OperationSchedules>
   ...
 </OperationSchedules>
 <Features>
   ...
 </Features>
 <TPA_Extensions>
   ...
 </TPA_Extensions>
</Restaurant>