<xs:attributeGroup name="mtd.attributes">
<xs:attributeGroup ref="m:CommonAtt"/>
<xs:attributeGroup ref="m:CommonPresAtt"/>
<xs:attribute name="rowspan" type="m:positive-integer"/>
<xs:attribute name="columnspan" type="m:positive-integer"/>
<xs:attribute name="rowalign">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="top"/>
<xs:enumeration value="bottom"/>
<xs:enumeration value="center"/>
<xs:enumeration value="baseline"/>
<xs:enumeration value="axis"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="columnalign" type="m:columnalignstyle"/>
<xs:attribute name="groupalign" type="m:group-alignment-list"/>
</xs:attributeGroup> |