Class ConstrainChoiceConsiderations

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

public class ConstrainChoiceConsiderations extends Object implements Serializable
Represents the constrainedChoiceConsiderationsType complex type, defining choice and activation restrictions. The following schema snippet shows the structure of the constrainedChoiceConsiderationsType element:

   <xs:complexType name = "constrainChoiceConsiderationsType">
      <xs:attribute name = "preventActivation" default = "false" type = "xs:boolean"/>
      <xs:attribute name = "constrainChoice" default = "false" type = "xs:boolean"/>
   </xs:complexType>
 
See Also:
  • Constructor Details

    • ConstrainChoiceConsiderations

      public ConstrainChoiceConsiderations()