Editing Domains

Identifier:
com.ibm.xtools.emf.validation.core.editingDomains

Since:
7.0.5

Description:
The editingDomains extension point allows the contribution of editing domains to participate in core validation. Editing domains who are not participating will not have their resources validated.

Configuration Markup:

<!ELEMENT extension (editingDomain)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT editingDomain EMPTY>

<!ATTLIST editingDomain

id CDATA #REQUIRED>


Examples:

API Information:
The id attribute of the editingDomain element must correspond to a valid editing ID.

Supplied Implementation:
The platform itself does not have any predefined editingDomains. Particular product installs may include editingDomains as required.


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