provides quick fixes for numerous types of problems, including the
following:
| Problem type |
Available quick fixes |
| A specific element is required in the current context |
Insert the required element |
| An element is invalid in the current context |
Remove the invalid element |
| The content of the element should be empty |
Remove the element content |
| An element is not allowed to have child elements |
Remove all child elements |
| Text is not allowed in the current element |
Remove the text content |
| A required attribute is missing |
Insert the required attribute |
| An attribute is not allowed to be set for the current element |
Remove the attribute |
| The attribute value is invalid |
Propose the correct attribute values |
| ID value is already defined |
Generate a unique ID value |
| References to an invalid ID |
Change the reference to an already defined ID |