colgroup

Element Information

Model

Children: col

Attributes

QName Type Fixed Default Use Inheritable Annotation
align restriction of xs:token optional
char Character optional
charoff Length optional
class optional
dir restriction of xs:token optional
id xs:ID optional
lang XHTMLLanguageCode optional
span XHTMLNumber 1 optional
style StyleSheet optional
title XHTMLText optional
valign restriction of xs:token optional
width MultiLength optional

Used By

Element table

Source

<xs:element name="colgroup">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="col"/>
    </xs:sequence>
    <xs:attributeGroup ref="colgroup.attlist"/>
  </xs:complexType>
</xs:element>

Sample