<xs:complexType name="VideoDescriptionType">
<xs:annotation>
<xs:documentation xml:lang="en">Describes a video item.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="VideoFormat" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">A set of video of a given category can be provided in different Format , each format will be described in this element </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VideoItemType">
<xs:attributeGroup ref="MultimediaDescriptionGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Multimedia information for the video file.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attributeGroup ref="ID_OptionalGroup">
<xs:annotation>
<xs:documentation xml:lang="en">A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="Category" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the video category. Refer to OTA code list Picture Category Code (PIC). </xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|