Definition Type: Group
Name: baseElementGroup
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" to (sub)elements of an "item/entry" in an existing "standard" content syndication format (RSS/Atom). Note that none of these elements (except "id") ARE top level elements in this schema. This is because we expect them to be represented using the corresponding RSS/Atom elements. "Id" is special because RSS1.0 does not have such an element defined. We will accept documents that have both id defined as a rss (sub)element and the same id defined in the gn namespace. We will use the value in the gn namespace in that case.
Collapse XSD Schema Diagram:
Drilldown into id in schema base_xsd Drilldown into title in schema base_xsd Drilldown into link in schema base_xsd Drilldown into description in schema base_xsdXSD Diagram of baseElementGroup in schema base_xsd (GoogleBase Feed)
Collapse XSD Schema Code:
<xs:group name="baseElementGroup">
    <xs:annotation>
        <xs:documentation> 
        Defines the collection of (sub)elements of an item that are "mappable" 
        to (sub)elements of an "item/entry" in an existing "standard" content 
        syndication format (RSS/Atom). 
        Note that none of these elements (except "id") ARE top level 
        elements in this schema. This is because we expect them to be 
        represented using the corresponding RSS/Atom elements.
        "Id" is special because RSS1.0 does not have such an element defined.
        We will accept documents that have both id defined as a rss
        (sub)element and the same id defined in the gn namespace.
        We will use the value in the gn namespace in that case.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="description" type="xs:string" minOccurs="0" />
        <xs:element name="link" type="xs:anyURI" minOccurs="0" />
        <xs:element name="title" type="xs:string" minOccurs="1" />
        <xs:element ref="gn:id" minOccurs="0" />
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
description gn:description 0 (1)
link gn:link 0 (1)
title gn:title 1 (1)
id gn:id 0 (1)