elml:listOfFigures

The element listOfFigures allows to define if a listOfFigures will be present in the lesson or not. Use it when it should be present and leave it when it should not. When the listOfFigures element is present then also multimedia 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="listOfFigures">
  <xs:annotation>
    <xs:documentation>The element listOfFigures allows to define if a listOfFigures will be present in the lesson or not. Use it when it should be present and leave it when it should not. When the listOfFigures element is present then also multimedia 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