elml:CLIIType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
label elml:LabelType optional
The attribute label is restricted to 25 characters which can be a random selection from the values 'a-z',
'A-Z', '0-9' and '_'.
navTitle xs:string optional
The attribute navTitle contains a string representing a short title that is used for the navigation. The
	attribute shall be used, when the original title of the lesson, unit or learningObject is too long for the
navigation.
title xs:string optional
The attribute title contains a string representing a title.

Used By

Element elml:summary

Source

<xs:complexType name="CLIIType">
  <xs:complexContent>
    <xs:extension base="elml:CLType">
      <xs:attributeGroup ref="elml:NavTitleImp"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>