Add a deviceType field for items in Enum [new-minor]

This commit is contained in:
2025-06-02 15:21:35 +02:00
parent 32b6050caa
commit 0b1815d114

View File

@@ -162,6 +162,7 @@
<xsd:attribute type="xsd:int" name="value"/>
<xsd:attribute type="xsd:int" name="size"/>
<xsd:attribute type="xsd:string" name="type"/>
<xsd:attribute type="xsd:string" name="deviceType"/>
</xsd:complexType>
<xsd:complexType name="BaseCollection">