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