java.lang.Object
dev.jcputney.elearning.parser.input.scorm2004.adl.sequencing.ADLObjectives
All Implemented Interfaces:
Serializable

public class ADLObjectives extends Object implements Serializable
Represents the objectivesType complex type, containing a list of objective elements. The following schema shows the structure of the objectivesType element:

   <xs:complexType name="objectivesType">
      <xs:sequence>
         <xs:element ref = "objective" minOccurs = "1" maxOccurs = "unbounded"/>
      </xs:sequence>
   </xs:complexType>
 
See Also:
  • Constructor Details

    • ADLObjectives

      public ADLObjectives()