CMLR-567 — Item definition misformed
The item currently being defined is misformed, a closing curly brace ('}') of some parent block (section, section variable, or for-loop) was found instead of an element value or semicolon. Usually, this error is caused by omitting the semicolon, typically after a closing curly brace of some list.
The currently defined item will be marked as invalid and will not be inserted into the CML tree.
The exact CML path to the configuration node where the error occurs (interactive case) or line and character number (file case) is printed at the beginning of the message (before the colon).