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