<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> |