<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>
|