This section describes the MashupFeed response elements. Collectively these formats may be referred to as MashupFeed 1.0 or simply MashupFeed. The MashupFeed Schema makes use of the OpenSearch v1.1 extension to the Atom format.
The following elements are described below:
namespace
The XML Namespace URI for the XML data formats described in this specification is:
http://schemas.exalead.com/access/1.0
Note that this namespace is subject to change in the MashupFeed 1.1 version to:
http://schemas.exalead.com/mashupfeed/1.1
All the examples below will assume that the namespace is used as the "exa" prefix.
link element
In the MashupFeed Schema, nested data feeds described with the <link> element with an "application/access+xml" type may be embedded right into the <link> element content.
The MashupFeed meta element describes a single information element as represented in the EXALEAD index. Its location is Standard <entry> element. The meta element syntax is defined by:
• a required name attribute describing the meta name (string)
• a value in the content part of the tag (string, may be empty)
• an optional displayName attribute for internationalized / nicely formatted names
The feed element may contain many facet elements that describe the different axes available for faceted search. Its location is Standard <feed> element.
facet element
The facet element describes the root of a faceted search axe and can contain several category elements.
Its location is Standard <facets> element.The facet element syntax is defined by:
• a required name attribute for the facet full name (string)
• a required description attribute for the facet display name (string)