Definition Type: ComplexType
Name: ImageItemsType
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
Collection of image items.
Collapse XSD Schema Diagram:
Drilldown into ImageItem in schema ota_commontypes_xsdXSD Diagram of ImageItemsType in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="ImageItemsType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Collection of image items.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="ImageItem" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation xml:lang="en">Image of a given category.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
                <xs:complexContent>
                    <xs:extension base="ImageDescriptionType">
                        <xs:attributeGroup ref="DateTimeStampGroup">
                            <xs:annotation>
                                <xs:documentation xml:lang="en">Creation and modification information for this image item.</xs:documentation>
                            </xs:annotation>
                        </xs:attributeGroup>
                        <xs:attributeGroup ref="RemovalGroup">
                            <xs:annotation>
                                <xs:documentation xml:lang="en">If true, this item is obsolete and should be removed from the receiving system.</xs:documentation>
                            </xs:annotation>
                        </xs:attributeGroup>
                        <xs:attribute name="Version" type="xs:string" use="optional">
                            <xs:annotation>
                                <xs:documentation xml:lang="en">The version of the image item.</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:extension>
                </xs:complexContent>
            </xs:complexType>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ImageItem ImageItem (1) unbounded
Collapse Derivation Tree:
Collapse References:
ImageItems