6.1. Requesting Schema OTA_HotelInvNotifRQ
Host : content-push.agoda.com
BasePath : /cm/xsd/{Schema}
Schemes : HTTPS
URL : https://content-push.agoda.com/cm/xsd/{Schema}
Example
{Schema} : OTA_HotelInvNotifRQ
Request : https://content-push.agoda.com/cm/xsd/OTA_HotelInvNotifRQ
Success : HTTP StatusCode 200 with content XML Schema as content.
OTA_HotelInvNotifRQ.xsd
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.opentravel.org/OTA/2003/05"
targetNamespace="http://www.opentravel.org/OTA/2003/05"
elementFormDefault="qualified" version="6.000" id="OTA2017B">
<xs:annotation>
<xs:documentation source="Description"
xml:lang="en">ALL SCHEMA FILES IN THE OPENTRAVEL ALLIANCE
SPECIFICATION ARE MADE AVAILABLE ACCORDING TO THE TERMS DEFINED
BY THE OPENTRAVEL LICENSE AGREEMENT AT
http://www.opentravel.org/Specifications/Default.aspx.</xs:documentation>
</xs:annotation>
<xs:include schemaLocation="OTA_HotelCommonTypes.xsd" />
<xs:element name="OTA_HotelInvNotifRQ">
<xs:annotation>
<xs:documentation xml:lang="en">
The OTA_HotelInvNotifRQ is the message that sends the
notification of a new inventory item, such as a room
type or service type created for the hotel that did
not previously exist.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SellableProducts">
<xs:annotation>
<xs:documentation xml:lang="en">
A collection of Sellable products for a given property.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="SellableProductsType">
<xs:attribute name="HotelCode"
type="NumericStringLength1to16"
use="optional">
<xs:annotation>
<xs:documentation source="Description"
xml:lang="en">The code that uniquely identifies
a single hotel property. The hotel code is decided
between vendors.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ID"
type="AsciiStringLength1to100"
use="optional">
<xs:annotation>
<xs:documentation source="Description"
xml:lang="en">
The code that uniquely identifies a single hotel
property in the supplier's system.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
