Class Annotation

java.lang.Object
dev.jcputney.elearning.parser.input.lom.Annotation
All Implemented Interfaces:
Serializable

public class Annotation extends Object implements Serializable
Represents the annotation information about a learning object in a Learning Object Metadata (LOM) document. Annotations provide additional comments, instructions, or explanations related to the learning object.

Schema snippet:


 <complexType name="annotation">
   <choice minOccurs="0" maxOccurs="unbounded">
     <group ref="entity"/>
     <group ref="date"/>
     <group ref="description"/>
     <group ref="ex:customElements"/>
   </choice>
   <attributeGroup ref="ag:annotation"/>
 </complexType>
 
See Also:
  • Constructor Details

    • Annotation

      public Annotation()