init: Added brick attribute to start node.

This commit is contained in:
Michael Mueller
2025-06-17 19:27:58 +02:00
parent a2462c6386
commit e5f4f66e3b

View File

@@ -203,6 +203,7 @@
<xs:attribute name="caps" type="xs:int" />
<xs:attribute name="priority" type="xs:int" />
<xs:attribute name="managing_system" type="Boolean" />
<xs:attribute name="brick" type="Boolean" />
</xs:complexType>
</xs:element> <!-- "start" -->