atom:entryType

The Atom entry construct is defined in section 4.1.2 of the format spec.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.
xml:lang xs:language optional
In due course, we should install the relevant ISO 2- and 3-letter
codes as the enumerated possible values . . .
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/2005/Atom'

Used By

Source

<xs:complexType name="entryType">
  <xs:annotation>
    <xs:documentation>The Atom entry construct is defined in section 4.1.2 of the format spec.</xs:documentation>
  </xs:annotation>
  <xs:choice maxOccurs="unbounded">
    <xs:element name="author" type="atom:personType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="category" type="atom:categoryType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="content" type="atom:contentType" minOccurs="0"/>
    <xs:element name="contributor" type="atom:personType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="id" type="atom:idType"/>
    <xs:element name="link" type="atom:linkType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="published" type="atom:dateTimeType" minOccurs="0"/>
    <xs:element name="rights" type="atom:textType" minOccurs="0"/>
    <xs:element name="source" type="atom:textType" minOccurs="0"/>
    <xs:element name="summary" type="atom:textType" minOccurs="0"/>
    <xs:element name="title" type="atom:textType"/>
    <xs:element name="updated" type="atom:dateTimeType"/>
    <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
  </xs:choice>
  <xs:attributeGroup ref="atom:commonAttributes"/>
</xs:complexType>