<xs:attributeGroup name="xhtml.CellHAlign.attrib"> <xs:attribute name="align"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="left"/> <xs:enumeration value="center"/> <xs:enumeration value="right"/> <xs:enumeration value="justify"/> <xs:enumeration value="char"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="char" type="xh11d:Character"/> <xs:attribute name="charoff" type="xh11d:Length"/> </xs:attributeGroup> |