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

public class Resource extends Object implements Serializable
Represents the resource element in the LOM schema, containing information about a related resource, including identifiers and descriptions.

Schema snippet:


 <xs:complexType name="resource">
   <xs:choice minOccurs="0" maxOccurs="unbounded">
     <xs:group ref="identifier"/>
     <xs:group ref="description"/>
     <xs:group ref="ex:customElements"/>
   </xs:choice>
   <xs:attributeGroup ref="ag:resource"/>
 </xs:complexType>
 
See Also:
  • Constructor Details

    • Resource

      public Resource()