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. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
visible | xs:string | optional |
Element | elml:lesson |
<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> |