# Features

Multiple parents
`Features` can be a child of:

* [Restaurant](/connectivity/docs/api-reference/restaurant)
* [Service](/connectivity/docs/api-reference/service)


## [Restaurant](/connectivity/docs/api-reference/restaurant)

### Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [Restaurant](/connectivity/docs/api-reference/restaurant)/`Features` | Container for special features of a [Restaurant](/connectivity/docs/api-reference/restaurant). | array of [Feature](/connectivity/docs/api-reference/feature) | 0..1 | - |
| `Features`/[Feature](/connectivity/docs/api-reference/feature) | Special feature details. | object | 0..* | - |


### XML


```xml
<Features>
  <Feature ... />
  <Feature ... />
</Features>
```

## [Service](/connectivity/docs/api-reference/service)

### Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [Service](/connectivity/docs/api-reference/service)/`Features` | Container for special features. | array of [Feature](/connectivity/docs/api-reference/feature) | 0..1 | - |
| `Features`/[Feature](/connectivity/docs/api-reference/feature) | Special feature details. | object | 0..* | - |


### XML


```xml
<Features>
  <Feature ... />
  <Feature ... />
</Features>
```

## Related endpoints

* [/ota/OTA_HotelDescriptiveContentNotif](/connectivity/docs/ota-hoteldescriptivecontentnotif)