Class UnboundLangString

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

public class UnboundLangString extends Object implements Serializable
Represents a list of language strings in LOM metadata. This type is used for fields that require multiple string values with language attributes.

 <xs:complexType name="unboundLangString">
   <xs:sequence>
     <xs:element name="string" type="langString" minOccurs="0" maxOccurs="unbounded"/>
   </xs:sequence>
 </xs:complexType>
 
See Also:
  • Constructor Details

    • UnboundLangString

      public UnboundLangString()