XHTML 1.0 (Second Edition) Strict

http://www.w3.org/1999/xhtml
element head

Documentation
      content model is "head.misc" combined with a single
      title and an optional base element in any order
      

Model
<head
  dir = <TODO local simpleType in attribute>
  id = xs:ID
  lang = LanguageCode
  lang = xs:language
  profile = URI>
((script | style | meta | link | object)* , ((title, (script | style | meta | link | object)* , (base, (script | style | meta | link | object)* )?) | (base, (script | style | meta | link | object)* , title, (script | style | meta | link | object)* )) )
</head>


Attribute Summary
 <TODO local simpleType in attribute>dir
          
 xs:IDid
          
 LanguageCodelang
          
 xs:languagelang
          In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . 
 URIprofile
          

Attribute Detail

dir

<TODO local simpleType in attribute> dir


id

xs:ID id


lang

LanguageCode lang


lang

xs:language lang
In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . . .


profile

URI profile


Source
<xs:element name="head">
<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>

XHTML 1.0 (Second Edition) Strict

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.