Restaurant
Fields
| Field | Description | Type | Min/max | Notes |
|---|---|---|---|---|
Restaurants/Restaurant | Restaurant details. | object | 0..* | - |
Restaurant/@OfferBreakfast | Specifies whether restaurant offers breakfast. | int | 0..1 | Accepts: 1, 0. Default: 0 |
Restaurant/@OfferBrunch | Specifies whether restaurant offers brunch. | int | 0..1 | Accepts: 1, 0. Default: 0 |
Restaurant/@OfferDinner | Specifies whether restaurant offers dinner. | int | 0..1 | Accepts: 1, 0. Default: 0 |
Restaurant/@OfferLunch | Specifies whether restaurant offers lunch. | int | 0..1 | Accepts: 1, 0. Default: 0 |
Restaurant/@RestaurantName | Name of the restaurant. | string | 0..1 | - |
Restaurant/CuisineCodes | Container for cuisine details. | array of CuisineCode | 0..1 | - |
Restaurant/OperationSchedules | Container for operation schedules (opening/closing times). | array of OperationSchedule | 0..1 | - |
Restaurant/Features | Container for special features. | array of Feature | 0..1 | - |
Restaurant/TPA_Extensions | Container for Ambiances and DietaryOptions. | object | 0..1 | - |
XML
<Restaurant
OfferBreakfast="1"
OfferBrunch="0"
OfferDinner="1"
OfferLunch="1"
RestaurantName="Orient">
<CuisineCodes>
...
</CuisineCodes>
<OperationSchedules>
...
</OperationSchedules>
<Features>
...
</Features>
<TPA_Extensions>
...
</TPA_Extensions>
</Restaurant>