Class ADLObjectives
java.lang.Object
dev.jcputney.elearning.parser.input.scorm2004.adl.sequencing.ADLObjectives
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ADLObjectives
public ADLObjectives()
-