elml:LanguageReq

Attribute Group Information

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.

Used By

Source

<xs:attributeGroup name="LanguageReq">
  <xs:attribute name="language" type="elml:LanguageType" use="required">
    <xs:annotation>
      <xs:documentation>The attribute language defines the language in which the lesson is written. Values to select are de, fr, it and en.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="derived" type="elml:YesNoType" use="required">
    <xs:annotation>
      <xs:documentation>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.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="originalLanguage" type="elml:LanguageType">
    <xs:annotation>
      <xs:documentation>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.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>