An XML Schema describes the structure of an XML document and is used to validate XML document instances against it, in order 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 provides two editing modes for working with XML Schema: the usual Text editing mode and the visual Design editing mode.