Integration with XML Editor

The XML Schema Designer is integrated with the XML Editor. If you modify an XSD file in the XML Editor, the change will be reflected in the XML Schema Explorer. If you have the Graph View or the Content Model View open, the change will also be reflected there. You can navigate between the XML Schema Designer and the XML Editor in the following ways:

  • In the XML Editor, right-click a node and select Show in XML Schema Explorer.

  • In the Graph View and the XML Schema Explorer, double-click a node, or right-click a node and select View Code. In the Content Model View, right-click a node and select View Code.

The following screenshot shows an XML Schema opened in the XML Schema Explorer. The XML Schema Explorer displays the schema set in a tree view. The XML Editor displays the text view of the node that is currently active in the XML Schema Explorer.

XSDDesignerWithXMLEditor

Sometimes it is helpful to see the code in the XML Editor and the graphical designer side by side. To view both files at the same time, right-click anywhere in the XML Editor and select View Designer. In the Visual Studio Windows menu, select New Horizontal (or Vertical) Tab Group.

XSDDesignerWithXMLEditorAndCMV

See Also

Concepts

XML Schema Explorer