Definition Type: Element
Name: head
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: xhtml1-strict.xsd
Abstract
Documentation:
content model is "head.misc" combined with a single title and an optional base element in any order
Collapse XSD Schema Diagram:
Drilldown into object in schema xhtml1-strict_xsd Drilldown into link in schema xhtml1-strict_xsd Drilldown into meta in schema xhtml1-strict_xsd Drilldown into style in schema xhtml1-strict_xsd Drilldown into script in schema xhtml1-strict_xsd Drilldown into head.misc in schema xhtml1-strict_xsd Drilldown into title in schema xhtml1-strict_xsd Drilldown into object in schema xhtml1-strict_xsd Drilldown into link in schema xhtml1-strict_xsd Drilldown into meta in schema xhtml1-strict_xsd Drilldown into style in schema xhtml1-strict_xsd Drilldown into script in schema xhtml1-strict_xsd Drilldown into head.misc in schema xhtml1-strict_xsd Drilldown into base in schema xhtml1-strict_xsd Drilldown into object in schema xhtml1-strict_xsd Drilldown into link in schema xhtml1-strict_xsd Drilldown into meta in schema xhtml1-strict_xsd Drilldown into style in schema xhtml1-strict_xsd Drilldown into script in schema xhtml1-strict_xsd Drilldown into head.misc in schema xhtml1-strict_xsd Drilldown into base in schema xhtml1-strict_xsd Drilldown into object in schema xhtml1-strict_xsd Drilldown into link in schema xhtml1-strict_xsd Drilldown into meta in schema xhtml1-strict_xsd Drilldown into style in schema xhtml1-strict_xsd Drilldown into script in schema xhtml1-strict_xsd Drilldown into head.misc in schema xhtml1-strict_xsd Drilldown into title in schema xhtml1-strict_xsd Drilldown into object in schema xhtml1-strict_xsd Drilldown into link in schema xhtml1-strict_xsd Drilldown into meta in schema xhtml1-strict_xsd Drilldown into style in schema xhtml1-strict_xsd Drilldown into script in schema xhtml1-strict_xsd Drilldown into head.misc in schema xhtml1-strict_xsd Drilldown into profile in schema xhtml1-strict_xsd 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 head in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<xs:element name="head">
    <xs:annotation>
        <xs:documentation>
      content model is "head.misc" combined with a single
      title and an optional base element in any order
      </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:group ref="head.misc" />
            <xs:choice>
                <xs:sequence>
                    <xs:element ref="title" />
                    <xs:group ref="head.misc" />
                    <xs:sequence minOccurs="0">
                        <xs:element ref="base" />
                        <xs:group ref="head.misc" />
                    </xs:sequence>
                </xs:sequence>
                <xs:sequence>
                    <xs:element ref="base" />
                    <xs:group ref="head.misc" />
                    <xs:element ref="title" />
                    <xs:group ref="head.misc" />
                </xs:sequence>
            </xs:choice>
        </xs:sequence>
        <xs:attributeGroup ref="i18n" />
        <xs:attribute name="id" type="xs:ID" />
        <xs:attribute name="profile" type="URI" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
script nsA:script (1) (1)
style nsA:style (1) (1)
meta nsA:meta (1) (1)
link nsA:link (1) (1)
object nsA:object (1) (1)
title nsA:title (1) (1)
base nsA:base (1) (1)
base nsA:base (1) (1)
title nsA:title (1) (1)
<xs:group> nsA:head.misc (1) (1)
<xs:group> nsA:head.misc (1) (1)
<xs:group> nsA:head.misc (1) (1)
<xs:group> nsA:head.misc (1) (1)
<xs:group> nsA:head.misc (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
lang nsA:lang (Optional)
lang xml:lang (Optional)
dir nsA:dir (Optional)
id nsA:id (Optional)
profile nsA:profile (Optional)