Definition Type: Element
Name: ImageItem
Type: ImageDescriptionType
Containing Schema: OTA_CommonTypes.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
Image of a given category.
Collapse XSD Schema Diagram:
Drilldown into Description in schema ota_commontypes_xsd Drilldown into ImageFormat in schema ota_commontypes_xsd Drilldown into Category in schema ota_commontypes_xsd1 Drilldown into ImageDescriptionType in schema ota_commontypes_xsd Drilldown into ID in schema ota_commontypes_xsd1 Drilldown into ID_OptionalGroup in schema ota_commontypes_xsd Drilldown into Version in schema ota_commontypes_xsd1 Drilldown into Removal in schema ota_commontypes_xsd1 Drilldown into RemovalGroup in schema ota_commontypes_xsd Drilldown into PurgeDate in schema ota_commontypes_xsd1 Drilldown into LastModifierID in schema ota_commontypes_xsd1 Drilldown into LastModifyDateTime in schema ota_commontypes_xsd1 Drilldown into CreatorID in schema ota_commontypes_xsd1 Drilldown into CreateDateTime in schema ota_commontypes_xsd1 Drilldown into DateTimeStampGroup in schema ota_commontypes_xsdXSD Diagram of ImageItem in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ImageFormat ImageFormat 0 unbounded
Description Description 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Category Category Optional
CreateDateTime CreateDateTime Optional
CreatorID CreatorID Optional
LastModifyDateTime LastModifyDateTime Optional
LastModifierID LastModifierID Optional
PurgeDate PurgeDate Optional
Removal Removal false Optional
Version Version Optional
ID ID Optional
Collapse Derivation Tree: