The element learningObject allows to structure the content of a unit in one or more learningObjects. A learningObject contains typically one topic which is explained (clarify part), shown by examples (look part) and learned through exercises (act part). The order of these parts is random and not all parts need to be used mandatorily. The parts my occur zero, one or more times. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
label | elml:LabelType | optional |
|
||||
navTitle | xs:string | optional |
|
||||
title | xs:string | required |
|
Element | elml:unit |
<xs:element name="learningObject"> <xs:annotation> <xs:documentation>The element learningObject allows to structure the content of a unit in one or more learningObjects. A learningObject contains typically one topic which is explained (clarify part), shown by examples (look part) and learned through exercises (act part). The order of these parts is random and not all parts need to be used mandatorily. The parts my occur zero, one or more times.</xs:documentation> </xs:annotation> <xs:complexType> <xs:choice maxOccurs="unbounded"> <xs:element ref="elml:clarify"/> <xs:element ref="elml:look"/> <xs:element ref="elml:act"/> </xs:choice> <xs:attributeGroup ref="elml:LabelImp"/> <xs:attributeGroup ref="elml:TitleReq"/> <xs:attributeGroup ref="elml:NavTitleImp"/> </xs:complexType> </xs:element> |