Definition Type: ComplexType
Name: ImageItemType
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
Details for an image of a given category.
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_xsd1XSD Diagram of ImageItemType in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="ImageItemType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Details for an image of a given category. </xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="URL" type="xs:anyURI" minOccurs="0">
            <xs:annotation>
                <xs:documentation xml:lang="en">URL of the multimedia item for a specific format. </xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
    <xs:attribute name="UnitOfMeasureCode" type="OTA_CodeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The unit of measure for the image item. Refer to OTA code list Unit of Measure (UOM).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Width" type="xs:positiveInteger" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The width of the image item (unit specified by unit of measure).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Height" type="xs:positiveInteger" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The height of the image item (unit specified by unit of measure).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
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
Collapse Derivation Tree:
Collapse References:
ImageFormat