Definition Type: Element
Name: title
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: rss-2_0_1-rev9.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Describes the image, it's used in the ALT attribute of the HTML <img> tag when the channel is rendered in HTML.
Collapse XSD Schema Diagram:
XSD Diagram of title in schema rss-2_0_1-rev9_xsd (Really Simple Syndication (RSS))
Collapse XSD Schema Code:
<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>