elml:goals

The element goals is the parent element of the lObjective elements.

Element Information

Model

Children: elml:lObjective

Attributes

QName Type Fixed Default Use Inheritable Annotation
intStatement xs:string optional
The attribute intStatement may containan introductionary string to the learning
objectives.
presentation restriction of xs:string optional
The attribute presentation can be used to set the presentation of the learningObjectives either to list or
table.

Used By

Source

<xs:element name="goals">
  <xs:annotation>
    <xs:documentation>The element goals is the parent element of the lObjective elements.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="elml:lObjective" maxOccurs="20"/>
    </xs:sequence>
    <xs:attributeGroup ref="elml:IntStatementImp"/>
    <xs:attributeGroup ref="elml:PresentationImp"/>
  </xs:complexType>
</xs:element>

Sample