Definition Type: ComplexType
Name: tImage
Containing Schema: rss-2_0_1-rev9.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into description in schema rss-2_0_1-rev9_xsd Drilldown into height in schema rss-2_0_1-rev9_xsd Drilldown into width in schema rss-2_0_1-rev9_xsd Drilldown into link in schema rss-2_0_1-rev9_xsd Drilldown into title in schema rss-2_0_1-rev9_xsd Drilldown into url in schema rss-2_0_1-rev9_xsdXSD Diagram of tImage in schema rss-2_0_1-rev9_xsd (Really Simple Syndication (RSS))
Collapse XSD Schema Code:
<xs:complexType name="tImage">
    <xs:all>
        <xs:element name="url" type="xs:anyURI">
            <xs:annotation>
                <xs:documentation>The URL of the image file.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="title" type="xs:string">
            <xs:annotation>
                <xs:documentation>Describes the image, it's used in the ALT attribute of the HTML &lt;img&gt; tag when the channel is rendered in HTML.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="link" type="xs:anyURI">
            <xs:annotation>
                <xs:documentation>The URL of the site, when the channel is rendered, the image is a link to the site. (Note, in practice the image &lt;title&gt; and &lt;link&gt; should have the same value as the channel's &lt;title&gt; and &lt;link&gt;. </xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="width" type="tImageWidth" default="88" minOccurs="0">
            <xs:annotation>
                <xs:documentation>The width of the image in pixels.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="height" type="tImageHeight" default="31" minOccurs="0">
            <xs:annotation>
                <xs:documentation>The height of the image in pixels.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="description" type="xs:string" minOccurs="0">
            <xs:annotation>
                <xs:documentation>Text that is included in the TITLE attribute of the link formed around the image in the HTML rendering.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:all>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
url url (1) (1)
title title (1) (1)
link link (1) (1)
width width 0 (1)
height height 0 (1)
description description 0 (1)
Collapse Derivation Tree:
Collapse References:
image