> For the complete documentation index, see [llms.txt](https://developer.rategain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.rategain.com/content/content-update-1/transaction-specifications/gds-information.md).

# GDS information

Although OpenTravel allows unlimited occurrences of each element within the OTA\_HotelDescriptiveContentNotifRQ message, ENTERPRISE CONNECTIVITY has elected to set limits for many of these elements. Unless specified under the Usage column below, ENTERPRISE CONNECTIVITY only allows one instance of each element per property message.<br>

| **Element** | **Level**   | **Attribute**      | <p><strong>R</strong></p><p><strong>O C</strong></p> | <p><strong>G</strong></p><p><strong>D S</strong></p> | **Example** | **Usage**                                                      | **Description**                                                                                                              |
| ----------- | ----------- | ------------------ | ---------------------------------------------------- | ---------------------------------------------------- | ----------- | -------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| GDS\_Info   | 3           | <p><br></p>        | O                                                    | <p><br></p>                                          | <p><br></p> | <p><br></p>                                                    | Only 1 element allowed per Property message.                                                                                 |
| GDS\_Codes  | 4           | <p><br></p>        | R                                                    | <p><br></p>                                          | <p><br></p> | <p><br></p>                                                    | <p>Required when</p><p>GDS\_Info is present.</p><p><br></p><p>Only 1 element allowed per Property message.</p>               |
| GDS\_Code   | 5           | <p><br></p>        | R                                                    | <p><br></p>                                          | <p><br></p> | <p><br></p>                                                    | Only 1 element allowed per Property message.                                                                                 |
| <p><br></p> | <p><br></p> | ChainCode          | R                                                    | R                                                    | ZZ          | 2 Char                                                         | <p>GDS Chain Code</p><p><br></p><p>Required for GDS\_Code element.</p>                                                       |
| <p><br></p> | <p><br></p> | GDS\_Property Code | R                                                    | R                                                    | ZZ1234      | 6 Char                                                         | <p>GDS Property Id</p><p><br></p><p>Required for GDS\_Code element.</p>                                                      |
| <p><br></p> | <p><br></p> | GDS\_Name          | R                                                    | R                                                    | <p><br></p> | <p>Amadeus</p><p>ApolloGalileo</p><p>Sabre</p><p>Worldspan</p> | <p>Name of the GDS System.</p><p><br></p><p>Enumerated attributed. Must use one of the values found in the Usage column.</p> |

**Schema design view**

<figure><img src="https://3945324883-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fp4y5dHVBc6vTCuYBLiHH%2Fuploads%2FstYHR3CoFrM2BvQx3pq8%2F413604118.png?alt=media" alt=""><figcaption></figcaption></figure>

**Example transaction**

```xml
<OTA_HotelDescriptiveContentNotifRQ xmlns="
http://www.opentravel.org/OTA/2003/05
" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance
" Version="4.000" PrimaryLangID="EN">
<HotelDescriptiveContents>
<HotelDescriptiveContent UnitofMeasureCode="1" CurrencyCode="USD" TimeZone="CST" BrandCode="ZZ"
HotelCode="AA123" HotelName="Test Hotel" Overwrite="false">
<GDS_Info>
<GDS_Codes>
<GDS_Code ChainCode="YY" GDS_Property="12345" GDS_Name =”Sabre”/> </GDS_Codes>
</GDS_Info>
</HotelDescriptiveContent>
</HotelDescriptiveContents>
</OTA_HotelDescriptiveContentNotifRQ>
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developer.rategain.com/content/content-update-1/transaction-specifications/gds-information.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
