<!ELEMENT extension (validator+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT validator (description?)>
<!ATTLIST validator
name CDATA #REQUIRED
id CDATA #REQUIRED
class CDATA #REQUIRED
uri CDATA #IMPLIED>
Defines a new validator for the Topcased validation framework. A validator iterates on the objects from the model and check if the state of this object (properties, references to others objects...) is valid.
<!ELEMENT description (#PCDATA)>
A description of the kind of validation.
<extension point=
"org.topcased.validation.core.validators"
>
<validator class=
"org.topcased.validation.core.internal.emf.EMFValidator"
id=
"org.topcased.validation.core.internal.emf.EMFValidator"
name=
"EMF Validator"
>
<description>
Basic EMF validation</description>
</validator>
</extension>
Copyright (c) 2005, 2006 AIRBUS FRANCE and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html