<xs:attribute name="align">
<xs:annotation>
<xs:documentation>Specifies how the stacked text components should be aligned.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="left">
<xs:annotation>
<xs:documentation>Left justified.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="right">
<xs:annotation>
<xs:documentation>Right justified.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="center">
<xs:annotation>
<xs:documentation>Centered.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="rightdigit">
<xs:annotation>
<xs:documentation>Aligned on right-most digit.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute> |