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