java.lang.Object
dev.jcputney.elearning.parser.input.cmi5.types.LangString
All Implemented Interfaces:
Serializable

public class LangString extends Object implements Serializable
Represents a single localized string with an optional language attribute.

Defined in the schema as:


 <xs:element name="langstring" maxOccurs="unbounded" minOccurs="1">
   <xs:complexType>
     <xs:simpleContent>
       <xs:extension base="xs:string">
         <xs:attribute name="lang" type="xs:language"/>
         <xs:attributeGroup ref="anyAttribute"/>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>
 
See Also:
  • Constructor Details

    • LangString

      public LangString()