Class Technical

java.lang.Object
dev.jcputney.elearning.parser.input.lom.Technical
All Implemented Interfaces:
Serializable

public class Technical extends Object implements Serializable
Represents the technical information about a learning object in a Learning Object Metadata (LOM) document. Technical information includes details about formats, size, location, requirements, and other platform-specific details.

Schema snippet:


 <complexType name="technical">
   <choice minOccurs="0" maxOccurs="unbounded">
     <group ref="format"/>
     <group ref="size"/>
     <group ref="location"/>
     <group ref="requirement"/>
     <group ref="installationRemarks"/>
     <group ref="otherPlatformRequirements"/>
     <group ref="duration"/>
     <group ref="ex:customElements"/>
   </choice>
   <attributeGroup ref="ag:technical"/>
 </complexType>
 
See Also:
  • Constructor Details

    • Technical

      public Technical()