UML Libraries

Identifier:
com.ibm.xtools.uml.msl.UMLLibraries

Description:
Extension point for the definition of a type library.

Configuration Markup:

<!ELEMENT extension (UMLLibrary+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT UMLLibrary EMPTY>

<!ATTLIST UMLLibrary

name     CDATA #REQUIRED

path     CDATA #REQUIRED

required (true | false)

visible  (true | false)

id       CDATA #IMPLIED>


Examples:

Here is an example of an extension point used to define a new plugin-based type library:

The only officially supported format for type libraries are emx files. Other formats may work, but no explicit support is available.


 <extension
         id="MyTypeLibrary"
         name="My Type Library"
         point="com.ibm.xtools.uml.msl.UMLLibraries">
   <UMLLibrary
            name="MyTypes"
            path="pathmap://MY_PATHMAP/MyTypeLibraryModel.emx"
            required="false"
            visible="true">
   </UMLLibrary>
 </extension>

API Information:
N/A


Copyright (c) 2004, 2018 Model RealTime, HCL and others. All Rights Reserved.