<xs:element name="teachingPurpose" minOccurs="0">
<xs:annotation>
<xs:documentation>The purpose for which this learning object can be used in instruction. If the lesson contains several purposes the main purpose should be choosen. The values allowed are motivation, presentation, practice and assessment.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="motivation"/>
<xs:enumeration value="presentation"/>
<xs:enumeration value="practice"/>
<xs:enumeration value="assessment"/>
</xs:restriction>
</xs:simpleType>
</xs:element> |