Sha256: 8a005cb5a63095534bb56d64ca7dd905471454633907cccb3ce2f77461095d91

Contents?: true

Size: 1.23 KB

Versions: 29

Compression:

Stored size: 1.23 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<xsd:schema
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://www.google.com/geo/schemas/sitemap/1.0"
    xmlns="http://www.google.com/geo/schemas/sitemap/1.0"
    elementFormDefault="qualified">

<xsd:annotation>
  <xsd:documentation>
    XML Schema for the Geo Sitemap extension. This schema defines the
    Geo-specific elements only; the core Sitemap elements are defined
    separately.

    Help Center documentation for the Geo Sitemap extension:

      http://www.google.com/support/webmasters/bin/topic.py?topic=14688

    Copyright 2010 Google Inc. All Rights Reserved.
  </xsd:documentation>
</xsd:annotation>

<xsd:element name="geo">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="format">
        <xsd:annotation>
          <xsd:documentation>
            Specifies the format of the geo content.
          </xsd:documentation>
        </xsd:annotation>
        <xsd:simpleType>
          <xsd:restriction base="xsd:string">
            <xsd:pattern value="[kK][mM][lL]|[kK][mM][zZ]|[gG][eE][oO][rR][sS][sS]"/>
          </xsd:restriction>
        </xsd:simpleType>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>

</xsd:schema>

Version data entries

29 entries across 29 versions & 3 rubygems

Version Path
sitemap_generator-5.2.0 spec/support/schemas/sitemap-geo.xsd
sitemap_generator-5.1.0 spec/support/schemas/sitemap-geo.xsd
sitemap_generator-5.0.5 spec/support/schemas/sitemap-geo.xsd
ftbpro_sitemap_generator-5.0.8 spec/support/schemas/sitemap-geo.xsd
sitemap_generator_ftbpro-5.0.6 spec/support/schemas/sitemap-geo.xsd
sitemap_generator_ftbpro-5.0.5 spec/support/schemas/sitemap-geo.xsd
sitemap_generator_ftbpro-5.0.4 spec/support/schemas/sitemap-geo.xsd
sitemap_generator-5.0.4 spec/support/schemas/sitemap-geo.xsd
sitemap_generator-5.0.3 spec/support/schemas/sitemap-geo.xsd
sitemap_generator-5.0.2 spec/support/schemas/sitemap-geo.xsd
sitemap_generator-5.0.1 spec/support/schemas/sitemap-geo.xsd
sitemap_generator-5.0.0 spec/support/schemas/sitemap-geo.xsd
sitemap_generator-5.0.0.beta1 spec/support/schemas/sitemap-geo.xsd
sitemap_generator-5.0.0.beta spec/support/schemas/sitemap-geo.xsd
sitemap_generator-4.3.1 spec/support/schemas/sitemap-geo.xsd
sitemap_generator-4.3.0 spec/support/schemas/sitemap-geo.xsd
sitemap_generator-4.2.0 spec/support/schemas/sitemap-geo.xsd
sitemap_generator-4.1.1 spec/support/schemas/sitemap-geo.xsd
sitemap_generator-4.1.0 spec/support/schemas/sitemap-geo.xsd
sitemap_generator-4.0.1 spec/support/schemas/sitemap-geo.xsd