Developer Console

Catalog Integration Release Notes

Release notes

The following are release notes for catalog integration.

Date Update
December 21, 2023 Added documentation for page collation support. For details, see Optional: Use Page Collation.
December 18, 2023
  • Updated documentation for CDF version 2.0. Details on CDF v2.0.
  • Fixed issue on CDF element pages where some attribute descriptions and data types were missing.
June 30, 2023 Added SubscriptionIds and SubscriptionId elements.
November 16, 2021 The TvSpecials element is deprecated.
February 18, 2020 Version 1.11 released. Details.
January 9, 2020 Documentation update. Details.

Release details

This section contains details for catalog integration releases.

Version 2.0

CDF v2.0 is a major update. Many elements have been replaced with an equivalent parent and child element. The child element can include a territories attribute, which allows you to indicate which territories the data contained in the element applies to. If data differs for different territories, you can include multiple child elements, one for each set of territories that has differing data. If all territories have the same data, you can omit the territories attribute to indicate the data applies worldwide. The following lists indicate which elements have been added and deprecated.

Elements added:

Elements deprecated:

Version 1.11

Released February 18, 2020.

New elements added:

Elements deprecated:

Note that if your catalog data file has deprecated elements, your catalog won't be rejected. However, you should work to remove these elements from your catalog file to improve matching.

Other updates:

Documentation enhancements

Published January 9, 2020.

Documentation has also been enhanced to make it easier to read and understand the CDF schema elements. You can view the schema documentation in two ways:

Element-filtered Web Pages

The web pages show diagrams and code samples that reflect the element hierarchy, parent-children requirements, and other content model details. Expand the Catalog Data Format Schema folder in the sidebar to see each of these element-filtered web pages.

You can also view all elements in a flat list; however, it's more practical to select a common parent element (such as Movie) and look at the diagram and code sample for this element.

Web page with filtered elements
Web page with filtered elements

When you click an element in the diagram or code sample, a description of that element scrolls into focus below the diagram or code.

The elements with diagram and code pages are as follows:

Auto-Generated Schema Documentation

This documentation is generated directly from the XSD file and provides a more technical representation of the content (but also includes expandable diagrams).

The catalog.xsd file contains documentation annotations that can be rendered out as auto-generated documentation (much like Javadocs from Java). You can view auto-generated schema docs here. Expand the catalog node and then expand the other nodes as desired:

Auto-generated schema docs
Auto-generated schema docs

You can also open the catalog.xsd file directly in an XML editor such as Oxygen XML for more enhanced navigation controls.

You can read the XSD file directly to learn the schema logic. If you're new to XSD files, see XML Schema Part 0: Primer Second Edition for an introduction. More formal reference documentation for the XSD schema is available at XML Schema Part 1: Structures Second Edition and XML Schema Part 2: Datatypes Second Edition.


Last updated: Dec 21, 2023