<xs:complexType name="VideoItemsType">
<xs:annotation>
<xs:documentation xml:lang="en">Collection of video items.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="VideoItem" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">Each video item represents a specific category.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VideoDescriptionType">
<xs:attribute name="Language" type="xs:language" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The language associated with the caption for the video.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Caption" type="StringLength1to128" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The caption associated to a specific video category which can be provided in different languages.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="RemovalGroup">
<xs:annotation>
<xs:documentation xml:lang="en">If true, this item is obsolete and should be removed from the receiving system.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="Version" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The version of the video item.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="DateTimeStampGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Creation and modification information for this video item.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
|