Class ScoExitActionSpec

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

public class ScoExitActionSpec extends Object implements Serializable

Represents the scoExitActionSpec complex type.

The following schema snippet specifies its contents:


 <xs:complexType name="scoExitActionSpec">
   <xs:all>
     <xs:element name="satisfied" type="exitTypesSpec" minOccurs="0" maxOccurs="1" />
     <xs:element name="notSatisfied" type="exitTypesSpec" minOccurs="0" maxOccurs="1" />
   </xs:all>
 </xs:complexType>
 
See Also:
  • Constructor Details

    • ScoExitActionSpec

      public ScoExitActionSpec()