<xs:complexType name="VideoItemType">
<xs:annotation>
<xs:documentation xml:lang="en">Details for a video of a given category. </xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="URL" type="xs:anyURI" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">URL of the multimedia item for a specific format. </xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="UnitOfMeasureCode" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The unit of measure associated with all the dimensions of the multimedia item. Refer to OTA code list Unit of Measure (UOM).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Width" type="xs:positiveInteger" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The width of the video item (unit specified by unit of measure).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Height" type="xs:positiveInteger" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The height of the video item (unit specified by unit of measure).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="BitRate" type="xs:positiveInteger" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The bit rate of the video item.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Length" type="xs:positiveInteger" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The length of the video item (unit specified by unit of measure).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="MultimediaItemGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Multimedia information for the video item.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
|