Definition Type: Group
Name: complexExtensionElementGroup
Namespace: http://base.google.com/ns/1.0
Containing Schema: base.xsd
Documentation:
Defines the collection of (sub)elements of an item that are "mappable" as "extension (sub) elements" of an "item/entry" in an existing "standard" content syndication format (RSS/Atom) and have "complex" content.
Collapse XSD Schema Diagram:
Drilldown into shipping in schema base_xsdXSD Diagram of complexExtensionElementGroup in schema base_xsd (GoogleBase Feed)
Collapse XSD Schema Code:
<xs:group name="complexExtensionElementGroup">
    <xs:annotation>
        <xs:documentation> 
        Defines the collection of (sub)elements of an item that are "mappable" as "extension 
        (sub) elements" of an "item/entry" in an existing "standard" content syndication format (RSS/Atom)
        and have "complex" content. 
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <!-- The following elements define a group of "suggested attributes" that are applicable to -->
        <!-- multiple item categories. Note that each of these is merely a suggestion but the user -->
        <!-- is strongly encouraged to use these attributes if they apply to the item they are listing -->
        <xs:element ref="gn:shipping" minOccurs="0" maxOccurs="10" />
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
shipping gn:shipping 0 10