element priority

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

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}decimal (by restriction)
 {http://www.google.com/schemas/sitemap/0.84}priority
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="priority">
    <
xsd:annotation>
        <
xsd:documentation>
OPTIONAL: The priority of a particular URL relative to other pages
on the same site. The value for this element is a number between
0.0 and 1.0 where 0.0 identifies the lowest priority page(s).
The default priority of a page is 0.5. Priority is used to select
between pages on your site. Setting a priority of 1.0 for all URLs
will not help you, as the relative priority of pages on your site
is what will be considered.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:simpleType>
        <
xsd:restriction base="xsd:decimal">
            <
xsd:minInclusive value="0.0"/>
            <
xsd:maxInclusive value="1.0"/>
        </
xsd:restriction>
    </
xsd:simpleType>
</
xsd:element>


Documentation

OPTIONAL: The priority of a particular URL relative to other pages
on the same site. The value for this element is a number between
0.0 and 1.0 where 0.0 identifies the lowest priority page(s).
The default priority of a page is 0.5. Priority is used to select
between pages on your site. Setting a priority of 1.0 for all URLs
will not help you, as the relative priority of pages on your site
is what will be considered.


element priority


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.