java.lang.Object
dev.jcputney.elearning.parser.input.lom.types.OrComposite
dev.jcputney.elearning.parser.input.lom.types.Requirement
All Implemented Interfaces:
Serializable

public class Requirement extends OrComposite
Represents a requirement for a learning object in a Learning Object Metadata (LOM) document. A requirement is a list of conditions that must be met to use the learning object.

Schema snippet:


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

    • Requirement

      public Requirement()