Definition Type: ComplexType
Name: tTextInput
Containing Schema: rss-2_0_1-rev9.xsd
Abstract
Documentation:
The purpose of this element is something of a mystery! You can use it to specify a search engine box. Or to allow a reader to provide feedback. Most aggregators ignore it.
Collapse XSD Schema Diagram:
Drilldown into link in schema rss-2_0_1-rev9_xsd Drilldown into name in schema rss-2_0_1-rev9_xsd Drilldown into description in schema rss-2_0_1-rev9_xsd Drilldown into title in schema rss-2_0_1-rev9_xsdXSD Diagram of tTextInput in schema rss-2_0_1-rev9_xsd (Really Simple Syndication (RSS))
Collapse XSD Schema Code:
<xs:complexType name="tTextInput">
    <xs:annotation>
        <xs:documentation>The purpose of this element is something of a mystery! You can use it to specify a search engine box. Or to allow a reader to provide feedback. Most aggregators ignore it.</xs:documentation>
    </xs:annotation>
    <xs:all>
        <xs:element name="title" type="xs:string">
            <xs:annotation>
                <xs:documentation>The label of the Submit button in the text input area.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="description" type="xs:string">
            <xs:annotation>
                <xs:documentation>Explains the text input area.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="name" type="xs:string">
            <xs:annotation>
                <xs:documentation>The name of the text object in the text input area.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="link" type="xs:anyURI">
            <xs:annotation>
                <xs:documentation>The URL of the CGI script that processes text input requests.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:all>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
title title (1) (1)
description description (1) (1)
name name (1) (1)
link link (1) (1)
Collapse Derivation Tree:
Collapse References:
textInput