LEDs allow text on the left side

This commit is contained in:
2024-11-26 10:53:45 -06:00
committed by Celtic Minstrel
parent 121f54fbe2
commit c35ba7cc62
4 changed files with 34 additions and 10 deletions

View File

@@ -63,6 +63,12 @@
<xs:enumeration value="led"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="textSide">
<xs:restriction base="xs:token">
<xs:enumeration value="left"/>
<xs:enumeration value="right"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="frameStyle">
<xs:restriction base="xs:token">
<xs:enumeration value="solid"/>
@@ -230,6 +236,7 @@
<xs:attributeGroup ref="rect-size"/>
<xs:attributeGroup ref="position"/>
<xs:attributeGroup ref="font"/>
<xs:attribute name="text-side" default="right" type="textSide"/>
<xs:attribute name="wrap" default="false" type="bool"/>
</xs:extension>
</xs:simpleContent>