elml:index

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