Editing Relax NG Schemas
An XML Schema describes the structure of an XML document and is used to validate XML document instances against it, to check that the XML instances conform to the specified requirements. If an XML instance conforms to the schema then it is said to be valid. Otherwise, it is invalid.
Oxygen XML Developer Eclipse plugin offers support for editing Relax NG schema files in the following
editing modes:
- Text editing mode - Allows you to edit Relax NG schema files in a source editing mode, along with a schema design pane with two tabs that offer a Full Model View and Logical Model View.
- Grid editing mode - Displays Relax NG schema files in a structured spreadsheet-like grid.
For information about applying and detecting schemas, see Associating a Schema to XML Documents.