Definition Type: Element
Name: docs
Type: anyURI:http://www.w3.org/2001/XMLSchema
Containing Schema: rss-2_0_1-rev9.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A URL that points to the documentation for the format used in the RSS file. It's probably a pointer to this page. It's for people who might stumble across an RSS file on a Web server 25 years from now and wonder what it is.
Collapse XSD Schema Diagram:
XSD Diagram of docs in schema rss-2_0_1-rev9_xsd (Really Simple Syndication (RSS))
Collapse XSD Schema Code:
<xs:element name="docs" type="xs:anyURI" minOccurs="0">
    <xs:annotation>
        <xs:documentation>A URL that points to the documentation for the format used in the RSS file. It's probably a pointer to this page. It's for people who might stumble across an RSS file on a Web server 25 years from now and wonder what it is.</xs:documentation>
    </xs:annotation>
</xs:element>