<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>
|