<!ELEMENT extension (LanguageManager)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT manager EMPTY>
<!ATTLIST manager
class CDATA #REQUIRED>
Identifies the language manager instance that should be used to override the default implementation.
<!ELEMENT LanguageManager (manager)>
The language manager element consists of one sub element, the manager class who will override the default language manager.
/* *+------------------------------------------------------------------------+ *| Licensed Materials - Property of IBM | *| Copyright IBM Corp. 2008. All Rights Reserved. | *| | *| Note to US Government Users Restricted Rights: Use, duplication or | *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp. | *+------------------------------------------------------------------------+ */