elml:language

The element language defines the language of the lesson through attributes.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
derived elml:YesNoType required
The attribute derived contains yes if the lesson is translated from another language or no if the value specified in the attribute language is the original language.
language elml:LanguageType required
The attribute language defines the language in which the lesson is written. Values to select are de, fr, it and en.
originalLanguage elml:LanguageType optional
The attribute originalLanguage is filled in with one of the values de, fr, it or en depending on the original language of the lesson from which this lesson is translated.

Source

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

Sample