== Why is this an issue? Having robust documentation just makes life easier. That applies to XSD's as well. Each one should include a description of its intended use, and perhaps versioning. This rule raises an issue when there's neither a comment before the ``++++`` tag, nor ``++...++`` just inside the ``++++`` element. === Noncompliant code example [source,xml] ---- ... ---- === Compliant solution [source,xml] ---- <-- This schema is intended... --> ... ---- or [source,xml] ---- This schema is intended... ... ---- ifdef::env-github,rspecator-view[] ''' == Implementation Specification (visible only on this page) === Message Add a description to document this schema. === Highlighting ``++++`` endif::env-github,rspecator-view[]