Definition Type: Element
Name: title
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: xhtml1-strict.xsd
Abstract
Documentation:
The title element is not considered part of the flow of text. It should be displayed, for example as the page header or window title. Exactly one title is required per document.
Collapse XSD Schema Diagram:
Drilldown into id in schema xhtml1-strict_xsd Drilldown into dir in schema xhtml1-strict_xsd Drilldown into lang in schema xml_xsd Drilldown into lang in schema xhtml1-strict_xsd Drilldown into i18n in schema xhtml1-strict_xsdXSD Diagram of title in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<xs:element name="title">
    <xs:annotation>
        <xs:documentation>
      The title element is not considered part of the flow of text.
      It should be displayed, for example as the page header or
      window title. Exactly one title is required per document.
      </xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
        <xs:attributeGroup ref="i18n" />
        <xs:attribute name="id" type="xs:ID" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
lang nsA:lang (Optional)
lang xml:lang (Optional)
dir nsA:dir (Optional)
id nsA:id (Optional)