Definition Type: ComplexType
Name: ImageCategory
Namespace: http://www.opentravel.org/OTM/Common/v4
Containing Schema: Common_4_0_0.xsd
Abstract
Documentation:
Each video item represents a specific category. Each video item represents a specific category.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into ImageSubGrp in schema common_4_0_0_xsd Drilldown into removalInd in schema common_4_0_0_xsd Drilldown into caption in schema common_4_0_0_xsd Drilldown into language in schema common_4_0_0_xsd Drilldown into category in schema common_4_0_0_xsdXSD Diagram of ImageCategory in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="ImageCategory">
    <xsd:annotation>
        <xsd:documentation source="Description">Each video item represents a specific category.</xsd:documentation>
        <xsd:documentation source="Description">Each video item represents a specific category.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">ImageCategory</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="100" minOccurs="0" ref="ota2-0400:ImageSubGrp">
            <xsd:annotation>
                <xsd:documentation source="Description">A set of images of a given category can be provided in different Format, each format will be described in this element.</xsd:documentation>
                <xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}VideoFormat</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
    </xsd:sequence>
    <xsd:attribute name="category" type="ota2-0400:OTA_Code" use="optional">
        <xsd:annotation>
            <xsd:documentation source="Description">Specifies the image category. Refer to OpenTravel Code list Picture Category Code (PIC).</xsd:documentation>
            <xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}OTA_CodeType</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="language" type="xsd:language" use="optional">
        <xsd:annotation>
            <xsd:documentation source="Description">The language associated with the caption for the category.</xsd:documentation>
            <xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}language</xsd:documentation>
            <xsd:appinfo>
                <otm:Example context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">en</otm:Example>
            </xsd:appinfo>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="caption" type="ota2-0400:StringShort" use="optional">
        <xsd:annotation>
            <xsd:documentation source="Description">The caption associated to a specific video category which can be provided in different languages.</xsd:documentation>
            <xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}StringLength1to128</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="removalInd" type="xsd:boolean" use="optional">
        <xsd:annotation>
            <xsd:documentation source="Description">If true, this item is obsolete and should be removed from the receiving system.</xsd:documentation>
            <xsd:documentation source="Implementer">AttributeGroup: RemovalGroup</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ImageSubGrp ota2-0400:ImageSubGrp 0 100
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
category ota2-0400:category Optional
language ota2-0400:language Optional
caption ota2-0400:caption Optional
removalInd ota2-0400:removalInd Optional
Collapse Derivation Tree:
Collapse References:
ota2-0400:ImageCategory