New Model Wizard Contributor

Identifier: com.metamatrix.modeler.ui.newModelWizardContributor

Since: [Enter the first release in which this extension point appears.]

Description: [Enter description of this extension point.]

Configuration Markup:

   <!ELEMENT extension (class , metamodelDescriptorType*)>

   <!ATTLIST extension
     point CDATA #REQUIRED
     id    CDATA #IMPLIED
     name  CDATA #IMPLIED
   >

   <!ELEMENT class EMPTY>

   <!ATTLIST class
     name CDATA #REQUIRED
     icon CDATA #IMPLIED
   >

   <!ELEMENT metamodelDescriptorType EMPTY>

   A list of the metamodels and model types that this contributor supports.

   <!ATTLIST metamodelDescriptorType
     name       CDATA #REQUIRED
     isVirtual  (true | false)
     isPhysical (true | false)
   >
Examples: [Enter extension point usage example here.]

API Information: [Enter API information here.]

Supplied Implementation: [Enter information about supplied implementation of this extension point.]