A SERVICE OF

logo

XML Based Customizable Screen
www.grandstream.com
<xsd:simpleType name="VerticalAlignmentType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Top"/>
<xsd:enumeration value="Center"/>
<xsd:enumeration value="Bottom"/>
</xsd:restriction>
</xsd:simpleType>
We will default to Top when this attribute is absent.
Note: When using the Center alignment you will need to calculate the midpoint for the
y-coordinate (4.5.3) for the width to be considered centered. For instance, element Y
must be set to 32 to display a string that is aligned to the center of the LCD. Similarly,
you will need to specify the right most point to render if you are using the Bottom
valign method (set to 64).