RAS Profile

com.ibm.xtools.ras.profile.core.profile

1.0.0

The profile extention lets you "link" a RAS profile id to a EMF model namespace URI. This lets the RAS framework load the correct factories to create elements.

<!ELEMENT extension (profile+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT profile EMPTY>

<!ATTLIST profile

name       CDATA #IMPLIED

profile-id CDATA #REQUIRED

uri        CDATA #REQUIRED>



<extension point="com.ibm.xtools.ras.profile.core.profile">
   <profile
      profile-id="F1C842AD-CE85-4261-ACA7-178C457018A1::31E5BFBF-B16E-4253-8037-98D70D07F35F"
      name="Default Profile"
      uri="http:///defaultprofile.ecore">
   </profile>
</extension>

No APIs need to be implemented outside of EMF and this extention point.