elml:annotation

The element annotation can contain additional/background information to a section of a lesson.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
labelRef elml:LabelType optional
The attribute labelRef contains the references to a valid label of one other element within a lesson.

Used By

Source

<xs:element name="annotation">
  <xs:annotation>
    <xs:documentation>The element annotation can contain additional/background information to a section of a lesson.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="elml:list"/>
      <xs:element ref="elml:term"/>
      <xs:element ref="elml:multimedia"/>
      <xs:element ref="elml:formatted"/>
      <xs:element ref="elml:link"/>
      <xs:element ref="elml:citation"/>
      <xs:element ref="elml:newLine"/>
      <xs:element ref="elml:paragraph"/>
      <xs:element ref="elml:indexItem"/>
      <xs:element ref="elml:table"/>
    </xs:choice>
    <xs:attributeGroup ref="elml:LabelRefImp"/>
    <!--Note: text is allowed within! -->
  </xs:complexType>
</xs:element>

Sample