Definition Type: ComplexType
Name: VideoItemType
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
Details for a video of a given category.
Collapse XSD Schema Diagram:
Drilldown into URL in schema ota_commontypes_xsd Drilldown into FileName in schema ota_commontypes_xsd1 Drilldown into FileSize in schema ota_commontypes_xsd1 Drilldown into Format in schema ota_commontypes_xsd1 Drilldown into Language in schema ota_commontypes_xsd1 Drilldown into MultimediaItemGroup in schema ota_commontypes_xsd Drilldown into Length in schema ota_commontypes_xsd1 Drilldown into BitRate in schema ota_commontypes_xsd1 Drilldown into Height in schema ota_commontypes_xsd1 Drilldown into Width in schema ota_commontypes_xsd1 Drilldown into UnitOfMeasureCode in schema ota_commontypes_xsd1XSD Diagram of VideoItemType in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
URL URL 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
UnitOfMeasureCode UnitOfMeasureCode Optional
Width Width Optional
Height Height Optional
BitRate BitRate Optional
Length Length Optional
Language Language Optional
Format Format Optional
FileSize FileSize Optional
FileName FileName Optional
Collapse Derivation Tree:
Collapse References:
VideoFormat