The GOMEntry class represents a "atom:entry" element in the GData Object Model.
The "atom:entry" element represents an individual entry, acting as a container for metadata and data associated with the entry. This element can appear as a child of the atom:feed element, or it can appear as the document (i.e., top-level) element of a stand-alone Atom Entry Document.
RelaxNG Schema:
atomEntry = element atom:entry { atomCommonAttributes, ( atomAuthor & atomCategory & atomContent? & atomContributor & atomId & atomLink & atomPublished? & atomRights? & atomSource? & atomSummary? & atomTitle & atomUpdated & extensionElement*) }@author Simon Willnauer
|
|
|
|
|
|