Definition Type: Element
Name: sitemap
Namespace: http://www.sitemaps.org/schemas/sitemap/0.9
Containing Schema: sitemap.xsd
Abstract
Documentation:
Container for the data needed to describe a sitemap.
Collapse XSD Schema Diagram:
Drilldown into lastmod in schema sitemap_xsd Drilldown into loc in schema sitemap_xsdXSD Diagram of sitemap in schema sitemap_xsd (Google Site Map)
Collapse XSD Schema Code:
<xsd:element name="sitemap">
    <xsd:annotation>
        <xsd:documentation>
      Container for the data needed to describe a sitemap.
    </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:all>
            <xsd:element ref="loc" />
            <xsd:element minOccurs="0" ref="lastmod" />
        </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)