CAlign

Simple Type Information

Used By

Attribute caption/@align

Source

<xs:simpleType name="CAlign">
  <xs:restriction base="xs:token">
    <xs:enumeration value="top"/>
    <xs:enumeration value="bottom"/>
    <xs:enumeration value="left"/>
    <xs:enumeration value="right"/>
  </xs:restriction>
</xs:simpleType>