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

public class Taxon extends Object implements Serializable
Represents a taxon within a taxon path in the Learning Object Metadata (LOM) schema. A taxon is used to identify a specific concept or category in a classification hierarchy.

Schema snippet:


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

    • Taxon

      public Taxon()