E08 Regla del marcador violada
- Constante
E_MARKER- Especificación
- §3.2, §6
- Modo tolerante
- Se registra y el documento se construye igual
El marcador * de elemento seleccionado aparece donde no corresponde, falta cuando es obligatorio, o se repite en una lista de selección única.
Cómo verlo
En el playground, pestaña «Editor y validador», el botón «Inyectar 3 errores» provoca E04, E05, E08 y E09 sobre el ejemplo cargado.
Desde la línea de comandos, mini diagnose archivo.mini imprime un informe JSON con todos los errores y las líneas a regenerar.
E08 Marker rule violated
- Constant
E_MARKER- Specification
- §3.2, §6
- Lenient mode
- Recorded and the document is built anyway
The * selected-element marker appears where it must not, is missing where mandatory, or repeats in a single-selection list.
How to see it
In the playground, “Editor & validator” tab, the “Inject 3 errors” button triggers E04, E05, E08 and E09 on the loaded example.
From the command line, mini diagnose archivo.mini prints a JSON report with every error and the lines to regenerate.