Definition Type: Element
Name: updated
Namespace: http://www.w3.org/2005/Atom
Type: atom:atomDateConstruct
Containing Schema: ATOM.xsd
Abstract
Documentation:
The "atom:updated" element is a Date construct indicating the most recent instant in time when an entry or feed was modified in a way the publisher considers significant. Therefore, not all modifications necessarily result in a changed atom:updated value. atomUpdated = element atom:updated { atomDateConstruct }. Publishers MAY change the value of this element over time.
Collapse XSD Schema Diagram:
Drilldown into undefinedAttribute in schema atom_xsd Drilldown into lang in schema xml_xsd Drilldown into base in schema xml_xsd Drilldown into atomCommonAttributes in schema atom_xsd Drilldown into atomDateConstruct in schema atom_xsdXSD Diagram of updated in schema atom_xsd (Atom Syndication Format)
Collapse XSD Schema Code:
<xs:element name="updated" type="atom:atomDateConstruct">
    <xs:annotation>
        <xs:documentation>
				The "atom:updated" element is a Date construct
				indicating the most recent instant in time when an entry
				or feed was
				modified in a way the publisher considers
				significant. Therefore, not
				all modifications
				necessarily result in a changed atom:updated value.
				atomUpdated = element atom:updated { atomDateConstruct
				}. Publishers
				MAY change the value of this element over
				time.
			</xs:documentation>
    </xs:annotation>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
base xml:base (Optional)
lang xml:lang (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree: