Class AssignableUnit
java.lang.Object
dev.jcputney.elearning.parser.input.aicc.AssignableUnit
- All Implemented Interfaces:
Serializable
Represents an Assignable Unit (AU) in the context of AICC (Aviation Industry CBT Committee).
The Assignable Unit is a component of a course that can be assigned to learners.
<complexType name="assignableUnit">
<complexContent>
<extension base="assignableUnitVocab">
<attributeGroup ref="ag:assignableUnit"/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AssignableUnit
public AssignableUnit()
-