Class Annotation
java.lang.Object
dev.jcputney.elearning.parser.input.lom.Annotation
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
Annotation
public Annotation()
-