Definition Type: AttributeGroup
Name: MultimediaDescriptionGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Generic information about a multimedia item.
Collapse XSD Schema Diagram:
Drilldown into SourceID in schema ota_commontypes_xsd1 Drilldown into RecordID in schema ota_commontypes_xsd1 Drilldown into ApplicableEnd in schema ota_commontypes_xsd1 Drilldown into ApplicableStart in schema ota_commontypes_xsd1 Drilldown into EffectiveEnd in schema ota_commontypes_xsd1 Drilldown into EffectiveStart in schema ota_commontypes_xsd1 Drilldown into CopyrightEnd in schema ota_commontypes_xsd1 Drilldown into CopyrightStart in schema ota_commontypes_xsd1 Drilldown into CopyrightOwner in schema ota_commontypes_xsd1 Drilldown into CopyrightNotice in schema ota_commontypes_xsd1 Drilldown into Author in schema ota_commontypes_xsd1 Drilldown into Title in schema ota_commontypes_xsd1 Drilldown into ContentID in schema ota_commontypes_xsd1XSD Diagram of MultimediaDescriptionGroup in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="MultimediaDescriptionGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Generic information about a multimedia item.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="ContentID" type="StringLength1to64" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The content ID of a file attachment with the prefix 'cid:'. The value of this can be used to retrieve the corresponding attachment by the receiving system.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Title" type="StringLength1to64" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The title of the multimedia object.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Author" type="StringLength1to64" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The author of the multimedia object.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="CopyrightNotice" type="StringLength1to64" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">A copyright notice for the multimedia object.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="CopyrightOwner" type="StringLength1to64" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Owner of the copyright for the multimedia content.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="CopyrightStart" type="DateOrDateTimeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The start date for which the multimedia content rights are claimed.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="CopyrightEnd" type="DateOrDateTimeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The end date for which the multimedia content rights are claimed.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="EffectiveStart" type="DateOrDateTimeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The start date for which the content is considered valid.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="EffectiveEnd" type="DateOrDateTimeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The end date for which the content is considered valid.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="ApplicableStart" type="DateOrMonthDay" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Start month and day or date for which the multimedia content is relevent (e.g. the start of a season or the start of an event). When a year is not used (i.e. only the month and day) it signifies a recurring event.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="ApplicableEnd" type="DateOrMonthDay" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">End month and day or date for which the multimedia content is relevent (e.g. the end of a season or the start of an event). When a year is not used (i.e. only the month and day) it signifies a recurring event.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="RecordID" type="StringLength1to32" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Uniquely identifies this file in the message.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SourceID" type="StringLength1to32" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Unique identifier for the source of the multimedia object (e.g., the original image file).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
ContentID ContentID Optional
Title Title Optional
Author Author Optional
CopyrightNotice CopyrightNotice Optional
CopyrightOwner CopyrightOwner Optional
CopyrightStart CopyrightStart Optional
CopyrightEnd CopyrightEnd Optional
EffectiveStart EffectiveStart Optional
EffectiveEnd EffectiveEnd Optional
ApplicableStart ApplicableStart Optional
ApplicableEnd ApplicableEnd Optional
RecordID RecordID Optional
SourceID SourceID Optional