Class Educational

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

public class Educational extends Object implements Serializable
Represents the educational information about a learning object in a Learning Object Metadata (LOM) document. Educational information includes details about the interactivity type, intended user roles, and other pedagogical aspects of the learning object.

Schema snippet:


 <complexType name="educational">
   <choice minOccurs="0" maxOccurs="unbounded">
     <group ref="interactivityType"/>
     <group ref="learningResourceType"/>
     <group ref="interactivityLevel"/>
     <group ref="semanticDensity"/>
     <group ref="intendedEndUserRole"/>
     <group ref="context"/>
     <group ref="typicalAgeRange"/>
     <group ref="difficulty"/>
     <group ref="typicalLearningTime"/>
     <group ref="descriptionUnbounded"/>
     <group ref="languageId"/>
     <group ref="ex:customElements"/>
   </choice>
   <attributeGroup ref="ag:educational"/>
 </complexType>
 
See Also:
  • Constructor Details

    • Educational

      public Educational()