attributeGroup "td.attlist"
Namespace:
Content:
Defined:
globally in xhtml-table-1.xsd; see XML source
Includes:
definitions of 5 attributes
Used:
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:NMTOKENS
 = 
xs:string
 = 
xs:language
 = 
("ltr" | "rtl")
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:IDREFS
 = 
("row" | "col" | "rowgroup" | "colgroup")
 = 
xs:nonNegativeInteger : "1"
 = 
xs:nonNegativeInteger : "1"
 = 
("left" | "center" | "right" | "justify" | "char")
 = 
xs:string
 = 
(xs:nonNegativeInteger | xs:token)
 = 
("top" | "middle" | "bottom" | "baseline")
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="td.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 (all declarations; 16/16)
abbr
Type:
Use:
optional
Defined:
locally within (this) td.attlist attributeGroup
Attribute Value
xs:string
XML Source (see within schema source)
<xs:attribute name="abbr" type="Text"/>

align
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Defined:
locally within CellHAlign.attrib attributeGroup
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"left", "center", "right", "justify", "char"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"left", "center", "right", "justify", "char"
XML Source (see within schema source)
<xs:attribute name="align">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="left"/>
<xs:enumeration value="center"/>
<xs:enumeration value="right"/>
<xs:enumeration value="justify"/>
<xs:enumeration value="char"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

axis
Type:
Use:
optional
Defined:
locally within (this) td.attlist attributeGroup
Attribute Value
xs:string
XML Source (see within schema source)
<xs:attribute name="axis" type="CDATA"/>

char
Type:
Use:
optional
Defined:
locally within CellHAlign.attrib attributeGroup
Attribute Value
xs:string
Length:
1
XML Source (see within schema source)
<xs:attribute name="char" type="Character"/>

charoff
Type:
Use:
optional
Defined:
locally within CellHAlign.attrib attributeGroup
Attribute Value
xs:nonNegativeInteger | xs:token
XML Source (see within schema source)
<xs:attribute name="charoff" type="Length"/>

class
Type:
xs:NMTOKENS, predefined
Use:
optional
Defined:
locally within class attributeGroup
XML Source (see within schema source)
<xs:attribute name="class" type="xs:NMTOKENS"/>

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

dir
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Defined:
locally within dir.attrib attributeGroup
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"ltr", "rtl"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"ltr", "rtl"
XML Source (see within schema source)
<xs:attribute name="dir">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="ltr"/>
<xs:enumeration value="rtl"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

headers
Type:
xs:IDREFS, predefined
Use:
optional
Defined:
locally within (this) td.attlist attributeGroup
XML Source (see within schema source)
<xs:attribute name="headers" type="xs:IDREFS"/>

id
Type:
xs:ID, predefined
Use:
optional
Defined:
locally within id attributeGroup
XML Source (see within schema source)
<xs:attribute name="id" type="xs:ID"/>

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

scope
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Defined:
locally within scope.attrib attributeGroup
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"row", "col", "rowgroup", "colgroup"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"row", "col", "rowgroup", "colgroup"
XML Source (see within schema source)
<xs:attribute name="scope">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="row"/>
<xs:enumeration value="col"/>
<xs:enumeration value="rowgroup"/>
<xs:enumeration value="colgroup"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

style
Type:
Use:
optional
Defined:
locally within style.attrib attributeGroup
Attribute Value
xs:string
XML Source (see within schema source)
<xs:attribute name="style" type="CDATA"/>

title
Type:
xs:string, predefined
Use:
optional
Defined:
locally within title attributeGroup
XML Source (see within schema source)
<xs:attribute name="title" type="xs:string"/>

valign
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Defined:
locally within CellVAlign.attrib attributeGroup
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"top", "middle", "bottom", "baseline"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"top", "middle", "bottom", "baseline"
XML Source (see within schema source)
<xs:attribute name="valign">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="top"/>
<xs:enumeration value="middle"/>
<xs:enumeration value="bottom"/>
<xs:enumeration value="baseline"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

xml:lang
Type:
xs:language, predefined
Use:
optional
Defined:
by reference within I18n.attrib attributeGroup
XML Source (see within schema source)
<xs:attribute ref="xml:lang"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set