Editing XML 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 plugin offers support for both XML Schema 1.0 and 1.1 and you can edit XML Schema files in the following editing modes:

  • Text editing mode - Allows you to edit XML Schema files in a source editing mode.
  • Grid editing mode - Displays XML Schema files in a structured spreadsheet-like grid.
  • Design editing mode - Visual schema designer that helps you understand the structure and develop complex schemas.

For information about applying and detecting schemas, see Associating a Schema to XML Documents.

Was this helpful?