[editor] Update editor.config and config.xsd xml root

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-05-22 19:32:02 +07:00
parent 3c7c8658fd
commit a08110e83d
2 changed files with 5 additions and 5 deletions

View File

@@ -2,16 +2,16 @@
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>
This XML Schema document defines validation rules for editor.xml and other OMaps configurations XMLs.
This XML Schema document defines validation rules for editor.xml and other configurations XMLs.
Run it with:
xmllint --noout --schema config.xsd editor.xml
</xs:documentation>
</xs:annotation>
<xs:element name="omaps">
<xs:element name="comaps">
<xs:annotation>
<xs:documentation>
The root element, "omaps", for now contains only one entry, "editor".
The root element for now contains only one entry, "editor".
</xs:documentation>
</xs:annotation>