XML Schema "on_update_videoDescriptorsTaxonomy_3.23.xsd"
Target Namespace:
{no namespace}
Version:
3.23
Defined Components:
elements (2 global + 8 local)
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
C:\GitLab\gntechcomproject\projects\video\on-api-docs\flare\Content\on-api-schema-docs\xsds\v3\on_update_videoDescriptorsTaxonomy_3.23.xsd; see XML source
Includes Schemas (1):
types_3.23.xsd [src]
Included in Schemas (1):
on_apis_docs.xsd [src]
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<!-- On Update Video Descriptors Taxonomy - v3.23 -->
<!-- File: on_update_videoDescriptorsTaxonomy_3.23.xsd -->
<!-- Copyright 2018-present. Gracenote, Inc. All rights reserved. -->
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" version="3.23" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:include schemaLocation="http://files.api.gracenote.com/xsd/types_3.23.xsd"/>
<xs:element name="on">
<xs:annotation>
<xs:documentation>Root element for the On products.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="header"/>
<xs:element minOccurs="0" ref="videoDescriptorsTaxonomy">
<xs:annotation>
<xs:documentation>
The parent element for a set of video descriptors taxonomy to display the
associated enhanced keywords.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute default="3.23" name="schemaVersion" type="xs:decimal" use="optional">
<xs:annotation>
<xs:documentation>The On Update schema version number.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="videoDescriptorsTaxonomy">
<xs:annotation>
<xs:documentation>
Parent element containing multiple videoDescriptorsTaxonomyItem(s).
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="taxonomyItem">
<xs:annotation>
<xs:documentation>
Video Descriptors Taxonomy describing the enhanced keyword details.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="videoDescriptors">
<xs:annotation>
<xs:documentation>
The parent element for video descriptors.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="videoDescriptor">
<xs:annotation>
<xs:documentation>A video descriptor.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="videoDescriptorId" type="xs:string">
<xs:annotation>
<xs:documentation>
Video descriptor identifier
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="videoDescriptorName" type="xs:string">
<xs:annotation>
<xs:documentation>Video descriptor name</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="videoDescriptorParentId" type="xs:string">
<xs:annotation>
<xs:documentation>
Video descriptor parent identifier
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="typeId" type="xs:string">
<xs:annotation>
<xs:documentation>
Video descriptor type identifier that the
enhanced keywords belongs to
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="typeName" type="xs:string">
<xs:annotation>
<xs:documentation>
Video descriptor type name
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="updateId" type="xs:long">
<xs:annotation>
<xs:documentation>Sequence of offset identifier</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="deleted" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation>
Boolean flag to specify taxonomy is deleted or not.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="updateDate" type="xs:dateTime">
<xs:annotation>
<xs:documentation>Timestamp this program has been updated in UTC</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
XML schema documentation generated with FlexDoc/XML 1.14 using FlexDoc/XML XSDDoc 3.0 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.