The attribute scope defines the scope of the inserted toc. Valid values are lessons, lesson and unit. |
Element | elml:toc |
<xs:attribute name="scope"> <xs:annotation> <xs:documentation>The attribute scope defines the scope of the inserted toc. Valid values are lessons, lesson and unit.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="lessons"/> <xs:enumeration value="lesson"/> <xs:enumeration value="unit"/> <xs:enumeration value="learningObject"/> </xs:restriction> </xs:simpleType> </xs:attribute> |