update scheme

This commit is contained in:
Mario Voigt 2025-06-01 13:44:48 +02:00
parent a3f05fd501
commit 7950bb1a3c

View File

@ -4,6 +4,10 @@
<!-- START EXTENSION DESCRIPTION (uses defines below) -->
<start>
<element name="inkscape-extension">
<optional>
<attribute name="translationdomain"/>
</optional>
<element name="name">
<text/>
</element>
@ -16,7 +20,12 @@
</zeroOrMore>
<zeroOrMore>
<element name="category"><text/></element>
<element name="category">
<text/>
<optional>
<attribute name="context"/>
</optional>
</element>
</zeroOrMore>
<zeroOrMore>
@ -147,9 +156,9 @@
</element>
</optional>
<optional>
<attribute name="savecopyonly">
<element name="savecopyonly">
<ref name="data_type_boolean_strict"/>
</attribute>
</element>
</optional>
</element>
</define>
@ -195,6 +204,11 @@
<ref name="data_type_boolean_strict"/>
</attribute>
</optional>
<optional>
<attribute name="show-stderr">
<ref name="data_type_boolean_strict"/>
</attribute>
</optional>
<element name="object-type">
<choice>
<value type="token">all</value>
@ -500,6 +514,11 @@
<oneOrMore>
<ref name="inx.widget"/>
</oneOrMore>
<optional>
<attribute name="translatable">
<ref name="data_type_boolean_yes_no"/>
</attribute>
</optional>
</element>
</oneOrMore>
</group>