<xs:element name="metadata">
<xs:annotation>
<xs:documentation>The element metadata is the parent element of all metadata information of a lesson.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="elml:organisation"/>
<xs:element ref="elml:prerequisites"/>
<xs:element ref="elml:keywords"/>
<xs:element ref="elml:technical"/>
<xs:element ref="elml:lessonInfo"/>
<xs:element ref="elml:rights"/>
</xs:sequence>
<xs:attributeGroup ref="elml:RoleImp"/>
<xs:attributeGroup ref="elml:VisibleImp"/>
</xs:complexType>
</xs:element> |