Definition Type: Element
Name: title
Namespace: http://www.w3.org/2005/Atom
Type: atom:atomTextConstruct
Containing Schema: ATOM.xsd
Abstract
Documentation:
The "atom:title" element is a Text construct that conveys a human- readable title for an entry or feed. atomTitle = element atom:title { atomTextConstruct }.
Collapse XSD Schema Diagram:
Drilldown into atomXHTMLTextConstruct in schema atom_xsd Drilldown into undefinedAttribute in schema atom_xsd Drilldown into lang in schema xml_xsd Drilldown into base in schema xml_xsd Drilldown into atomCommonAttributes in schema atom_xsd Drilldown into type in schema atom_xsd Drilldown into atomTextConstruct in schema atom_xsdXSD Diagram of title in schema atom_xsd (Atom Syndication Format)
Collapse XSD Schema Code:
<xs:element name="title" type="atom:atomTextConstruct">
    <xs:annotation>
        <xs:documentation>
				The "atom:title" element is a Text construct that
				conveys a human- readable title for an entry or feed.
				atomTitle =
				element atom:title { atomTextConstruct }.
			</xs:documentation>
    </xs:annotation>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> Allowed namespace: 'http://www.w3.org/1999/xhtml' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type atom:type (Optional)
base xml:base (Optional)
lang xml:lang (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree: