<xs:element name="lessonInfo">
<xs:annotation>
<xs:documentation>The element lessonInfo is the parent element of general information about the lesson.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="language">
<xs:annotation>
<xs:documentation>The element language defines the language of the lesson through attributes.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="elml:LanguageReq"/>
</xs:complexType>
</xs:element>
<xs:element ref="elml:lifecycle"/>
<xs:element ref="elml:educational"/>
</xs:sequence>
</xs:complexType>
</xs:element> |