horizontal placement of table relative to document |
Attribute | table/@align |
<xs:simpleType name="TAlign"> <xs:annotation> <xs:documentation>horizontal placement of table relative to document</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="left"/> <xs:enumeration value="center"/> <xs:enumeration value="right"/> </xs:restriction> </xs:simpleType> |