Definition Type: ComplexType
Name: TextItemsType
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
Collection of text items.
Collapse XSD Schema Diagram:
Drilldown into TextItem in schema ota_commontypes_xsdXSD Diagram of TextItemsType in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="TextItemsType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Collection of text items. </xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="TextItem" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation xml:lang="en">Text description of a given category.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
                <xs:complexContent>
                    <xs:extension base="TextDescriptionType">
                        <xs:attributeGroup ref="DateTimeStampGroup">
                            <xs:annotation>
                                <xs:documentation xml:lang="en">Creation and modification information for this text 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 text item.</xs:documentation>
                            </xs:annotation>
                        </xs:attribute>
                    </xs:extension>
                </xs:complexContent>
            </xs:complexType>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TextItem TextItem (1) unbounded
Collapse Derivation Tree:
Collapse References:
TextItems