element changefreq

element {http://www.google.com/schemas/sitemap/0.84}changefreq

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by restriction)
 {http://www.google.com/schemas/sitemap/0.84}changefreq
Abstractfalse (This can be used in an instance)
Nillablefalse (Instance values cannot use xsi:nil)
Target Namespacehttp://www.google.com/schemas/sitemap/0.84
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns=http://www.google.com/schemas/sitemap/0.84


Source

<xsd:element name="changefreq">
    <
xsd:annotation>
        <
xsd:documentation>
OPTIONAL: Indicates how frequently the content at a particular URL is
likely to change. The value "always" should be used to describe
documents that change each time they are accessed. The value "never"
should be used to describe archived URLs. Please note that web
crawlers may not necessarily crawl pages marked "always" more often.
Consider this element as a friendly suggestion and not a command.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:simpleType>
        <
xsd:restriction base="xsd:string">
            <
xsd:enumeration value="always"/>
            <
xsd:enumeration value="hourly"/>
            <
xsd:enumeration value="daily"/>
            <
xsd:enumeration value="weekly"/>
            <
xsd:enumeration value="monthly"/>
            <
xsd:enumeration value="yearly"/>
            <
xsd:enumeration value="never"/>
        </
xsd:restriction>
    </
xsd:simpleType>
</
xsd:element>


Documentation

OPTIONAL: Indicates how frequently the content at a particular URL is
likely to change. The value "always" should be used to describe
documents that change each time they are accessed. The value "never"
should be used to describe archived URLs. Please note that web
crawlers may not necessarily crawl pages marked "always" more often.
Consider this element as a friendly suggestion and not a command.


element changefreq


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.