Implement a picker for selecting an item class, using the editable string picker.

Used in special node editing and also item editing.
This commit is contained in:
2025-02-23 11:32:26 -05:00
committed by Celtic Minstrel
parent 62267261f3
commit 0ccdd38cb1
10 changed files with 33 additions and 6 deletions

View File

@@ -373,6 +373,15 @@
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="item-class" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="id" use="required" type="xs:integer"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:element name="scenario">