elml:listOfTables

The element listOfTables allows to define if a listOfTables will be present in the lesson or not. Use it when it should be present and leave it when it should not. When the listOfTables element is present then also table elements within the content of the lesson should be defined.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
visible xs:string optional

Used By

Element elml:lesson

Source

<xs:element name="listOfTables">
  <xs:annotation>
    <xs:documentation>The element listOfTables allows to define if a listOfTables will be present in the lesson or not. Use it when it should be present and leave it when it should not. When the listOfTables element is present then also table elements within the content of the lesson should be defined.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="elml:VisibleImp"/>
  </xs:complexType>
</xs:element>

Sample