<xs:element name="educational">
<xs:annotation>
<xs:documentation>The element educational is the parent element of the educational aspects of the lesson.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="difficulty" type="elml:ScaleType" minOccurs="0">
<xs:annotation>
<xs:documentation>The element difficulty allows to describe the difficulty of the content of the lesson.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="typicalLearningTime">
<xs:annotation>
<xs:documentation>The element typicalLearningTime describes how long it takes for the student to learn this lesson.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="time" type="xs:string">
<xs:annotation>
<xs:documentation>The element time describes how long it takes for the student to learn this lesson (in hours).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="elml:description" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<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>
<xs:element name="learningResourceType" maxOccurs="unbounded" minOccurs="0">
<xs:annotation>
<xs:documentation>This is an feature from the LOM Standard. Specific kind of learning object. The most dominant kind shall be first. There is more information in the final draft of the LOM standard: http://ltsc.ieee.org/wg12/files/LOM_1484_12_1_v1_Final_Draft.pdf</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="source" type="xs:string" fixed="LOMv1.0">
</xs:element>
<xs:element name="value">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="exercise"/>
<xs:enumeration value="simulation"/>
<xs:enumeration value="questionnaire"/>
<xs:enumeration value="diagram"/>
<xs:enumeration value="figure"/>
<xs:enumeration value="graph"/>
<xs:enumeration value="index"/>
<xs:enumeration value="slide"/>
<xs:enumeration value="table"/>
<xs:enumeration value="narrative"/>
<xs:enumeration value="text"/>
<xs:enumeration value="exam"/>
<xs:enumeration value="experiment"/>
<xs:enumeration value="problem"/>
<xs:enumeration value="statement"/>
<xs:enumeration value="selfassessment"/>
<xs:enumeration value="lecture"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element> |