HEAD

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
dir restriction of xs:token optional
lang optional
profile optional

Used By

Element HTML

Source

<xs:element name="HEAD">
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:sequence>
        <xs:element ref="TITLE"/>
        <xs:element minOccurs="0" ref="BASE"/>
      </xs:sequence>
      <xs:element ref="SCRIPT"/>
      <xs:element ref="STYLE"/>
      <xs:element ref="META"/>
      <xs:element ref="LINK"/>
      <xs:element ref="OBJECT"/>
    </xs:choice>
    <xs:attributeGroup ref="attlist.HEAD"/>
  </xs:complexType>
</xs:element>

Sample