Definition Type: Element
Name: TextItem
Type: TextDescriptionType
Containing Schema: OTA_CommonTypes.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
Text description of a given category.
Collapse XSD Schema Diagram:
Drilldown into Description in schema ota_commontypes_xsd Drilldown into URL in schema ota_commontypes_xsd Drilldown into Language in schema ota_commontypes_xsd1 Drilldown into SourceID in schema ota_commontypes_xsd1 Drilldown into RecordID in schema ota_commontypes_xsd1 Drilldown into ApplicableEnd in schema ota_commontypes_xsd1 Drilldown into ApplicableStart in schema ota_commontypes_xsd1 Drilldown into EffectiveEnd in schema ota_commontypes_xsd1 Drilldown into EffectiveStart in schema ota_commontypes_xsd1 Drilldown into CopyrightEnd in schema ota_commontypes_xsd1 Drilldown into CopyrightStart in schema ota_commontypes_xsd1 Drilldown into CopyrightOwner in schema ota_commontypes_xsd1 Drilldown into CopyrightNotice in schema ota_commontypes_xsd1 Drilldown into Author in schema ota_commontypes_xsd1 Drilldown into Title in schema ota_commontypes_xsd1 Drilldown into ContentID in schema ota_commontypes_xsd1 Drilldown into MultimediaDescriptionGroup in schema ota_commontypes_xsd Drilldown into Category in schema ota_commontypes_xsd1 Drilldown into TextDescriptionType 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 TextItem in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
URL URL 0 (1)
Description Description 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Category Category Optional
ContentID ContentID Optional
Title Title Optional
Author Author Optional
CopyrightNotice CopyrightNotice Optional
CopyrightOwner CopyrightOwner Optional
CopyrightStart CopyrightStart Optional
CopyrightEnd CopyrightEnd Optional
EffectiveStart EffectiveStart Optional
EffectiveEnd EffectiveEnd Optional
ApplicableStart ApplicableStart Optional
ApplicableEnd ApplicableEnd Optional
RecordID RecordID Optional
SourceID SourceID Optional
Language Language Optional
CreateDateTime CreateDateTime Optional
CreatorID CreatorID Optional
LastModifyDateTime LastModifyDateTime Optional
LastModifierID LastModifierID Optional
PurgeDate PurgeDate Optional
Removal Removal false Optional
Version Version Optional
Collapse Derivation Tree: