If an XML Schema is organized on several levels linked by xs:include statements, sometimes it is more convenient to work on the schema as a single flat file. To flatten schema, Oxygen XML recursively adds included files to the master one. That means Oxygen XML replaces the xs:include elements with the ones coming from the included files.
This action works at file level not at schema document level so it is available only in Text mode of XML Schema editor. It can be accessed from the XML Schema text editor's Project view and invoke the action from the view's contextual menu. In this last case the feedback of the action will be presented in the Information view.
. Alternatively you can select one or more schemas in theThe references to the included schema files can be resolved through an XML Catalog.