elml:lObjective

Each element lObjective contains one learning object which wants to be achieved by studying this lesson or
unit.

Element Information

Model

Children: elml:formatted

Attributes

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

Used By

Element elml:goals

Source

<xs:element name="lObjective">
  <xs:annotation>
    <xs:documentation>Each element lObjective contains one learning object which wants to be achieved by studying this lesson or unit.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="elml:formatted"/>
    </xs:choice>
    <xs:attributeGroup ref="elml:RoleImp"/>
    <!--Note: text is allowed within! -->
  </xs:complexType>
</xs:element>

Sample