java.lang.Object
dev.jcputney.elearning.parser.input.scorm2004.adl.sequencing.RollupConsiderations
All Implemented Interfaces:
Serializable

public class RollupConsiderations extends Object implements Serializable
Represents the rollupConsiderationsType complex type, defining attributes for rollup conditions. The following schema snippet shows the structure of the rollupConsiderationsType element:

   <xs:complexType name = "rollupConsiderationsType">
      <xs:attribute name = "requiredForSatisfied" default = "always" type = "rollupConsiderationType"/>
      <xs:attribute name = "requiredForNotSatisfied" default = "always" type = "rollupConsiderationType"/>
      <xs:attribute name = "requiredForCompleted" default = "always" type = "rollupConsiderationType"/>
      <xs:attribute name = "requiredForIncomplete" default = "always" type = "rollupConsiderationType"/>
      <xs:attribute name = "measureSatisfactionIfActive" default = "true" type = "xs:boolean"/>
   </xs:complexType>
 
See Also:
  • Constructor Details

    • RollupConsiderations

      public RollupConsiderations()