PhpStorm 2024.1 Help

Code Inspections in RELAX NG

This topic lists all PhpStorm code inspections available in RELAX NG.

You can toggle specific inspections or change their severity level on the Editor | Inspections page of the IDE settingsĀ  Ctrl+Alt+S.

Inspection

Description

Default Severity

Unresolved reference

Reports an unresolved reference to a named pattern (define) in RELAX-NG files that use XML syntax. Suggests creating the referenced define element.

Error Error

Unused define

Reports an unused named pattern (define) in a RELAX-NG file (XML or Compact Syntax). define elements that are used through an include in another file are ignored.

Disabled

Last modified: 17 April 2024