Definition Type: AttributeGroup
Name: MultimediaItemGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Specific information about a multimedia item.
Collapse XSD Schema Diagram:
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_xsd1XSD Diagram of MultimediaItemGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="MultimediaItemGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specific information about a multimedia item.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="Language" type="xs:language" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Identifies the language of the multimedia item.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Format" type="OTA_CodeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The code associated with the format of the multimedia item.
 Refer to OTA code list Content Format Code (CFC)</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="FileSize" type="xs:positiveInteger" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The size of the multimedia file in bytes.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="FileName" type="StringLength1to64" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The name of the multimedia  file.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
Language Language Optional
Format Format Optional
FileSize FileSize Optional
FileName FileName Optional