Definition Type: Element
Name: url
Namespace: http://www.sitemaps.org/schemas/sitemap/0.9
Containing Schema: sitemap.xsd
Abstract
Documentation:
Container for the data needed to describe a document to crawl.
Collapse XSD Schema Diagram:
Drilldown into priority in schema sitemap_xsd Drilldown into changefreq in schema sitemap_xsd Drilldown into lastmod in schema sitemap_xsd Drilldown into loc in schema sitemap_xsdXSD Diagram of url in schema sitemap_xsd (Google Site Map)
Collapse XSD Schema Code:
<xsd:element name="url">
    <xsd:annotation>
        <xsd:documentation>
      Container for the data needed to describe a document to crawl.
    </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:all>
            <xsd:element ref="loc" />
            <xsd:element minOccurs="0" ref="lastmod" />
            <xsd:element minOccurs="0" ref="changefreq" />
            <xsd:element minOccurs="0" ref="priority" />
        </xsd:all>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
loc nsA:loc (1) (1)
lastmod nsA:lastmod 0 (1)
changefreq nsA:changefreq 0 (1)
priority nsA:priority 0 (1)