Class CourseStructure

java.lang.Object
dev.jcputney.elearning.parser.input.aicc.CourseStructure
All Implemented Interfaces:
Serializable

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

    • CourseStructure

      public CourseStructure()