DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
attributeGroup "th.attlist"
Namespace:
Content:
Defined:
globally in xhtml-table-1.xsd, see XML source
Includes:
definitions of 5 attributes
Used:
XML Representation Summary
<...
    abbr
 = 
xs:string
    align
 = 
("left" | "center" | "right" | "justify" | "char")
    axis
 = 
xs:string
    char
 = 
xs:string
    charoff
 = 
(xs:nonNegativeInteger | xs:token)
    class
 = 
xs:NMTOKENS
    colspan
 = 
xs:nonNegativeInteger : "1"
    dir
 = 
("ltr" | "rtl")
    headers
 = 
xs:IDREFS
    id
 = 
xs:ID
    rowspan
 = 
xs:nonNegativeInteger : "1"
    scope
 = 
("row" | "col" | "rowgroup" | "colgroup")
    style
 = 
xs:string
    title
 = 
xs:string
    valign
 = 
("top" | "middle" | "bottom" | "baseline")
    xml:lang
 = 
xs:language
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="th.attlist">
<xs:attributeGroup ref="Common.attrib"/>
<xs:attribute name="abbr" type="Text"/>
<xs:attribute name="axis" type="CDATA"/>
<xs:attribute name="headers" type="xs:IDREFS"/>
<xs:attributeGroup ref="scope.attrib"/>
<xs:attribute default="1" name="rowspan" type="Number"/>
<xs:attribute default="1" name="colspan" type="Number"/>
<xs:attributeGroup ref="CellHAlign.attrib"/>
<xs:attributeGroup ref="CellVAlign.attrib"/>
</xs:attributeGroup>
Attribute Detail (defined in this component only; 5/16)
abbr
Type:
Use:
optional
Attribute Value
xs:string
XML Source (see within schema source)
<xs:attribute name="abbr" type="Text"/>

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

colspan
Type:
Use:
optional
Attribute Value
xs:nonNegativeInteger
Default:
"1"
XML Source (see within schema source)
<xs:attribute default="1" name="colspan" type="Number"/>

headers
Type:
xs:IDREFS, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="headers" type="xs:IDREFS"/>

rowspan
Type:
Use:
optional
Attribute Value
xs:nonNegativeInteger
Default:
"1"
XML Source (see within schema source)
<xs:attribute default="1" name="rowspan" type="Number"/>

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