Should be used to indicate the main language of the content contained by the element
upon which the attribute is appearing. Values should be taken from the ISO 639 standard.
This attribute should be used where the language is different from the main language
of the document.
Is used to indicate whether white space is significant in the contained content and
can contain the value ‘default’ or ‘preserve’. For a value of ‘default’, it is left
to an application as to how to treat white space.
<xsd:element name="table"><xsd:annotation><xsd:documentation><h:p>This is the top level of a modified version of XHTML tables</h:p><h:p>Note: A restriction from the HTML table model is that tbody is obligatory</h:p><h:p>Note: HTML cellpadding and cellspacing attributes are not implemented</h:p><h:p>Note: It is assumed that the collapsed border model is being implemented, which allows for column and row borders to be used</h:p></xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element ref="caption" minOccurs="0"/><xsd:choice minOccurs="0"><xsd:element ref="colgroup" maxOccurs="unbounded"/><xsd:element ref="col" maxOccurs="unbounded"/></xsd:choice><xsd:element ref="thead" minOccurs="0"/><xsd:element ref="tfoot" minOccurs="0"/><xsd:element ref="tbody" maxOccurs="unbounded"/></xsd:sequence><xsd:attribute name="cols" type="xsd:positiveInteger"><xsd:annotation><xsd:documentation>Defines the number of columns in the table. Mainly to ease formatting for applications</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="summary" type="xsd:string"><xsd:annotation><xsd:documentation>Table summary for accessibility. Conforms with HTML table model</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="width" type="TableWidthType"/><xsd:attributeGroup ref="TableXMLattributes"/><xsd:attributeGroup ref="fo:TableBackgroundColorAttributes"/><xsd:attributeGroup ref="fo:TableBorderLeftAttributes"/><xsd:attributeGroup ref="fo:TableBorderTopAttributes"/><xsd:attributeGroup ref="fo:TableBorderAttributes"/><xsd:attributeGroup ref="TableID"/></xsd:complexType></xsd:element>
Element caption
Namespace
http://www.w3.org/1999/xhtml
Annotations
A caption to a table. This should not be confused with the title element in Tabular.
The caption applies to a table – not a group of tables which the Tabular element encapsulates.
<xsd:element name="caption"><xsd:annotation><xsd:documentation>A caption to a table. This should not be confused with the title element in Tabular. The caption applies to a table – not a group of tables which the Tabular element encapsulates.</xsd:documentation></xsd:annotation><xsd:complexType mixed="true"><xsd:group ref="ukl:InlineFull" minOccurs="0" maxOccurs="unbounded"/><xsd:attribute name="align" default="top"><xsd:annotation><xsd:documentation>Defines the position of the caption relative to the table</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="left"/><xsd:enumeration value="right"/><xsd:enumeration value="top"/><xsd:enumeration value="bottom"/></xsd:restriction></xsd:simpleType></xsd:attribute><xsd:attributeGroup ref="TableID"/><xsd:attributeGroup ref="ukl:CommonSubAttributes"/></xsd:complexType></xsd:element>
Element colgroup
Namespace
http://www.w3.org/1999/xhtml
Annotations
Allows for columns groups that are logically or structurally related to be defined
<xsd:element name="colgroup"><xsd:annotation><xsd:documentation>Allows for columns groups that are logically or structurally related to be defined</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element ref="col" minOccurs="0" maxOccurs="unbounded"/></xsd:sequence><xsd:attribute name="char"><xsd:annotation><xsd:documentation>Defines a character for horizontal alignment of text in the column. This can be very useful for aligning currency amounts, for example.</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:length value="1"/></xsd:restriction></xsd:simpleType></xsd:attribute><xsd:attribute name="span" type="xsd:positiveInteger" default="1"><xsd:annotation><xsd:documentation>Defines the number of columns spanned</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="width" type="TableWidthType"><xsd:annotation><xsd:documentation>Defines the width of the column(s). This value may be in pixels (px), pt (points), em (Ems of set) or a percentage of the table width.</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attributeGroup ref="TableAlignmentAttributes"/><xsd:attributeGroup ref="fo:TableBackgroundColorAttributes"/><xsd:attributeGroup ref="fo:TableBorderLeftAttributes"/><xsd:attributeGroup ref="fo:TableBorderTopAttributes"/><xsd:attributeGroup ref="fo:TableBorderAttributes"/></xsd:complexType></xsd:element>
Element col
Namespace
http://www.w3.org/1999/xhtml
Annotations
This element defines information that applies to an entire column of a table.
Defines the width of the column(s). This value may be in pixels (px), pt (points),
em (Ems of set) or a percentage of the table width.
Source
<xsd:element name="col"><xsd:annotation><xsd:documentation><h:p>This element defines information that applies to an entire column of a table.</h:p><h:p>Note: HTML charoff attribute is not implemented</h:p></xsd:documentation></xsd:annotation><xsd:complexType><xsd:attribute name="char"><xsd:annotation><xsd:documentation>Defines a character for horizontal alignment of text in the column. This can be very useful for aligning currency amounts, for example.</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:length value="1"/></xsd:restriction></xsd:simpleType></xsd:attribute><xsd:attribute name="span" type="xsd:positiveInteger" default="1"><xsd:annotation><xsd:documentation>Defines the number of columns this information should apply to.</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="width" type="TableWidthType"><xsd:annotation><xsd:documentation>Defines the width of the column(s). This value may be in pixels (px), pt (points), em (Ems of set) or a percentage of the table width.</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attributeGroup ref="TableAlignmentAttributes"/><xsd:attributeGroup ref="fo:TableBackgroundColorAttributes"/><xsd:attributeGroup ref="fo:TableBorderLeftAttributes"/><xsd:attributeGroup ref="fo:TableBorderTopAttributes"/><xsd:attributeGroup ref="fo:TableBorderAttributes"/></xsd:complexType></xsd:element>
Element thead
Namespace
http://www.w3.org/1999/xhtml
Annotations
A table header. It is important to use this section where applicable as this will
repeat where tables break over pages.
Note: HTML char and charoff attributes are not implemented
Should be used to indicate the main language of the content contained by the element
upon which the attribute is appearing. Values should be taken from the ISO 639 standard.
This attribute should be used where the language is different from the main language
of the document.
Is used to indicate whether white space is significant in the contained content and
can contain the value ‘default’ or ‘preserve’. For a value of ‘default’, it is left
to an application as to how to treat white space.
<xsd:element name="thead"><xsd:annotation><xsd:documentation><h:p>A table header. It is important to use this section where applicable as this will repeat where tables break over pages.</h:p><h:p>Note: HTML char and charoff attributes are not implemented</h:p></xsd:documentation></xsd:annotation><xsd:complexType><xsd:choice><xsd:element ref="tr" maxOccurs="unbounded"/></xsd:choice><xsd:attribute name="height" type="TableSimpleLengthType"/><xsd:attributeGroup ref="TableAlignmentAttributes"/><xsd:attributeGroup ref="fo:TableBackgroundColorAttributes"/><xsd:attributeGroup ref="TableID"/><xsd:attributeGroup ref="TableXMLattributes"/><xsd:attributeGroup ref="fo:TableBorderLeftAttributes"/><xsd:attributeGroup ref="fo:TableBorderAttributes"/><xsd:attributeGroup ref="fo:TableBorderTopAttributes"/></xsd:complexType></xsd:element>
Element tr
Namespace
http://www.w3.org/1999/xhtml
Annotations
A table row
Note: HTML char and charoff attributes are note implemented
Should be used to indicate the main language of the content contained by the element
upon which the attribute is appearing. Values should be taken from the ISO 639 standard.
This attribute should be used where the language is different from the main language
of the document.
Is used to indicate whether white space is significant in the contained content and
can contain the value ‘default’ or ‘preserve’. For a value of ‘default’, it is left
to an application as to how to treat white space.
Defines the rotation of the text in the cell in either a positive or negative direction
(using negative values will give the inverse rotation to using the positive value)
where positive is clockwise
Should be used to indicate the main language of the content contained by the element
upon which the attribute is appearing. Values should be taken from the ISO 639 standard.
This attribute should be used where the language is different from the main language
of the document.
Is used to indicate whether white space is significant in the contained content and
can contain the value ‘default’ or ‘preserve’. For a value of ‘default’, it is left
to an application as to how to treat white space.
<xsd:element name="td"><xsd:annotation><xsd:documentation><h:p>A table cell</h:p><h:p>Note: HTML char, charoff and nowrap attributes are not implemented</h:p></xsd:documentation></xsd:annotation><xsd:complexType mixed="true"><xsd:group ref="ukl:TableCell" minOccurs="0" maxOccurs="unbounded"/><xsd:attribute name="headers" type="xsd:IDREFS"><xsd:annotation><xsd:documentation>Used for accessibility to cross-reference to a header cell(s). From HTML specification</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attributeGroup ref="TableCellAttributes"/><xsd:attributeGroup ref="fo:TableBackgroundColorAttributes"/><xsd:attributeGroup ref="TableID"/><xsd:attributeGroup ref="TableXMLattributes"/><xsd:attributeGroup ref="fo:TableBorderLeftAttributes"/><xsd:attributeGroup ref="fo:TableBorderAttributes"/><xsd:attributeGroup ref="fo:TableBorderTopAttributes"/></xsd:complexType></xsd:element>
Element th
Namespace
http://www.w3.org/1999/xhtml
Annotations
A table heading cell
Note: HTML axis attribute is not implemented
Note: HTML char, charoff and nowrap attributes are not implemented
Defines the rotation of the text in the cell in either a positive or negative direction
(using negative values will give the inverse rotation to using the positive value)
where positive is clockwise
Should be used to indicate the main language of the content contained by the element
upon which the attribute is appearing. Values should be taken from the ISO 639 standard.
This attribute should be used where the language is different from the main language
of the document.
Is used to indicate whether white space is significant in the contained content and
can contain the value ‘default’ or ‘preserve’. For a value of ‘default’, it is left
to an application as to how to treat white space.
<xsd:element name="th"><xsd:annotation><xsd:documentation><h:p>A table heading cell</h:p><h:p>Note: HTML axis attribute is not implemented</h:p><h:p>Note: HTML char, charoff and nowrap attributes are not implemented</h:p></xsd:documentation></xsd:annotation><xsd:complexType mixed="true"><xsd:group ref="ukl:TableHeaderCell" minOccurs="0" maxOccurs="unbounded"/><xsd:attribute name="abbr" type="xsd:string"><xsd:annotation><xsd:documentation>Used for accessibility. Further explains the meaning of the cell</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="scope"><xsd:annotation><xsd:documentation>Used for accessibility. Defines the cells to which a header cell applies. From XHTML 1.0 specification</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="row"/><xsd:enumeration value="col"/><xsd:enumeration value="rowgroup"/><xsd:enumeration value="colgroup"/></xsd:restriction></xsd:simpleType></xsd:attribute><xsd:attributeGroup ref="TableCellAttributes"/><xsd:attributeGroup ref="fo:TableBackgroundColorAttributes"/><xsd:attributeGroup ref="TableID"/><xsd:attributeGroup ref="TableXMLattributes"/><xsd:attributeGroup ref="fo:TableBorderLeftAttributes"/><xsd:attributeGroup ref="fo:TableBorderAttributes"/><xsd:attributeGroup ref="fo:TableBorderTopAttributes"/></xsd:complexType></xsd:element>
Element tfoot
Namespace
http://www.w3.org/1999/xhtml
Annotations
Table footer
A container for footnotes or notes in a table.
Note: HTML char and charoff attributes are note implemented
Should be used to indicate the main language of the content contained by the element
upon which the attribute is appearing. Values should be taken from the ISO 639 standard.
This attribute should be used where the language is different from the main language
of the document.
Is used to indicate whether white space is significant in the contained content and
can contain the value ‘default’ or ‘preserve’. For a value of ‘default’, it is left
to an application as to how to treat white space.
<xsd:element name="tfoot"><xsd:annotation><xsd:documentation><h:p>Table footer</h:p><h:p>A container for footnotes or notes in a table.</h:p><h:p>Note: HTML char and charoff attributes are note implemented</h:p></xsd:documentation></xsd:annotation><xsd:complexType><xsd:choice><xsd:element ref="tr" maxOccurs="unbounded"/></xsd:choice><xsd:attributeGroup ref="TableAlignmentAttributes"/><xsd:attributeGroup ref="TableID"/><xsd:attributeGroup ref="TableXMLattributes"/><xsd:attributeGroup ref="fo:TableBackgroundColorAttributes"/><xsd:attributeGroup ref="fo:TableBorderLeftAttributes"/><xsd:attributeGroup ref="fo:TableBorderAttributes"/><xsd:attributeGroup ref="fo:TableBorderTopAttributes"/></xsd:complexType></xsd:element>
Element tbody
Namespace
http://www.w3.org/1999/xhtml
Annotations
The table body
Note: HTML char and charoff attributes are note implemented.
Should be used to indicate the main language of the content contained by the element
upon which the attribute is appearing. Values should be taken from the ISO 639 standard.
This attribute should be used where the language is different from the main language
of the document.
Is used to indicate whether white space is significant in the contained content and
can contain the value ‘default’ or ‘preserve’. For a value of ‘default’, it is left
to an application as to how to treat white space.
<xsd:simpleType name="TableSimpleLengthType"><xsd:annotation><xsd:documentation><h:p>Defines a length in either pixels, points or ems; alternatively the value can be inherited.</h:p><h:p>If no units are supplied then width is assumed to be in pixels (see #156807703)</h:p></xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:pattern value="inherit"/><xsd:pattern value="\d{1,}px"/><xsd:pattern value="\d{1,}\.?\d{0,3}pt"/><xsd:pattern value="\d{1,}\.?\d{0,3}em"/><xsd:pattern value="\d{1,}"/></xsd:restriction></xsd:simpleType>
Simple Type TableBorderStyleType
Namespace
http://www.w3.org/1999/xhtml
Annotations
Defines a border style type
Values taken from the CSS2 specification http://www.w3.org/TR/REC-CSS2/box.html#value-def-border-style
Note: the value 'none' has not been used
Diagram
Facets
enumeration
inherit
enumeration
solid
enumeration
dashed
enumeration
dotted
enumeration
double
enumeration
groove
enumeration
inset
enumeration
outset
Source
<xsd:simpleType name="TableBorderStyleType"><xsd:annotation><xsd:documentation><h:p>Defines a border style type</h:p><h:p>Values taken from the CSS2 specification http://www.w3.org/TR/REC-CSS2/box.html#value-def-border-style</h:p><h:p>Note: the value 'none' has not been used</h:p></xsd:documentation></xsd:annotation><xsd:restriction base="xsd:string"><xsd:enumeration value="inherit"/><xsd:enumeration value="solid"/><xsd:enumeration value="dashed"/><xsd:enumeration value="dotted"/><xsd:enumeration value="double"/><xsd:enumeration value="groove"/><xsd:enumeration value="inset"/><xsd:enumeration value="outset"/></xsd:restriction></xsd:simpleType>
<xsd:attribute name="align" default="top"><xsd:annotation><xsd:documentation>Defines the position of the caption relative to the table</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="left"/><xsd:enumeration value="right"/><xsd:enumeration value="top"/><xsd:enumeration value="bottom"/></xsd:restriction></xsd:simpleType></xsd:attribute>
<xsd:attribute name="id"><xsd:annotation><xsd:documentation>A unique identifier in the format t00000</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:ID"><xsd:pattern value="t[0-9]{5}"/></xsd:restriction></xsd:simpleType></xsd:attribute>
Defines the position of the caption relative to the table
Properties
default
top
Facets
enumeration
left
enumeration
right
enumeration
top
enumeration
bottom
Source
<xsd:attribute name="align" default="top"><xsd:annotation><xsd:documentation>Defines the position of the caption relative to the table</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="left"/><xsd:enumeration value="right"/><xsd:enumeration value="top"/><xsd:enumeration value="bottom"/></xsd:restriction></xsd:simpleType></xsd:attribute>
<xsd:attribute name="char"><xsd:annotation><xsd:documentation>Defines a character for horizontal alignment of text in the column. This can be very useful for aligning currency amounts, for example.</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:length value="1"/></xsd:restriction></xsd:simpleType></xsd:attribute>
<xsd:attribute name="span" type="xsd:positiveInteger" default="1"><xsd:annotation><xsd:documentation>Defines the number of columns this information should apply to.</xsd:documentation></xsd:annotation></xsd:attribute>
<xsd:attribute name="width" type="TableWidthType"><xsd:annotation><xsd:documentation>Defines the width of the column(s). This value may be in pixels (px), pt (points), em (Ems of set) or a percentage of the table width.</xsd:documentation></xsd:annotation></xsd:attribute>
<xsd:attribute name="align" default="inherit"><xsd:annotation><xsd:documentation><h:p>Describes horizontal alignment</h:p><h:ul><h:li>inherit (taken from parent structure)</h:li><h:li>left</h:li><h:li>center</h:li><h:li>right</h:li><h:li>justify</h:li><h:li>char (aligns upon a certain character defined with a col element)</h:li></h:ul></xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="inherit"/><xsd:enumeration value="left"/><xsd:enumeration value="center"/><xsd:enumeration value="right"/><xsd:enumeration value="justify"/><xsd:enumeration value="char"/></xsd:restriction></xsd:simpleType></xsd:attribute>
<xsd:attribute name="char"><xsd:annotation><xsd:documentation>Defines a character for horizontal alignment of text in the column. This can be very useful for aligning currency amounts, for example.</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:length value="1"/></xsd:restriction></xsd:simpleType></xsd:attribute>
<xsd:attribute name="span" type="xsd:positiveInteger" default="1"><xsd:annotation><xsd:documentation>Defines the number of columns spanned</xsd:documentation></xsd:annotation></xsd:attribute>
<xsd:attribute name="width" type="TableWidthType"><xsd:annotation><xsd:documentation>Defines the width of the column(s). This value may be in pixels (px), pt (points), em (Ems of set) or a percentage of the table width.</xsd:documentation></xsd:annotation></xsd:attribute>
<xsd:attribute name="headers" type="xsd:IDREFS"><xsd:annotation><xsd:documentation>Used for accessibility to cross-reference to a header cell(s). From HTML specification</xsd:documentation></xsd:annotation></xsd:attribute>
<xsd:attribute name="colspan" type="xsd:positiveInteger" default="1"><xsd:annotation><xsd:documentation>Defines the number of columns spanned</xsd:documentation></xsd:annotation></xsd:attribute>
<xsd:attribute name="rowspan" type="xsd:positiveInteger" default="1"><xsd:annotation><xsd:documentation>Defines the number of rows spanned</xsd:documentation></xsd:annotation></xsd:attribute>
Used for accessibility to cross-reference to a header cell(s). From HTML specification
Properties
content
simple
Source
<xsd:attribute name="headers" type="xsd:IDREFS"><xsd:annotation><xsd:documentation>Used for accessibility to cross-reference to a header cell(s). From HTML specification</xsd:documentation></xsd:annotation></xsd:attribute>
<xsd:attribute name="abbr" type="xsd:string"><xsd:annotation><xsd:documentation>Used for accessibility. Further explains the meaning of the cell</xsd:documentation></xsd:annotation></xsd:attribute>
<xsd:attribute name="scope"><xsd:annotation><xsd:documentation>Used for accessibility. Defines the cells to which a header cell applies. From XHTML 1.0 specification</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="row"/><xsd:enumeration value="col"/><xsd:enumeration value="rowgroup"/><xsd:enumeration value="colgroup"/></xsd:restriction></xsd:simpleType></xsd:attribute>
Used for accessibility. Further explains the meaning of the cell
Properties
content
simple
Source
<xsd:attribute name="abbr" type="xsd:string"><xsd:annotation><xsd:documentation>Used for accessibility. Further explains the meaning of the cell</xsd:documentation></xsd:annotation></xsd:attribute>
Used for accessibility. Defines the cells to which a header cell applies. From XHTML
1.0 specification
Properties
content
simple
Facets
enumeration
row
enumeration
col
enumeration
rowgroup
enumeration
colgroup
Source
<xsd:attribute name="scope"><xsd:annotation><xsd:documentation>Used for accessibility. Defines the cells to which a header cell applies. From XHTML 1.0 specification</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="row"/><xsd:enumeration value="col"/><xsd:enumeration value="rowgroup"/><xsd:enumeration value="colgroup"/></xsd:restriction></xsd:simpleType></xsd:attribute>
<xsd:attribute name="cols" type="xsd:positiveInteger"><xsd:annotation><xsd:documentation>Defines the number of columns in the table. Mainly to ease formatting for applications</xsd:documentation></xsd:annotation></xsd:attribute>
<xsd:attribute name="summary" type="xsd:string"><xsd:annotation><xsd:documentation>Table summary for accessibility. Conforms with HTML table model</xsd:documentation></xsd:annotation></xsd:attribute>
<xsd:attributeGroup name="TableID"><xsd:attribute name="id"><xsd:annotation><xsd:documentation>A unique identifier in the format t00000</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:ID"><xsd:pattern value="t[0-9]{5}"/></xsd:restriction></xsd:simpleType></xsd:attribute></xsd:attributeGroup>
<xsd:attributeGroup name="TableAlignmentAttributes"><xsd:attribute name="valign"><xsd:annotation><xsd:documentation><h:p>Defines vertical alignment</h:p><h:ul><h:li>top</h:li><h:li>middle</h:li><h:li>bottom</h:li><h:li>baseline</h:li></h:ul></xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="top"/><xsd:enumeration value="middle"/><xsd:enumeration value="bottom"/><xsd:enumeration value="baseline"/></xsd:restriction></xsd:simpleType></xsd:attribute><xsd:attribute name="align" default="inherit"><xsd:annotation><xsd:documentation><h:p>Describes horizontal alignment</h:p><h:ul><h:li>inherit (taken from parent structure)</h:li><h:li>left</h:li><h:li>center</h:li><h:li>right</h:li><h:li>justify</h:li><h:li>char (aligns upon a certain character defined with a col element)</h:li></h:ul></xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="inherit"/><xsd:enumeration value="left"/><xsd:enumeration value="center"/><xsd:enumeration value="right"/><xsd:enumeration value="justify"/><xsd:enumeration value="char"/></xsd:restriction></xsd:simpleType></xsd:attribute></xsd:attributeGroup>
Defines the rotation of the text in the cell in either a positive or negative direction
(using negative values will give the inverse rotation to using the positive value)
where positive is clockwise
<xsd:attributeGroup name="TableCellAttributes"><xsd:attribute name="colspan" type="xsd:positiveInteger" default="1"><xsd:annotation><xsd:documentation>Defines the number of columns spanned</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="rowspan" type="xsd:positiveInteger" default="1"><xsd:annotation><xsd:documentation>Defines the number of rows spanned</xsd:documentation></xsd:annotation></xsd:attribute><xsd:attribute name="height" type="TableSimpleLengthType"/><xsd:attribute name="width" type="TableSimpleLengthType"/><xsd:attributeGroup ref="fo:BlockOrientation"/><xsd:attributeGroup ref="TableAlignmentAttributes"/></xsd:attributeGroup>
Should be used to indicate the main language of the content contained by the element
upon which the attribute is appearing. Values should be taken from the ISO 639 standard.
This attribute should be used where the language is different from the main language
of the document.
Is used to indicate whether white space is significant in the contained content and
can contain the value ‘default’ or ‘preserve’. For a value of ‘default’, it is left
to an application as to how to treat white space.