PhpStorm 2022.2 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: 13 May 2022