Definition Type: Element
Name: feed
Namespace: http://base.google.com/ns/1.0
Containing Schema: base.xsd
Abstract
Documentation:
Describes the "schema" for a an XML feed to "googlebase". Note that this is only an "abstract schema" in the sense that google base does not currently accept a "feed" in this format. Instead, google base accepts feeds in a wide variety of "standard" XML content feed formats (RSS2.0, Atom). The "item/entry" subelement of a "RSS/Atom" feed corresponds to the "item" element defined below. The sub elements of an item defined herein serve as the concrete definition of the "googlebase defined extensions" to the Atom/RSS schemas.
Collapse XSD Schema Diagram:
Drilldown into item in schema base_xsd Drilldown into language in schema base_xsd Drilldown into item_type in schema base_xsdXSD Diagram of feed in schema base_xsd (GoogleBase Feed)
Collapse XSD Schema Code:
<xs:element name="feed">
    <xs:annotation>
        <xs:documentation>
        Describes the "schema" for a an XML feed to "googlebase".
        Note that this is only an "abstract schema" in the sense that
        google base does not currently accept a "feed" in this format.
        Instead, google base accepts feeds in a wide variety of "standard" XML 
        content feed formats (RSS2.0, Atom). The "item/entry" subelement of 
        a "RSS/Atom" feed corresponds to the "item" element defined below. 
        The sub elements of an item defined herein serve as the concrete
        definition of the "googlebase defined extensions" to the Atom/RSS
        schemas.
      </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <!-- All elements defined herein (besides item) are provided at feed registration. -->
            <xs:element name="item_type" type="xs:string" />
            <xs:element name="language" type="xs:string" minOccurs="0" />
            <xs:element ref="gn:item" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
item_type gn:item_type (1) (1)
language gn:language 0 (1)
item gn:item (1) unbounded