Definition Type: Element
Name: description
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: rss-2_0_1-rev9.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Text that is included in the TITLE attribute of the link formed around the image in the HTML rendering.
Collapse XSD Schema Diagram:
XSD Diagram of description in schema rss-2_0_1-rev9_xsd (Really Simple Syndication (RSS))
Collapse XSD Schema Code:
<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>