Schema Central > Atom > syndication.xsd > atom:entry
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

atom:entry

an individual entry, acting as a container for metadata and data associated with the entry

Element information

Namespace: http://www.w3.org/2005/Atom

Schema document: syndication.xsd

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
xml:base [0..1]xsd:anyURIfrom group atom:atomCommonAttributes
xml:lang [0..1]Anonymousfrom group atom:atomCommonAttributes
Any attribute[0..*]Namespace: ##other, Process Contents: skipfrom group atom:local

Used in

Sample instance

<entry>
   <title>Atom draft-07 snapshot</title>
   <link rel="alternate" type="text/html" href="http://example.org/2005/04/02/atom"/>
   <link rel="enclosure" type="audio/mpeg" length="1337"
         href="http://example.org/audio/ph34r_my_podcast.mp3"/>
   <id>tag:example.org,2003:3.2397</id>
   <updated>2005-07-31T12:29:29Z</updated>
   <published>2003-12-13T08:29:29-04:00</published>
   <author>
      <name>Mark Pilgrim</name>
      <uri>http://example.org/</uri>
      <email>f8dy@example.com</email>
   </author>
   <contributor>
      <name>Sam Ruby</name>
   </contributor>
   <contributor>
      <name>Joe Gregorio</name>
   </contributor>
   <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div>
         <p>
            <i>[Update: The Atom draft is finished.]</i>
         </p>
      </div>
   </content>
</entry>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com