PyCharm 2017.1 Help

Schemas and DTDs

File | Settings | Languages and Frameworks | Schemas and DTDs for Windows and Linux
PyCharm | Preferences | Languages and Frameworks | Schemas and DTDs for macOS
Ctrl+Alt+S
/help/img/idea/2017.1/settings.png


The settings on this page define how your XML, HTML and XHTML files are validated.

External Schemas and DTDs

Local XML schema (XSD) and DTD files that are used to validate your XML files are listed in this section.

Each entry is a mapping of a URI that may be referenced in your XML file onto an appropriate local schema or DTD file. Use /help/img/idea/2017.1/new.png, /help/img/idea/2017.1/delete.png and /help/img/idea/2017.1/edit1.png to create, remove and edit the mappings. See also, Referencing XML Schemas and DTDs.

ItemKeyboard ShortcutDescription
URIA URL of an XML schema (XSD) or DTD file (e.g. http://www.example.org/xsds/example.xsd) or a namespace URI (e.g. http://www.example.org, urn:jboss:domain:1.0). Readonly.

If an XML file references the specified URI, it's validated according to a local file whose path is shown in the Location columns.

LocationPath to corresponding local XSD or DTD file (readonly).
ProjectIf a check box is not selected, a mapping is available in all of your projects.

Select the mappings that you want to be available only in the current project.

The selected mappings are stored in .idea/misc.xml or the project .ipr file. These files are normally shared between development team members through version control.

/help/img/idea/2017.1/new.pngAlt+InsertUse this icon or shortcut to open the Map External Resource Dialog to define a new mapping between a URI and a local file.
/help/img/idea/2017.1/delete.pngAlt+DeleteUse this icon or shortcut to remove the selected mappings from the list.
/help/img/idea/2017.1/edit1.pngEnterUse this icon or shortcut to edit the selected mapping. (The Map External Resource Dialog dialog will open.)

Ignored Schemas and DTDs

URIs for ignored schemas and DTDs are listed in this section. (If an XML file references a URI listed in this section, PyCharm ignores that URI and doesn't mark it as an error in the editor.) Use /help/img/idea/2017.1/new.png, /help/img/idea/2017.1/delete.png and /help/img/idea/2017.1/edit1.png to add, remove and edit the URIs. See also, Referencing XML Schemas and DTDs.

ItemKeyboard ShortcutDescription
/help/img/idea/2017.1/new.pngAlt+InsertUse this icon or shortcut to add a new URI to the list.
/help/img/idea/2017.1/edit1.pngEnterUse this icon or shortcut to edit the selected URI.
/help/img/idea/2017.1/delete.pngAlt+DeleteUse this icon or shortcut to remove the selected URIs from the list.

The corresponding URIs become available for mapping to local XSD or DTD files.

See Also

Last modified: 26 July 2017