elml:tableheading

Each element tableheading defines one table heading cell of a table.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
align restriction of xs:string optional
The attribute align allows to specify the horizontal alignment of multimedia objects and content within columns and
tables.
colspan xs:positiveInteger optional
The attribute colspan allows to specify the number of columns that are spanned by this table
cell.
cssClass xs:string optional
height xs:positiveInteger optional
The attribute height allows to specify the height of an image, multimedia object, table, etc. as a
positive Number.
label elml:LabelType optional
The attribute label is restricted to 25 characters which can be a random selection from the values 'a-z',
'A-Z', '0-9' and '_'.
labelRef elml:LabelType optional
The attribute labelRef contains the references to a valid label of one other element within a lesson.
rowspan xs:positiveInteger optional
The attribute rowspan allows to specify the number of rows that are spanned by this table
cell.
units restriction of xs:string optional
The attribute units allows the values pixels or percent. It is used to specify what the units of the
numbers specified in the attributes width and height are.
valign restriction of xs:string optional
The attribute valign allows to specify the vertical alignment of content within columns and
tables.
width xs:positiveInteger optional
The attribute width allows to specify the width of an image, multimedia object, table, etc. as a positive
Number.

Source

<xs:element name="tableheading" type="elml:TableCellType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each element tableheading defines one table heading cell of a table.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample