Definition Type: Element
Name: VideoItem
Type: VideoDescriptionType
Containing Schema: OTA_CommonTypes.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
Each video item represents a specific category.
Collapse XSD Schema Diagram:
Drilldown into VideoFormat in schema ota_commontypes_xsd Drilldown into Category in schema ota_commontypes_xsd1 Drilldown into VideoDescriptionType in schema ota_commontypes_xsd Drilldown into PurgeDate in schema ota_commontypes_xsd1 Drilldown into LastModifierID in schema ota_commontypes_xsd1 Drilldown into LastModifyDateTime in schema ota_commontypes_xsd1 Drilldown into CreatorID in schema ota_commontypes_xsd1 Drilldown into CreateDateTime in schema ota_commontypes_xsd1 Drilldown into DateTimeStampGroup in schema ota_commontypes_xsd Drilldown into Version in schema ota_commontypes_xsd1 Drilldown into Removal in schema ota_commontypes_xsd1 Drilldown into RemovalGroup in schema ota_commontypes_xsd Drilldown into Caption in schema ota_commontypes_xsd1 Drilldown into Language in schema ota_commontypes_xsd1XSD Diagram of VideoItem in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VideoFormat VideoFormat 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Category Category Optional
Language Language Optional
Caption Caption Optional
Removal Removal false Optional
Version Version Optional
CreateDateTime CreateDateTime Optional
CreatorID CreatorID Optional
LastModifyDateTime LastModifyDateTime Optional
LastModifierID LastModifierID Optional
PurgeDate PurgeDate Optional
Collapse Derivation Tree: