Definition Type: Element
Name: colgroup
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: xhtml1-strict.xsd
Abstract
Documentation:
colgroup groups a set of col elements. It allows you to group several semantically related columns together.
Collapse XSD Schema Diagram:
Drilldown into col in schema xhtml1-strict_xsd Drilldown into valign in schema xhtml1-strict_xsd Drilldown into cellvalign in schema xhtml1-strict_xsd Drilldown into charoff in schema xhtml1-strict_xsd Drilldown into char in schema xhtml1-strict_xsd Drilldown into align in schema xhtml1-strict_xsd Drilldown into cellhalign in schema xhtml1-strict_xsd Drilldown into width in schema xhtml1-strict_xsd Drilldown into span in schema xhtml1-strict_xsd Drilldown into onkeyup in schema xhtml1-strict_xsd Drilldown into onkeydown in schema xhtml1-strict_xsd Drilldown into onkeypress in schema xhtml1-strict_xsd Drilldown into onmouseout in schema xhtml1-strict_xsd Drilldown into onmousemove in schema xhtml1-strict_xsd Drilldown into onmouseover in schema xhtml1-strict_xsd Drilldown into onmouseup in schema xhtml1-strict_xsd Drilldown into onmousedown in schema xhtml1-strict_xsd Drilldown into ondblclick in schema xhtml1-strict_xsd Drilldown into onclick in schema xhtml1-strict_xsd Drilldown into events 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_xsd Drilldown into title in schema xhtml1-strict_xsd Drilldown into style in schema xhtml1-strict_xsd Drilldown into class in schema xhtml1-strict_xsd Drilldown into id in schema xhtml1-strict_xsd Drilldown into coreattrs in schema xhtml1-strict_xsd Drilldown into attrs in schema xhtml1-strict_xsdXSD Diagram of colgroup in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<xs:element name="colgroup">
    <xs:annotation>
        <xs:documentation>
      colgroup groups a set of col elements. It allows you to group
      several semantically related columns together.
      </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element minOccurs="0" maxOccurs="unbounded" ref="col" />
        </xs:sequence>
        <xs:attributeGroup ref="attrs" />
        <xs:attribute name="span" default="1" type="Number" />
        <xs:attribute name="width" type="MultiLength" />
        <xs:attributeGroup ref="cellhalign" />
        <xs:attributeGroup ref="cellvalign" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
col nsA:col 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
class nsA:class (Optional)
style nsA:style (Optional)
title nsA:title (Optional)
lang nsA:lang (Optional)
lang xml:lang (Optional)
dir nsA:dir (Optional)
onclick nsA:onclick (Optional)
ondblclick nsA:ondblclick (Optional)
onmousedown nsA:onmousedown (Optional)
onmouseup nsA:onmouseup (Optional)
onmouseover nsA:onmouseover (Optional)
onmousemove nsA:onmousemove (Optional)
onmouseout nsA:onmouseout (Optional)
onkeypress nsA:onkeypress (Optional)
onkeydown nsA:onkeydown (Optional)
onkeyup nsA:onkeyup (Optional)
span nsA:span 1 (Optional)
width nsA:width (Optional)
align nsA:align (Optional)
char nsA:char (Optional)
charoff nsA:charoff (Optional)
valign nsA:valign (Optional)