Class Classification

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

public class Classification extends Object implements Serializable
Represents the classification information about a learning object in a Learning Object Metadata (LOM) document. The classification provides information about the purpose and taxonomy paths of the learning object, aiding in its categorization and retrieval.

Schema snippet:


 <complexType name="classification">
   <choice minOccurs="0" maxOccurs="unbounded">
     <group ref="purpose"/>
     <group ref="taxonPath"/>
     <group ref="description"/>
     <group ref="keyword"/>
     <group ref="ex:customElements"/>
   </choice>
   <attributeGroup ref="ag:classification"/>
 </complexType>
 
See Also:
  • Constructor Details

    • Classification

      public Classification()