Class CourseStructure
java.lang.Object
dev.jcputney.elearning.parser.input.aicc.CourseStructure
- All Implemented Interfaces:
Serializable
Represents the courseStructure complex type.
The following schema snippet specifies its contents:
<xs:complexType name="courseStructure">
<xs:all>
<xs:element name="block" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="member" type="xs:string" minOccurs="0" maxOccurs="1" />
</xs:all>
</xs:complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CourseStructure
public CourseStructure()
-