Class ConstrainChoiceConsiderations
java.lang.Object
dev.jcputney.elearning.parser.input.scorm2004.adl.sequencing.ConstrainChoiceConsiderations
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ConstrainChoiceConsiderations
public ConstrainChoiceConsiderations()
-