Definition Type: ComplexType
Name: MultimediaDescriptionType
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
Describes multimedia item(s).
Collapse XSD Schema Diagram:
Drilldown into TextItems in schema ota_commontypes_xsd Drilldown into ImageItems in schema ota_commontypes_xsd Drilldown into VideoItems in schema ota_commontypes_xsd Drilldown into Version in schema ota_commontypes_xsd1 Drilldown into LastUpdated in schema ota_commontypes_xsd1 Drilldown into ID in schema ota_commontypes_xsd1 Drilldown into ID_OptionalGroup in schema ota_commontypes_xsd Drilldown into AdditionalDetailCode in schema ota_commontypes_xsd1 Drilldown into InfoCode in schema ota_commontypes_xsd1XSD Diagram of MultimediaDescriptionType in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="MultimediaDescriptionType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Describes multimedia item(s).</xs:documentation>
    </xs:annotation>
    <xs:choice minOccurs="0">
        <xs:element name="VideoItems" type="VideoItemsType" minOccurs="0">
            <xs:annotation>
                <xs:documentation xml:lang="en">A collection of video items. </xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="ImageItems" type="ImageItemsType" minOccurs="0">
            <xs:annotation>
                <xs:documentation xml:lang="en">A collection of image items.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="TextItems" type="TextItemsType" minOccurs="0">
            <xs:annotation>
                <xs:documentation xml:lang="en">A collection of text items. </xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:choice>
    <xs:attribute name="InfoCode" type="OTA_CodeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Used to designate a particular type of description such as marketing. Refer to OTA Code List Information Type (INF).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="AdditionalDetailCode" type="OTA_CodeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Used to designate a particular type of additional information. Refer to OTA Code List Additional Detail Type (ADT).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <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:attribute name="LastUpdated" type="xs:dateTime" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The date and time when the multimedia information was last updated.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Version" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The version of the content, typically in the form of "1" or "2.3." </xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VideoItems VideoItems 0 (1)
ImageItems ImageItems 0 (1)
TextItems TextItems 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
InfoCode InfoCode Optional
AdditionalDetailCode AdditionalDetailCode Optional
ID ID Optional
LastUpdated LastUpdated Optional
Version Version Optional
Collapse Derivation Tree:
Collapse References:
MultimediaDescription