Schemas v3.0.5
GVD provides a self-describing schema so you can understand what objects are and the contexts in which they can be used. The data are available in content tiers so you can know which data works best with your use cases.
Schema Versions and Updates
Schema updates are a part of GVD release planning. Gracenote notifies customers in advance of any potential changes in schema structure.
The schema version is different from the GVD product version. You can find the schema version in the name of the gvd_updates*.xsd file. For example, gvd_updates_3.0.5.xsd indicates schema version 3.0.5.
<gvd xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://files.api.gracenote.com/xsd/gvd_updates_3.0.5.xsd" schemaVersion="1.0">
In the example above, schemaVersion="1.0" refers to the XML Schema version standard, not the version of the GVD schema.