elml:columnLeft

The element columnLeft defines the left column and contains content.

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.
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.
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="columnLeft" type="elml:ColumnType">
  <xs:annotation>
    <xs:documentation>The element columnLeft defines the left column and contains content.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample