Definition Type: Element
Name: lastmod
Namespace: http://www.sitemaps.org/schemas/sitemap/0.9
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sitemap.xsd
Abstract False
ContentType Restriction
Documentation:
OPTIONAL: The date the document was last modified. The date must conform to the W3C DATETIME format (http://www.w3.org/TR/NOTE-datetime). Example: 2005-05-10 Lastmod may also contain a timestamp. Example: 2005-05-10T17:33:30+08:00
Collapse XSD Schema Diagram:
XSD Diagram of lastmod
Collapse XSD Schema Code:
<xsd:element name="lastmod">
    <xsd:annotation>
        <xsd:documentation>

      OPTIONAL: The date the document was last modified. The date must conform

      to the W3C DATETIME format (http://www.w3.org/TR/NOTE-datetime).

      Example: 2005-05-10

      Lastmod may also contain a timestamp.

      Example: 2005-05-10T17:33:30+08:00

    </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:minLength value="10" />
            <xsd:maxLength value="25" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Derivation Tree:
Collapse References:
nsA:lastmod, nsA:lastmod
Collapse Comments:
blog comments powered by Disqus