java.lang.Object
dev.jcputney.elearning.parser.input.scorm2004.IMSSS
All Implemented Interfaces:
Serializable

public final class IMSSS extends Object implements Serializable
Represents the SCORM IMS Simple Sequencing (IMSSS) schema, which defines the sequencing and navigation rules for SCORM-compliant content. This schema is designed to control the progression of learners through SCORM packages based on defined conditions and constraints.

The IMSSS schema includes elements for setting control modes, defining rollup and sequencing rules, establishing limit conditions, and configuring objectives, delivery, and randomization controls.

The IMSSS namespace is specified by NAMESPACE_URI, following the SCORM 2004 standards.

See Also:
  • Field Details

    • NAMESPACE_URI

      public static final String NAMESPACE_URI
      The XML namespace URI for SCORM IMS Simple Sequencing (imsss).
      See Also: