java.lang.Object
dev.jcputney.elearning.parser.input.lom.properties.ExitActionsSpec
All Implemented Interfaces:
Serializable

public class ExitActionsSpec extends Object implements 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 Details

    • ExitActionsSpec

      public ExitActionsSpec()