Class ObjectivesList
java.lang.Object
dev.jcputney.elearning.parser.input.cmi5.ObjectivesList
- All Implemented Interfaces:
Serializable
Represents the objectives section of a CMI5 course structure, containing a list of defined
objectives.
Defined in the schema as:
<xs:complexType name="objectivesType">
<xs:sequence>
<xs:element name="objective" minOccurs="1" maxOccurs="unbounded">
<xs:complexType>
<xs:all>
<xs:element name="title" type="textType"/>
<xs:element name="description" type="textType"/>
</xs:all>
<xs:attribute name="id" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
<xs:group ref="anyElement"/>
</xs:sequence>
<xs:attributeGroup ref="anyAttribute"/>
</xs:complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ObjectivesList
public ObjectivesList()
-