XHTML 1.0 (Second Edition) Strict

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

Documentation
      colgroup groups a set of col elements. It allows you to group
      several semantically related columns together.
      

Model
<colgroup
  align = <TODO local simpleType in attribute>
  char = Character
  charoff = Length
  class = xs:NMTOKENS
  dir = <TODO local simpleType in attribute>
  id = xs:ID
  lang = LanguageCode
  lang = xs:language
  onclick = Script
  ondblclick = Script
  onkeydown = Script
  onkeypress = Script
  onkeyup = Script
  onmousedown = Script
  onmousemove = Script
  onmouseout = Script
  onmouseover = Script
  onmouseup = Script
  span = Number : 1
  style = StyleSheet
  title = Text
  valign = <TODO local simpleType in attribute>
  width = MultiLength>
col*
</colgroup>


Attribute Summary
 <TODO local simpleType in attribute>align
          
 Characterchar
          
 Lengthcharoff
          
 xs:NMTOKENSclass
          
 <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 . 
 Scriptonclick
          
 Scriptondblclick
          
 Scriptonkeydown
          
 Scriptonkeypress
          
 Scriptonkeyup
          
 Scriptonmousedown
          
 Scriptonmousemove
          
 Scriptonmouseout
          
 Scriptonmouseover
          
 Scriptonmouseup
          
 Numberspan
          
 StyleSheetstyle
          
 Texttitle
          
 <TODO local simpleType in attribute>valign
          
 MultiLengthwidth
          

Attribute Detail

align

<TODO local simpleType in attribute> align


char

Character char


charoff

Length charoff


class

xs:NMTOKENS class


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 . . .


onclick

Script onclick


ondblclick

Script ondblclick


onkeydown

Script onkeydown


onkeypress

Script onkeypress


onkeyup

Script onkeyup


onmousedown

Script onmousedown


onmousemove

Script onmousemove


onmouseout

Script onmouseout


onmouseover

Script onmouseover


onmouseup

Script onmouseup


span

Number span

Default: 1

style

StyleSheet style


title

Text title


valign

<TODO local simpleType in attribute> valign


width

MultiLength width


Source
<xs:element name="colgroup">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="col"/>
</xs:sequence>
<xs:attributeGroup ref="attrs"/>
<xs:attribute default="1" name="span" type="Number"/>
<xs:attribute name="width" type="MultiLength"/>
<xs:attributeGroup ref="cellhalign"/>
<xs:attributeGroup ref="cellvalign"/>
</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.