Definition Type: ComplexType
Name: TextCategory
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 Text 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 category in schema common_4_0_0_xsdXSD Diagram of TextCategory in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="TextCategory">
    <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">TextCategory</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="Text" type="ota2-0400:Text">
            <xsd:annotation>
                <xsd:documentation source="Description">A set of text of a given category.</xsd:documentation>
                <xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}VideoFormat</xsd:documentation>
                <xsd:appinfo>
                    <otm:Equivalent context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">VideoFormat</otm:Equivalent>
                </xsd:appinfo>
            </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 video 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:appinfo>
                <otm:Equivalent context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Category</otm:Equivalent>
            </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 text 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:appinfo>
                <otm:Equivalent context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Caption</otm:Equivalent>
            </xsd:appinfo>
        </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
Text ota2-0400:Text 0 unbounded
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
category ota2-0400:category Optional
caption ota2-0400:caption Optional
removalInd ota2-0400:removalInd Optional
Collapse Derivation Tree:
Collapse References:
ota2-0400:TextCategory