Definition Type: ComplexType
Name: VideoDescriptionType
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
Describes a video item.
Collapse XSD Schema Diagram:
Drilldown into VideoFormat in schema ota_commontypes_xsd Drilldown into Category in schema ota_commontypes_xsd1XSD Diagram of VideoDescriptionType in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VideoFormat VideoFormat 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Category Category Optional
Collapse Derivation Tree:
Collapse References:
VideoItem