Class ExitActionsSpec
java.lang.Object
dev.jcputney.elearning.parser.input.lom.properties.ExitActionsSpec
- All Implemented Interfaces:
Serializable
Represents the exitActionsSpec complex type.
The following schema snippet specifies its contents:
<xs:complexType name="exitActionsSpec">
<xs:all>
<xs:element name="intermediateSco" type="scoExitActionSpec" minOccurs="0" maxOccurs="1" />
<xs:element name="finalSco" type="scoExitActionSpec" minOccurs="0" maxOccurs="1" />
</xs:all>
</xs:complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExitActionsSpec
public ExitActionsSpec()
-