DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
attributeGroup "table.attlist"
Namespace:
Content:
Defined:
globally in xhtml-table-1.xsd, see XML source
Includes:
definitions of 5 attributes
Used:
XML Representation Summary
<...
    border
 = 
xs:nonNegativeInteger
    cellpadding
 = 
(xs:nonNegativeInteger | xs:token)
    cellspacing
 = 
(xs:nonNegativeInteger | xs:token)
    class
 = 
xs:NMTOKENS
    dir
 = 
("ltr" | "rtl")
    frame
 = 
("void" | "above" | "below" | "hsides" | "lhs" | "rhs" | "vsides" | "box" | "border")
    id
 = 
xs:ID
    rules
 = 
("none" | "groups" | "rows" | "cols" | "all")
    style
 = 
xs:string
    summary
 = 
xs:string
    title
 = 
xs:string
    width
 = 
(xs:nonNegativeInteger | xs:token)
    xml:lang
 = 
xs:language
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="table.attlist">
<xs:attributeGroup ref="Common.attrib"/>
<xs:attribute name="summary" type="Text"/>
<xs:attribute name="width" type="Length"/>
<xs:attribute name="border" type="Pixels"/>
<xs:attributeGroup ref="frame.attrib"/>
<xs:attributeGroup ref="rules.attrib"/>
<xs:attribute name="cellspacing" type="Length"/>
<xs:attribute name="cellpadding" type="Length"/>
</xs:attributeGroup>
Attribute Detail (defined in this component only; 5/13)
border
Type:
Use:
optional
Attribute Value
xs:nonNegativeInteger
XML Source (see within schema source)
<xs:attribute name="border" type="Pixels"/>

cellpadding
Type:
Use:
optional
Attribute Value
xs:nonNegativeInteger | xs:token
XML Source (see within schema source)
<xs:attribute name="cellpadding" type="Length"/>

cellspacing
Type:
Use:
optional
Attribute Value
xs:nonNegativeInteger | xs:token
XML Source (see within schema source)
<xs:attribute name="cellspacing" type="Length"/>

summary
Type:
Use:
optional
Attribute Value
xs:string
XML Source (see within schema source)
<xs:attribute name="summary" type="Text"/>

width
Type:
Use:
optional
Attribute Value
xs:nonNegativeInteger | xs:token
XML Source (see within schema source)
<xs:attribute name="width" type="Length"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set