Class UnboundLangString
java.lang.Object
dev.jcputney.elearning.parser.input.lom.types.UnboundLangString
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
UnboundLangString
public UnboundLangString()
-