| ############################################################################### | |
| # Copyright (c) 2010 Sean Muir | |
| # 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 | |
| # | |
| # Contributors: | |
| # Sean Muir (JKM Software) - initial API and implementation | |
| # | |
| # $Id$ | |
| ############################################################################### | |
| pluginName = CDA Model Validation | |
| providerName = Eclipse Modeling Project | |
| # Validation categories | |
| category.name = CDA Models | |
| category.description = Validates HL7 Clinical Document Architecture Implementation Guides models | |
| category.correctness.name = Correctness | |
| category.correctness.description = Constraints that ensure the correctness or "well-formedness" of a model. | |
| category.completeness.name = Completeness | |
| category.completeness.description = Constraints that ensure completeness (full specification) of a model. |