# Content Retrieval Request

| **Element**                  | **Level**   | **Attribute** | <p><strong>R</strong></p><p><strong>O</strong></p><p><strong>C</strong></p> | **Example** | **Usage**                                                                                                                                                                      | **Description**                                                                                                                                                                                                                                                                                                                         |
| ---------------------------- | ----------- | ------------- | --------------------------------------------------------------------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| OTA\_HotelDescriptiveInfoR Q | <p><br></p> | <p><br></p>   | R                                                                           | <p><br></p> | Only One instance is allowed per                                                                                                                                               | <p><br></p>                                                                                                                                                                                                                                                                                                                             |
| <p><br></p>                  | <p><br></p> | Version       | R                                                                           | 1           | <p><br></p>                                                                                                                                                                    | <p>Version 1 should always be used.</p><p><br></p><p>Required for OTA\_HotelDescriptiveI nfoRQ element.</p>                                                                                                                                                                                                                             |
| <p><br></p>                  | <p><br></p> | PrimaryLangID | R                                                                           | EN          | <p>Valid values:<br>EN=English<br>FR=French<br>ES=Spanish<br>DE=German<br>NL=Dutch<br>IT=Italian<br>ZH=Chinese<br>JA=Japanese<br>PT=Portugese<br>(Brazilian)<br>RU=Russian</p> | <p>Standard ISO Language identifier.</p><p><br></p><p>This attribute defines the content language requested and will determine the encoding that will be used in the text fields of the response. All properties will have data loaded in English. All other languages are subject to what the hotel has elected to provide in HCD.</p> |
| HotelDescriptiveInfos        | 1           | <p><br></p>   | R                                                                           | <p><br></p> | <p><br></p>                                                                                                                                                                    | <p><br></p>                                                                                                                                                                                                                                                                                                                             |
| HotelDescriptiveInfo         | 2           | <p><br></p>   | R                                                                           | <p><br></p> | <p><br></p>                                                                                                                                                                    | <p><br></p>                                                                                                                                                                                                                                                                                                                             |
| <p><br></p>                  | <p><br></p> | BrandCode     | R                                                                           | XX          | 2 to 6 char                                                                                                                                                                    | Hotel brand code.                                                                                                                                                                                                                                                                                                                       |
| <p><br></p>                  | <p><br></p> | HotelCode     | R                                                                           | 1234        | 1---10 char                                                                                                                                                                    | Hotel property identification code.                                                                                                                                                                                                                                                                                                     |

#### Example <a href="#contentretrievalrequest-example" id="contentretrievalrequest-example"></a>

```xml
<OTA_HotelDescriptiveInfoRQ PrimaryLangID="en" Version="1" xmlns="
http://www.opentravel.org/OTA/2003/05
">
                <HotelDescriptiveInfos>
                                <HotelDescriptiveInfo BrandCode="ZZ" HotelCode="CHDEMO2"/>
                </HotelDescriptiveInfos>
</OTA_HotelDescriptiveInfoRQ>
```
