Definition Type: ComplexType
Name: tRssItem
Containing Schema: rss-2_0_1-rev9.xsd
Abstract
Documentation:
An item may represent a "story" -- much like a story in a newspaper or magazine; if so its description is a synopsis of the story, and the link points to the full story. An item may also be complete in itself, if so, the description contains the text (entity-encoded HTML is allowed), and the link and title may be omitted.
Collapse XSD Schema Diagram:
Drilldown into source in schema rss-2_0_1-rev9_xsd Drilldown into pubDate in schema rss-2_0_1-rev9_xsd Drilldown into guid in schema rss-2_0_1-rev9_xsd Drilldown into enclosure in schema rss-2_0_1-rev9_xsd Drilldown into comments in schema rss-2_0_1-rev9_xsd Drilldown into category in schema rss-2_0_1-rev9_xsd Drilldown into author in schema rss-2_0_1-rev9_xsd Drilldown into link in schema rss-2_0_1-rev9_xsd Drilldown into description in schema rss-2_0_1-rev9_xsd Drilldown into title in schema rss-2_0_1-rev9_xsdXSD Diagram of tRssItem in schema rss-2_0_1-rev9_xsd (Really Simple Syndication (RSS))
Collapse XSD Schema Code:
<xs:complexType name="tRssItem">
    <xs:annotation>
        <xs:documentation>An item may represent a "story" -- much like a story in a newspaper or magazine; if so its description is a synopsis of the story, and the link points to the full story. An item may also be complete in itself, if so, the description contains the text (entity-encoded HTML is allowed), and the link and title may be omitted.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:choice maxOccurs="unbounded">
            <xs:element name="title" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>The title of the item.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="description" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>The item synopsis.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="link" type="xs:anyURI" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>The URL of the item.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="author" type="tEmailAddress" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>Email address of the author of the item.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="category" type="tCategory" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>Includes the item in one or more categories. </xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="comments" type="xs:anyURI" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>URL of a page for comments relating to the item.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="enclosure" type="tEnclosure" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>Describes a media object that is attached to the item.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="guid" type="tGuid" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>guid or permalink URL for this entry</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="pubDate" type="tRfc822FormatDate" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>Indicates when the item was published.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="source" type="tSource" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>The RSS channel that the item came from.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation>Extensibility element.</xs:documentation>
                </xs:annotation>
            </xs:any>
        </xs:choice>
    </xs:sequence>
    <xs:anyAttribute namespace="##any" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
title title 0 (1)
description description 0 (1)
link link 0 (1)
author author 0 (1)
category category 0 (1)
comments comments 0 (1)
enclosure enclosure 0 (1)
guid guid 0 (1)
pubDate pubDate 0 (1)
source source 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##any'
Collapse Derivation Tree:
Collapse References:
item