Definition Type: Element
Name: copyright
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: rss-2_0_1-rev9.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Copyright notice for content in the channel.
Collapse XSD Schema Diagram:
XSD Diagram of copyright in schema rss-2_0_1-rev9_xsd (Really Simple Syndication (RSS))
Collapse XSD Schema Code:
<xs:element name="copyright" type="xs:string" minOccurs="0">
    <xs:annotation>
        <xs:documentation>Copyright notice for content in the channel.</xs:documentation>
    </xs:annotation>
</xs:element>