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.

Two editing modes are provided for working with XML Schema:
Note: Oxygen XML Developer plugin offers support for both XML schema 1.0 and 1.1.
Parent topic: Editing Documents Previous topic: XSLT Unit Test (XSpec) Next topic: Editing XML Schema in Design Editing Mode