Class Scorm12Resource
java.lang.Object
dev.jcputney.elearning.parser.input.scorm12.ims.cp.Scorm12Resource
- All Implemented Interfaces:
Serializable
Represents the
<resource> element in SCORM 1.2 manifest file.
The <resource> element defines a single resource in the content package, specifying its
type, dependencies, and the files associated with it.
<xsd:complexType name="resourceType">
<xsd:sequence>
<xsd:element ref="metadata" minOccurs="0"/>
<xsd:element ref="file" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="dependency" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attributeGroup ref="attr.resource.req"/>
<xsd:attribute ref="xml:base"/>
<xsd:anyAttribute namespace="##other" processContents="strict"/>
</xsd:complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Scorm12Resource
public Scorm12Resource()
-