<?xml version="1.0" encoding="utf-16"?>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" version="1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:element name="offers_list">
    <xsd:complexType>
      <xsd:sequence>
        <xsd:element maxOccurs="unbounded" name="page">
          <xsd:complexType>
            <xsd:sequence>
              <xsd:element name="id" type="xsd:int" />
              <xsd:element name="section" type="xsd:string" />
              <xsd:element name="url" type="xsd:string" />
              <xsd:element name="permalink" type="xsd:string" />
              <xsd:element name="title" type="xsd:string" />
              <xsd:element name="excerpt" type="xsd:string" />
              <xsd:element name="content" type="xsd:string" />
              <xsd:element name="status" type="xsd:int" />
              <xsd:element name="published" type="xsd:dateTime" />
              <xsd:element name="expires" type="xsd:dateTime" />
              <xsd:element name="images">
                <xsd:complexType>
                  <xsd:sequence>
                    <xsd:element name="image">
                      <xsd:complexType>
                        <xsd:sequence>
                          <xsd:element name="id" type="xsd:int" />
                          <xsd:element name="filename" type="xsd:string" />
                          <xsd:element name="type" type="xsd:string" />
                          <xsd:element name="width" type="xsd:int" />
                          <xsd:element name="height" type="xsd:int" />
                          <xsd:element name="path" type="xsd:string" />
                          <xsd:element name="resize_path" type="xsd:string" />
                          <xsd:element name="category" type="xsd:string" />
                        </xsd:sequence>
                        <xsd:attribute name="id" type="xsd:int" />
                      </xsd:complexType>
                    </xsd:element>
                  </xsd:sequence>
                  <xsd:attribute name="total" type="xsd:int" />
                </xsd:complexType>
              </xsd:element>
              <xsd:element name="offer_date_start" type="xsd:dateTime" />
              <xsd:element name="offer_date_end" type="xsd:dateTime" />
            </xsd:sequence>
          </xsd:complexType>
        </xsd:element>
      </xsd:sequence>
      <xsd:attribute name="total" type="xsd:int" />
      <xsd:attribute name="current_page" type="xsd:int" />
      <xsd:attribute name="per_page" type="xsd:string" />
      <xsd:attribute name="total_pages" type="xsd:string" />
    </xsd:complexType>
  </xsd:element>
</xsd:schema>