Class Relation

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

public class Relation extends Object implements Serializable
Represents the relationship information about a learning object in a Learning Object Metadata (LOM) document. Relations describe connections between the current learning object and other resources.

Schema snippet:


 <complexType name="relation">
   <choice minOccurs="0" maxOccurs="unbounded">
     <group ref="kind"/>
     <group ref="resource"/>
     <group ref="ex:customElements"/>
   </choice>
   <attributeGroup ref="ag:relation"/>
 </complexType>
 
See Also:
  • Constructor Details

    • Relation

      public Relation()