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
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 in schema sitemap_xsd (Google Site Map)
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 Facets:
Facet Value
MaxLength 25
MinLength 10