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