Definition Type: Element
Name: ImageFormat
Type: ImageItemType
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
A set of images for a given category which may be provided in multiple formats.
Collapse XSD Schema Diagram:
Drilldown into URL in schema ota_commontypes_xsd Drilldown into Height in schema ota_commontypes_xsd1 Drilldown into Width in schema ota_commontypes_xsd1 Drilldown into UnitOfMeasureCode in schema ota_commontypes_xsd1 Drilldown into ImageItemType in schema ota_commontypes_xsd Drilldown into IsOriginalIndicator in schema ota_commontypes_xsd1 Drilldown into DimensionCategory in schema ota_commontypes_xsd1 Drilldown into FileSize in schema ota_commontypes_xsd1 Drilldown into FileName in schema ota_commontypes_xsd1 Drilldown into Format in schema ota_commontypes_xsd1 Drilldown into Language in schema ota_commontypes_xsd1 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_xsd1 Drilldown into MultimediaDescriptionGroup in schema ota_commontypes_xsdXSD Diagram of ImageFormat in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="ImageFormat" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation xml:lang="en">A set of images for a given category which may be provided in multiple formats.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="ImageItemType">
                <xs:attributeGroup ref="MultimediaDescriptionGroup">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Detailed information about an image.</xs:documentation>
                    </xs:annotation>
                </xs:attributeGroup>
                <xs:attribute name="Language" type="xs:language" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">The language in which the image text is provided.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="Format" type="OTA_CodeType" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Identifies the format of an image. Refer to OTA Code List Content Format Code (CFC).</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 image file.</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 image file.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="DimensionCategory" type="StringLength1to16" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Associates the image size to a given category (e.g., 70x70, 100x100, 480x480, thumbnail). For example, if an image with a dimension of 72x73 is sent, it may be categorized as a 70x70 image.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="IsOriginalIndicator" type="xs:boolean" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">When true, the image is the original file and format. When false, the image is not the original file and format.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
URL URL 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
UnitOfMeasureCode UnitOfMeasureCode Optional
Width Width Optional
Height Height Optional
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
Language Language Optional
Format Format Optional
FileName FileName Optional
FileSize FileSize Optional
DimensionCategory DimensionCategory Optional
IsOriginalIndicator IsOriginalIndicator Optional
Collapse Derivation Tree: