table.attlist

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
border Pixels optional
cellpadding Length optional
cellspacing Length optional
class optional
dir restriction of xs:token optional
frame TFrame optional
id xs:ID optional
lang XHTMLLanguageCode optional
rules TRules optional
style StyleSheet optional
summary XHTMLText optional
title XHTMLText optional
width Length optional

Used By

Element table

Source

<xs:attributeGroup name="table.attlist">
  <xs:attributeGroup ref="attrs"/>
  <xs:attribute name="summary" type="XHTMLText"/>
  <xs:attribute name="width" type="Length"/>
  <xs:attribute name="border" type="Pixels"/>
  <xs:attribute name="frame" type="TFrame"/>
  <xs:attribute name="rules" type="TRules"/>
  <xs:attribute name="cellspacing" type="Length"/>
  <xs:attribute name="cellpadding" type="Length"/>
</xs:attributeGroup>