mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[editor] Update editor.config and config.xsd xml root
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user