elml:metadata

The element metadata is the parent element of all metadata information of a lesson.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
role xs:string optional
visible xs:string optional

Used By

Element elml:lesson

Source

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

Sample