Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

COSMOS SDD Tooling Validator Design

Revision as of 14:43, 27 February 2008 by Unnamed Poltroon (Talk)

Overview

The SDD Validator is an Eclipse plug-in that provides functionality for validating SDD's against various types of rule sets. Currently supported types of rules are XML Schema rules, Schematron rules and custom user created rules written in Java. The Validator also provides the ability to read SDD's from XML into SDO's, and write the SDO's back out to XML.

There are two methods available for using the Validator. First, an Eclipse based application may required the Validator as plug-in dependency and use the provided API's. Second, the Validator includes the ability to run as an Eclipse Rich Client Platform (RCP) application with a command line interface.

Rules

XML Schema Rules

Schematron Rules

Custom Java Rules

Interfaces

API's

Command Line

Back to the top