<xs:attributeGroup name="Table-alignment.attrib">
<xs:attribute name="rowalign" default="baseline">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="(top|bottom|center|baseline|axis)( top| bottom| center| baseline| axis)*"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="columnalign" default="center">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="(left|center|right)( left| center| right)*"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="groupalign" type="xs:string"/>
</xs:attributeGroup> |