Class Scorm2004CourseMetadata
java.lang.Object
dev.jcputney.elearning.parser.input.scorm2004.ims.cp.Scorm2004CourseMetadata
- All Implemented Interfaces:
LoadableMetadata,Serializable
Represents metadata information about the content package in SCORM manifest.
This class is used to capture metadata details that help describe the overall package and its associated content. The metadata can include schema and schema version information, as well as a reference to an external metadata file.
<metadata>
<schema>ADL SCORM</schema>
<schemaversion>2004 3rd Edition</schemaversion>
<adlcp:location>metadata_course.xml</adlcp:location>
</metadata>
- See Also:
-
Constructor Details
-
Scorm2004CourseMetadata
public Scorm2004CourseMetadata()
-